webs/giantElephant/html/aboutUs.html

136 lines
4.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../imgs/PNG/LOGO1.png">
<link rel="stylesheet" href="../css/aboutUs.css">
<link rel="stylesheet" href="../css/header.css">
<title>巨象云数</title>
</head>
<style>
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
<body>
<section class="headerBox">
<section class="header">
<div class="logoBox">
<img class="logo" src="../imgs/PNG/LOGO2.png" alt="logo">
</div>
<ul class="nav">
<li><a class="menu " href="../index.html">首页</a> </li>
<li><a class="menu" href="software.html">软件开发</a></li>
<li><a class="menu" href="bigDataServices.html">大数据服务</a></li>
<li><a style="color: black;text-decoration: none;" href="#">关于我们</a></li>
<li><a href="mailto:support@betmaysg.com"> <img class="email" src="../imgs/PNG/邮件.png" alt="邮件"></a></li>
</ul>
</section>
<div class="ABtitleBox">
<div class="ABtitle">
<h1>关于我们</h1>
<p>About us</p>
</div>
<p class="content">
我们是一家专业的软件开发公司,致力于
为您提供全方位的解决方案。无论您需要
定制应用程序开发、APP开发或者大数据
技术服务,我们的专业团队将为您量身打
造符合需求的解决方案。透过我们的服务
您将能夠打造您的企业数位未来,实现更
高效、更智能的运营。让我们携手合作,
共同打造数位化时代的应用新价值。
</p>
</div>
</section>
<section class="standard">
<div class="standardTitle">
<h1>我们的标准</h1>
<p>靠谱的服务是所有项目成功的必要条件</p>
</div>
<ul>
<li>
<div class="longBlock quality">
<img src="../imgs/PNG/关于我们-质量.png" alt="质量">
<p style="font-size: 25px;color: #396CF9;">质量</p>
<p style="font-size: 19px;">代码规范检查多方测试验收</p>
</div>
</li>
<li>
<div class="longBlock separate growUp">
<img src="../imgs/PNG/关于我们-成长.png" alt="成长">
<p style="font-size: 25px;color: #396CF9;">成长</p>
<p style="font-size: 19px;width: 100%;">我们的目标是共同成长</p>
</div>
</li>
<li>
<div class="longBlock separate innovate">
<img src="../imgs/PNG/关于我们-创新.png" alt="创新">
<p style="font-size: 25px;color: #396CF9;">创新</p>
<p style="font-size: 19px;">突破常规思维创新永无止境</p>
</div>
</li>
<li>
<div class="longBlock separate cooperate">
<img src="../imgs/PNG/关于我们-合作.png" alt="合作">
<p style="font-size: 25px;color: #396CF9;">合作</p>
<p style="font-size: 19px;">强化竞争意识营造团队精神</p>
</div>
</li>
<li>
<div class="longBlock separate service">
<img src="../imgs/PNG/关于我们-服务.png" alt="服务">
<p style="font-size: 25px;color: #396CF9;">服务</p>
<p style="font-size: 19px;width: 100%;">专属团队一对一贴心服务</p>
</div>
</li>
</ul>
</section>
<section class="footerBox">
<div class="Flogo">
<img class="FlogoImg" src="../imgs/PNG/LOGO2.png" alt="logo">
<p>版权所有 © 2025 巨象云数</p>
</div>
</section>
<script>
// fetch('./header.html')
// .then(response => response.text())
// .then(data => {
// document.getElementById('header-container').innerHTML = data;
// });
</script>
</body>
</html>