web-index/deepagens-static/about.html
2025-10-24 09:55:24 +08:00

39 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>