Files
jiapu/genealogy.html
2026-07-09 17:30:10 +08:00

157 lines
6.2 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>数字家谱 - 代代相传</title>
<link rel="stylesheet" href="public/css/public.css" />
<link rel="stylesheet" href="public/css/genealogy.css" />
</head>
<body class="page-genealogy">
<header class="site-header">
<div class="container nav">
<a class="brand magnetic" href="index.html"
><img class="brand-logo" src="public/images/logo.png" alt="我们的家谱,代代相传" /></a
>
<nav class="nav-links">
<a href="index.html">首页</a>
<a class="active" href="genealogy.html">数字家谱</a>
<a href="plaza.html">家谱广场</a>
<a href="culture.html">家族文化</a>
<a href="surname.html">姓氏百科</a>
<a href="app.html">应用下载</a>
<a href="help.html">帮助中心</a>
<a href="about.html">关于我们</a>
</nav>
<div class="nav-actions">
<a href="login.html">登录</a><a href="register.html">注册</a
><a class="btn primary magnetic" href="create-genealogy.html"
>创建家谱</a
>
</div>
</div>
</header>
<main>
<section class="inner-hero genealogy-hero">
<div class="container">
<div class="hero-copy">
<div class="eyebrow">Digital Genealogy</div>
<h1>把成员关系整理成清晰可查的数字家谱</h1>
<p class="lead">
从始祖、分支、排行到个人资料,数字家谱帮助家族建立长期可维护的成员档案和世系关系。
</p>
<div class="genealogy-stats">
<div><strong>8</strong><span>资料模块</span></div>
<div><strong>3步</strong><span>快速建谱</span></div>
<div><strong>多人</strong><span>协作共修</span></div>
</div>
</div>
<div class="hero-card tree-preview tilt-card">
<div class="tree-glow"></div>
<div class="tree-row root"><span>始祖</span></div>
<div class="tree-line"></div>
<div class="tree-row branch">
<span>长房</span><span>二房</span><span>三房</span>
</div>
<div class="tree-line short"></div>
<div class="tree-row generation">
<span>第六世</span><span>第七世</span><span>第八世</span
><span>第九世</span>
</div>
</div>
</div>
</section>
<section class="section alt capability-section">
<div class="container">
<div class="section-head">
<h2>核心能力</h2>
<p>
围绕修谱、查谱和协作维护,把家族资料从零散记录整理成完整档案。
</p>
</div>
<div class="grid-4">
<div class="card soft feature-card tilt-card">
<div class="icon-word"></div>
<h3>世系图</h3>
<p>
以树谱方式展示成员关系,支持查看个人资料、添加亲属和调整排行。
</p>
</div>
<div class="card soft feature-card tilt-card">
<div class="icon-word"></div>
<h3>字辈谱</h3>
<p>记录各代字辈与人数,让世代脉络更加清楚。</p>
</div>
<div class="card soft feature-card tilt-card">
<div class="icon-word"></div>
<h3>谱文资料</h3>
<p>沉淀谱序、家训、人物传记和修谱说明。</p>
</div>
<div class="card soft feature-card tilt-card">
<div class="icon-word"></div>
<h3>权限管理</h3>
<p>设置管理员、内容可见范围与入谱审核,保护家族隐私。</p>
</div>
</div>
</div>
</section>
<section class="section coedit-section">
<div class="container grid-2">
<div class="card dark coedit-card tilt-card">
<h2>适合多人共修</h2>
<p>
家族成员可以分别补充照片、成员资料、谱文和故事,再由管理员统一审核,避免资料越传越散。
</p>
<a class="btn primary magnetic" href="create-genealogy.html"
>开始创建</a
>
</div>
<div class="card process-card tilt-card">
<h3>修谱流程</h3>
<div class="step-list">
<p><b>1</b><span>创建家谱并填写姓氏、地区、堂号</span></p>
<p><b>2</b><span>录入第一批成员,建立上下辈关系</span></p>
<p><b>3</b><span>邀请亲人加入,共同完善资料</span></p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div>
<a class="brand" href="index.html"
><img class="brand-logo" src="public/images/logo-light.png" alt="我们的家谱,代代相传" /></a
>
<p>一个面向家庭和宗族的数字家谱与家族文化门户。</p>
</div>
<div>
<h4>产品入口</h4>
<a>数字家谱</a><a>家谱广场</a><a>应用下载</a><a>帮助中心</a>
</div>
<div>
<h4>文化内容</h4>
<a>家族文化</a><a>姓氏百科</a><a>家谱知识</a><a>平台公告</a>
</div>
<div>
<h4>联系我们</h4>
<p>客服电话:400-000-0000</p>
<p>邮箱:service@example.com</p>
<p>地址:中国 · 成都</p>
</div>
</div>
<div class="footer-legal">
<div>© 2026 代代相传. All rights reserved.</div>
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopener">ICP备案:蜀ICP备2024044594号-1</a>
</div>
</div>
</footer>
<script src="public/js/page-effects.js"></script>
</body>
</html>