|
21 | 21 | --amber: #fbbf24; |
22 | 22 | } |
23 | 23 |
|
24 | | - /* 苹果系统级排版 */ |
| 24 | + /* 排版 */ |
25 | 25 | body { |
26 | 26 | font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; |
27 | 27 | background: |
|
73 | 73 | mix-blend-mode: screen; |
74 | 74 | } |
75 | 75 |
|
76 | | - /* 磨砂玻璃导航栏 */ |
| 76 | + /* 导航栏 */ |
77 | 77 | .glass-nav { |
78 | 78 | background: rgba(2, 5, 10, 0.62); |
79 | 79 | backdrop-filter: saturate(180%) blur(30px); |
|
138 | 138 | .delay-100 { transition-delay: 100ms; } |
139 | 139 | .delay-200 { transition-delay: 200ms; } |
140 | 140 |
|
141 | | - /* 极致虚化:头像右侧贴边,左侧虚化 */ |
| 141 | + /* 头像右侧贴边,左侧虚化 */ |
142 | 142 | .avatar-mask { |
143 | 143 | -webkit-mask-image: radial-gradient(ellipse at 85% 50%, black 40%, transparent 80%); |
144 | 144 | mask-image: radial-gradient(ellipse at 85% 50%, black 40%, transparent 80%); |
|
393 | 393 | } |
394 | 394 |
|
395 | 395 |
|
396 | | -/* Final polish: original space identity + restrained Apple-grade cyber interactions */ |
| 396 | +/* Final polish*/ |
397 | 397 | html { scroll-padding-top: 5rem; } |
398 | 398 | :root { |
399 | 399 | --terminal-green: #39ff88; |
|
1442 | 1442 | <a href="https://github.com/0xTaoZ" target="_blank">GitHub <span>↗</span></a> |
1443 | 1443 | </div> |
1444 | 1444 |
|
1445 | | -<!-- 首屏焦点区:保留原版宇宙背景 + 低调黑客终端 --> |
| 1445 | +<!-- 首屏焦点区,终端 --> |
1446 | 1446 | <section class="hero-bg hero-shell flex items-center justify-center overflow-hidden"> |
1447 | 1447 | <div class="hero-overlay z-0"></div> |
1448 | 1448 | <div class="mission-layout relative z-10"> |
@@ -1519,7 +1519,7 @@ <h2 class="mt-3 text-lg font-semibold text-white tracking-tight">Security engine |
1519 | 1519 | </div> |
1520 | 1520 | </section> |
1521 | 1521 |
|
1522 | | -<!-- 精选项目:保留内容,升级为低调高级 case deck --> |
| 1522 | +<!-- 精选项目--> |
1523 | 1523 | <section id="projects" class="py-32 px-6 max-w-7xl mx-auto"> |
1524 | 1524 | <div class="mb-14 reveal"> |
1525 | 1525 | <p class="section-kicker mb-4">Selected work</p> |
@@ -1602,7 +1602,7 @@ <h3 class="text-2xl font-bold text-white mb-3">tzheng.dev</h3> |
1602 | 1602 | </section> |
1603 | 1603 |
|
1604 | 1604 | <div class="divider max-w-6xl mx-auto"></div> |
1605 | | -<!-- 教育经历 (修复了校标显示与集美中学排版) --> |
| 1605 | +<!-- 教育经历 --> |
1606 | 1606 | <section id="education" class="py-32 px-6 max-w-7xl mx-auto"> |
1607 | 1607 | <div class="mb-20 text-center reveal"> |
1608 | 1608 | <h2 class="text-5xl md:text-6xl font-bold text-white mb-4 tracking-tight">Education.</h2> |
@@ -1783,7 +1783,7 @@ <h3 class="text-xl font-bold text-white mb-3">AI-Enhanced Workflows</h3> |
1783 | 1783 | <div class="divider max-w-6xl mx-auto"></div> |
1784 | 1784 |
|
1785 | 1785 |
|
1786 | | -<!-- 学习笔记:低调可扩展的静态文章入口 --> |
| 1786 | +<!-- 学习笔记 静态文章入口 --> |
1787 | 1787 | <section id="notes" class="py-32 px-6 max-w-7xl mx-auto"> |
1788 | 1788 | <div class="mb-16 text-center reveal"> |
1789 | 1789 | <p class="section-kicker mb-4">Technical writing</p> |
|
0 commit comments