汉晶添加中英文翻译
This commit is contained in:
@@ -9,27 +9,29 @@
|
||||
<link rel="stylesheet" href="../css/footer.css">
|
||||
<link rel="stylesheet" href="../css/header.css">
|
||||
<script src="../js/mainBusiness.js"></script>
|
||||
<title>深圳汉晶电子信息有限公司</title>
|
||||
<script src="../js/header.js"></script>
|
||||
<title id="title">深圳汉晶电子信息有限公司</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="../imgs/svg/logo.svg" alt="logo">
|
||||
|
||||
<img id="logo-img" src="../imgs/svg/logo.svg" alt="logo">
|
||||
</div>
|
||||
<ul>
|
||||
<li> <a href="../index.html"> 首页</a></li>
|
||||
<li> <a class="actives" href="#" style="color: #fff;"> 主营业务</a></li>
|
||||
<li> <a href="./ourProducts.html"> 产品案例</a></li>
|
||||
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
|
||||
<li> <a href="./approaching.html"> 展望未来</a></li>
|
||||
<li> <a href="./aboutUs.html"> 关于我们</a></li>
|
||||
<li> <a id="nav-home" href="../index.html"> 首页</a></li>
|
||||
<li> <a id="nav-business" href="#" class="actives" style="color: #fff;"> 主营业务</a></li>
|
||||
<li> <a id="nav-products" href="./ourProducts.html"> 产品案例</a></li>
|
||||
<li> <a id="nav-support" href="./technicalSupport.html"> 技术支持</a></li>
|
||||
<li> <a id="nav-future" href="./approaching.html"> 展望未来</a></li>
|
||||
<li> <a id="nav-about" href="./aboutUs.html"> 关于我们</a></li>
|
||||
</ul>
|
||||
<button class="language" id="lang-toggle" aria-label="切换语言" tabindex="0">English</button>
|
||||
</div>
|
||||
<!-- <div class="bg">
|
||||
<img src="../imgs/svg/点纹.svg" alt="背景">
|
||||
<img src="./imgs/svg/点纹.svg" alt="背景">
|
||||
</div> -->
|
||||
|
||||
</header>
|
||||
|
||||
<section class="topBanner">
|
||||
@@ -165,8 +167,8 @@
|
||||
<footer class="footer" style=" background-color: #020A4C !important; ">
|
||||
<section class="emailBox">
|
||||
<div class="emailLeft">
|
||||
<p>我们准备好了</p>
|
||||
<p>如果您有更多的需求,请联系我们</p>
|
||||
<p class="emailLeftTitle">我们准备好了</p>
|
||||
<p class="emailLeftText">如果您有更多的需求,请联系我们</p>
|
||||
</div>
|
||||
<div class="emailRight">
|
||||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
@@ -180,10 +182,10 @@
|
||||
|
||||
<section class="footerBox" >
|
||||
<div class="footerBoxLeft">
|
||||
<img src="../imgs/svg/logo.svg" alt="logo">
|
||||
<img id="footerLogo" src="../imgs/svg/logo.svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
<p>Copyright © <span class="footerBoxRightTitle">深圳汉晶电子信息有限公司</span> <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user