更新汉晶代码“
git commit -m 更新汉晶代码“
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="../imgs/svg/汉晶LOGO(BJF).svg">
|
||||
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
|
||||
<link rel="stylesheet" href="../css/aboutUs.css">
|
||||
<link rel="stylesheet" href="../css/base.css">
|
||||
<link rel="stylesheet" href="../css/footer.css">
|
||||
<link rel="stylesheet" href="../css/header.css">
|
||||
<title>汉晶</title>
|
||||
<title>深圳汉晶电子信息有限公司</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
@@ -19,8 +19,10 @@
|
||||
</div>
|
||||
<ul>
|
||||
<li> <a href="../index.html"> 首页</a></li>
|
||||
<!-- <li> <a href="./mainBusiness.html"> 主营业务</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 class="active" href="#" style="color: #fff;"> 关于我们</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -108,8 +110,9 @@
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
<!-- <p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
35
hanJing/html/approaching.html
Normal file
35
hanJing/html/approaching.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
|
||||
<link rel="stylesheet" href="../css/approaching.css">
|
||||
<link rel="stylesheet" href="../css/base.css">
|
||||
<link rel="stylesheet" href="../css/footer.css">
|
||||
<link rel="stylesheet" href="../css/header.css">
|
||||
<title>深圳汉晶电子信息有限公司</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
|
||||
</div>
|
||||
<ul>
|
||||
<li> <a href="../index.html"> 首页</a></li>
|
||||
<li> <a href="./mainBusiness.html"> 主营业务</a></li>
|
||||
<li> <a href="./ourProducts.html"> 产品案例</a></li>
|
||||
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
|
||||
<li> <a class="active" href="#" style="color: #fff;"> 展望未来</a></li>
|
||||
<li> <a href="./aboutUs.html"> 关于我们</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg">
|
||||
<img src="../imgs/SVG/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
35
hanJing/html/mainBusiness.html
Normal file
35
hanJing/html/mainBusiness.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
|
||||
<link rel="stylesheet" href="../css/mainBusiness.css">
|
||||
<link rel="stylesheet" href="../css/base.css">
|
||||
<link rel="stylesheet" href="../css/footer.css">
|
||||
<link rel="stylesheet" href="../css/header.css">
|
||||
<title>深圳汉晶电子信息有限公司</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
|
||||
</div>
|
||||
<ul>
|
||||
<li> <a href="../index.html"> 首页</a></li>
|
||||
<li> <a class="active" 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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg">
|
||||
<img src="../imgs/SVG/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="../imgs/svg/汉晶LOGO(BJF).svg">
|
||||
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
|
||||
<link rel="stylesheet" href="../css/ourProducts.css">
|
||||
<link rel="stylesheet" href="../css/base.css">
|
||||
<link rel="stylesheet" href="../css/footer.css">
|
||||
<link rel="stylesheet" href="../css/header.css">
|
||||
<title>汉晶</title>
|
||||
<title>深圳汉晶电子信息有限公司</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
@@ -18,6 +18,7 @@
|
||||
</div>
|
||||
<ul>
|
||||
<li> <a href="../index.html"> 首页</a></li>
|
||||
|
||||
<li> <a class="active" href="#" style="color: #fff;"> 产品介绍</a></li>
|
||||
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
|
||||
<li> <a href="./aboutUs.html" > 关于我们</a></li>
|
||||
@@ -108,8 +109,9 @@
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
<!-- <p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="../imgs/svg/汉晶LOGO(BJF).svg">
|
||||
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
|
||||
<link rel="stylesheet" href="../css/technicalSupport.css">
|
||||
<link rel="stylesheet" href="../css/base.css">
|
||||
<link rel="stylesheet" href="../css/footer.css">
|
||||
<link rel="stylesheet" href="../css/header.css">
|
||||
<title>汉晶</title>
|
||||
<title>深圳汉晶电子信息有限公司</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
@@ -89,8 +89,8 @@
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
<!-- <p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user