From f0fd099a3144e963f8aa0ef1f07095f5ce5c9c80 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 07:49:00 +0800 Subject: feat: add footer links and remove CTA buttons from hero section --- index.html | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 106 insertions(+), 12 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index dd43c3c..b797595 100644 --- a/index.html +++ b/index.html @@ -888,14 +888,39 @@ } footer { - padding: 2rem 1.5rem; + padding: 3rem 1.5rem 2rem; text-align: center; color: #6a5a4a; font-size: 0.85rem; border-top: 1px solid #2a1e14; display: flex; + flex-direction: column; align-items: center; justify-content: center; + gap: 2rem; + } + + .footer-links { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 0.6rem 1.5rem; + max-width: 960px; + width: 100%; + text-align: left; + } + + .footer-links p { + margin: 0; + color: #7a6a5a; + line-height: 1.7; + } + + .footer-links a { + color: #7a6a5a; + } + + .footer-links a:hover { + color: #b0a090; } footer a { @@ -974,6 +999,10 @@ padding: 0.6rem 1rem; } + .footer-links { + grid-template-columns: repeat(2, 1fr); + } + nav .nav-links { gap: 1rem; font-size: 0.8rem; @@ -1265,17 +1294,6 @@ mling proj-init - -
- Documents - - GitHub → - -
@@ -1804,6 +1822,82 @@ mling proj-init