39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
|
|
<!doctype html>
|
|||
|
|
<html lang="zh-CN">
|
|||
|
|
<head>
|
|||
|
|
<meta charset="utf-8" />
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|||
|
|
<title>关于我们|深度未来(Deepagens)</title>
|
|||
|
|
<link rel="stylesheet" href="styles.css" />
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<header class="nav">
|
|||
|
|
<div class="container nav-inner">
|
|||
|
|
<div class="logo">Deepagens</div>
|
|||
|
|
<nav>
|
|||
|
|
<a href="index.html">首页</a>
|
|||
|
|
<a href="solutions.html">解决方案</a>
|
|||
|
|
<a href="cases.html">成功案例</a>
|
|||
|
|
<a href="pricing.html">定价</a>
|
|||
|
|
<a href="resources.html">资源库</a>
|
|||
|
|
<a href="about.html">关于我们</a>
|
|||
|
|
<a href="contact.html" class="btn btn-outline">联系我们</a>
|
|||
|
|
</nav>
|
|||
|
|
</div>
|
|||
|
|
</header>
|
|||
|
|
<section class="hero">
|
|||
|
|
<div class="container">
|
|||
|
|
<h1>关于深度未来</h1>
|
|||
|
|
<p class="sub">使命:让AI主动推荐你。愿景:构建可被机器与人同时理解的品牌资产。</p>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
<section class="section">
|
|||
|
|
<div class="container grid-3">
|
|||
|
|
<div class="card"><h3>里程碑</h3><p>2025年发布AI搜索全链路方案,首批客户营收破百万。</p></div>
|
|||
|
|
<div class="card"><h3>团队</h3><p>AI工程、增长、产品、市场的跨职能团队。</p></div>
|
|||
|
|
<div class="card"><h3>资质</h3><p>专利:权威信号点埋入技术;合规:GDPR/CCPA。</p></div>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
</body>
|
|||
|
|
</html>
|