release汉晶网站完成
This commit is contained in:
119
hanJing/html/aboutUs.html
Normal file
119
hanJing/html/aboutUs.html
Normal file
@@ -0,0 +1,119 @@
|
||||
<!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/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>
|
||||
</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="./ourProducts.html"> 产品介绍</a></li>
|
||||
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
|
||||
<li> <a class="active" href="#" style="color: #fff;"> 关于我们</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg">
|
||||
<img src="../imgs/SVG/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="topBanner">
|
||||
<div class="topBannerLeft">
|
||||
<div class="topBannerLeftTitle">
|
||||
<p>关于我们</p>
|
||||
<p>我们创造的解决方案不仅仅是产品,更是赋能个人、组织乃至整个世界。
|
||||
我们致力于帮助客户保持竞争优势,
|
||||
并拥抱技术革新。</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<img class="btLeft" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/SVG/线纹.svg" alt="点纹">
|
||||
|
||||
</section>
|
||||
|
||||
<section class="banner">
|
||||
<div class="bannertop">
|
||||
<div class="textBox">
|
||||
|
||||
<div class="textOne">
|
||||
<div class="Left">
|
||||
<img src="../imgs/SVG/我们的愿景.svg" alt="我们的愿景">
|
||||
</div>
|
||||
<div class="Right">
|
||||
<p>我们的愿景</p>
|
||||
<p>成为受人尊敬的电子信息科技公司</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="textTwo">
|
||||
<div class="Left">
|
||||
<img src="../imgs/SVG/我们的使命.svg" alt="我们的使命">
|
||||
</div>
|
||||
<div class="Right">
|
||||
<p>我们的使命</p>
|
||||
<p>通过在集成电路设计、应用解决方案和人工智能技术的持续创新,
|
||||
我们提供高可靠、智能的产品和服务,为客户创造价值,让人们
|
||||
我们提供高可靠、
|
||||
的生活更加美好!</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="textThree">
|
||||
<div class="Left">
|
||||
<img src="../imgs/SVG/我们的核心价值观.svg" alt="我们的核心价值观">
|
||||
</div>
|
||||
<div class="Right">
|
||||
<p>我们的核心价值观</p>
|
||||
<p>客户至上、艰苦奋斗、创新卓越、合作共赢</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<footer class="footer" style=" background-color: #020A4C !important; ">
|
||||
<section class="emailBox">
|
||||
<div class="emailLeft">
|
||||
<p>我们准备好了</p>
|
||||
<p>如果您有更多的需求,请联系我们</p>
|
||||
</div>
|
||||
<div class="emailRight">
|
||||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
<span>MAIL TO US</span>
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<img src="../imgs/SVG/邮箱.svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="footerBox" >
|
||||
<div class="footerBoxLeft">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
119
hanJing/html/ourProducts.html
Normal file
119
hanJing/html/ourProducts.html
Normal file
@@ -0,0 +1,119 @@
|
||||
<!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/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>
|
||||
</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="./technicalSupport.html"> 技术支持</a></li>
|
||||
<li> <a href="./aboutUs.html" > 关于我们</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg">
|
||||
<img src="../imgs/SVG/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="topBanner">
|
||||
<div class="topBannerLeft">
|
||||
<div class="topBannerLeftTitle">
|
||||
<p>我们的产品</p>
|
||||
<p>我们提供芯片研发、生产和销售,芯片销售代理;以及软件WEB设计服务。</p>
|
||||
</div>
|
||||
<div class="topBannerBth">
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<span>MAIL TO US</span>
|
||||
<img src="../imgs/SVG/邮箱(白).svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<img class="btLeft" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/SVG/线纹.svg" alt="点纹">
|
||||
|
||||
</section>
|
||||
|
||||
<section class="banner">
|
||||
<div class="bannertop">
|
||||
<div class="imgBox">
|
||||
<div class="imgBox1">
|
||||
<img src="../imgs/PNG/芯片2.png" alt="芯片2">
|
||||
</div>
|
||||
<div class="imgBox2">
|
||||
|
||||
<img src="../imgs/PNG/芯片1.png" alt="芯片1">
|
||||
</div>
|
||||
</div>
|
||||
<div class="textBox">
|
||||
<h1>定制化芯片</h1>
|
||||
<p>
|
||||
团队有丰富的TSMC、SMIC、GF等多个芯片制造商流片成功经验
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="bannerBottom">
|
||||
|
||||
<div class="bannerBottomText">
|
||||
<div class="top">
|
||||
<p>成熟的电子商城及配套软件解决方案,
|
||||
支持商品后台上下架、在线支付、快
|
||||
递匹配等多套软件,目前已为超百位
|
||||
电子商务公司及个人用户提供开发服
|
||||
务。</p>
|
||||
<p>适用范围: 电子商务公司及个人</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<footer class="footer" style=" background-color: #020A4C !important; ">
|
||||
<section class="emailBox">
|
||||
<div class="emailLeft">
|
||||
<p>我们准备好了</p>
|
||||
<p>如果您有更多的需求,请联系我们</p>
|
||||
</div>
|
||||
<div class="emailRight">
|
||||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
<span>MAIL TO US</span>
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<img src="../imgs/SVG/邮箱.svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="footerBox" >
|
||||
<div class="footerBoxLeft">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
100
hanJing/html/technicalSupport.html
Normal file
100
hanJing/html/technicalSupport.html
Normal file
@@ -0,0 +1,100 @@
|
||||
<!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/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>
|
||||
</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="./ourProducts.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>
|
||||
<section class="topBanner">
|
||||
<div class="topBannerLeft">
|
||||
<div class="topBannerLeftTitle">
|
||||
<p>技术支持</p>
|
||||
<p>我们为您的项目提供技术指导。我们的
|
||||
技术销售代表和产品专家可以从技术角
|
||||
度解答您关于产品的问题</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<img class="btLeft" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/SVG/线纹.svg" alt="点纹">
|
||||
|
||||
</section>
|
||||
|
||||
<section class="banner">
|
||||
<div class="bannerLeft">
|
||||
<div class="LeftImg">
|
||||
<img src="../imgs/SVG/技术服务帮助.svg" alt="技术服务帮助">
|
||||
</div>
|
||||
<p class="title">技术服务帮助</p>
|
||||
<p class="problem">获取汉晶技术支持专家提供的保密帮助。</p>
|
||||
<a class="report" href="mailto:fu.bin@hjsilicon.com">提交服务帮助 <img class="arrow" src="../imgs/SVG/箭头.svg" alt="箭头"></a>
|
||||
|
||||
</div>
|
||||
<div class="bannerRight">
|
||||
|
||||
<div class="rightImg">
|
||||
<img src="../imgs/SVG/产品安全漏洞.svg" alt="产品安全漏洞">
|
||||
</div>
|
||||
<p class="title">产品安全漏洞</p>
|
||||
<p class="problem">发现您的产品存在潜在安全漏洞?</p>
|
||||
<a class="report" href="mailto:fu.bin@hjsilicon.com">立即报告 <img class="arrow" src="../imgs/SVG/箭头.svg" alt="箭头"></a>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<footer class="footer" style=" background-color: #020A4C !important; ">
|
||||
<section class="emailBox">
|
||||
<div class="emailLeft">
|
||||
<p>我们准备好了</p>
|
||||
<p>如果您有更多的需求,请联系我们</p>
|
||||
</div>
|
||||
<div class="emailRight">
|
||||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
<span>MAIL TO US</span>
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<img src="../imgs/SVG/邮箱.svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="footerBox" >
|
||||
<div class="footerBoxLeft">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user