Skip to content

Commit ee00c88

Browse files
ethan0xbuildsclaude
andcommitted
feat: add final CTA and footer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8c5d7f4 commit ee00c88

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,43 @@
176176
line-height: 1.4;
177177
}
178178
.cn-mark { color: var(--accent); }
179+
180+
/* ── CTA ── */
181+
.cta {
182+
padding: 80px 0;
183+
text-align: center;
184+
background: var(--dark-bg);
185+
}
186+
.cta h2 {
187+
font-size: 24px;
188+
font-weight: 700;
189+
color: var(--bg);
190+
margin-bottom: 12px;
191+
}
192+
.cta p {
193+
font-size: 15px;
194+
color: #a08060;
195+
margin-bottom: 36px;
196+
line-height: 1.7;
197+
}
198+
.cta .btn { font-size: 16px; padding: 16px 36px; }
199+
.cta-note {
200+
display: block;
201+
margin-top: 18px;
202+
font-size: 12px;
203+
color: #6a4a2a;
204+
}
205+
206+
/* ── FOOTER ── */
207+
.footer {
208+
padding: 20px 0;
209+
background: #1e1008;
210+
text-align: center;
211+
font-size: 12px;
212+
color: #5a3a20;
213+
}
214+
.footer a { color: #7a5a30; text-decoration: none; }
215+
.footer a:hover { color: #a08060; }
179216
</style>
180217
</head>
181218
<body>
@@ -278,7 +315,24 @@ <h2>9 个访谈模块</h2>
278315
</div>
279316
</section>
280317

318+
<!-- CTA -->
319+
<section class="cta">
320+
<div class="container">
321+
<h2>一次建档,永久复用</h2>
322+
<p>复制 prompt → AI 访谈你 → 保存输出<br>下次开启对话时带上档案,立刻进入「懂你模式」</p>
323+
<a class="btn" href="https://github.com/ethan0xbuilds/ai-context-vault-cn"><span aria-hidden="true"></span> 在 GitHub 上 Star</a>
324+
<span class="cta-note">MIT 协议 · 数据完全本地 · 不依赖任何服务</span>
325+
</div>
326+
</section>
327+
281328
</main>
282329

330+
<!-- FOOTER -->
331+
<footer class="footer">
332+
<div class="container">
333+
灵感来源:<a href="https://www.alliekmiller.com/ai-context-vault" target="_blank" rel="noopener">Allie K. Miller's AI Context Vault</a>
334+
</div>
335+
</footer>
336+
283337
</body>
284338
</html>

0 commit comments

Comments
 (0)