Skip to content

Commit eb17419

Browse files
authored
Refactor comments in index.html
Updated comments in index.html for clarity and conciseness.
1 parent bae9d86 commit eb17419

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--amber: #fbbf24;
2222
}
2323

24-
/* 苹果系统级排版 */
24+
/* 排版 */
2525
body {
2626
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
2727
background:
@@ -73,7 +73,7 @@
7373
mix-blend-mode: screen;
7474
}
7575

76-
/* 磨砂玻璃导航栏 */
76+
/* 导航栏 */
7777
.glass-nav {
7878
background: rgba(2, 5, 10, 0.62);
7979
backdrop-filter: saturate(180%) blur(30px);
@@ -138,7 +138,7 @@
138138
.delay-100 { transition-delay: 100ms; }
139139
.delay-200 { transition-delay: 200ms; }
140140

141-
/* 极致虚化:头像右侧贴边,左侧虚化 */
141+
/* 头像右侧贴边,左侧虚化 */
142142
.avatar-mask {
143143
-webkit-mask-image: radial-gradient(ellipse at 85% 50%, black 40%, transparent 80%);
144144
mask-image: radial-gradient(ellipse at 85% 50%, black 40%, transparent 80%);
@@ -393,7 +393,7 @@
393393
}
394394

395395

396-
/* Final polish: original space identity + restrained Apple-grade cyber interactions */
396+
/* Final polish*/
397397
html { scroll-padding-top: 5rem; }
398398
:root {
399399
--terminal-green: #39ff88;
@@ -1442,7 +1442,7 @@
14421442
<a href="https://github.com/0xTaoZ" target="_blank">GitHub <span></span></a>
14431443
</div>
14441444

1445-
<!-- 首屏焦点区:保留原版宇宙背景 + 低调黑客终端 -->
1445+
<!-- 首屏焦点区,终端 -->
14461446
<section class="hero-bg hero-shell flex items-center justify-center overflow-hidden">
14471447
<div class="hero-overlay z-0"></div>
14481448
<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
15191519
</div>
15201520
</section>
15211521

1522-
<!-- 精选项目:保留内容,升级为低调高级 case deck -->
1522+
<!-- 精选项目-->
15231523
<section id="projects" class="py-32 px-6 max-w-7xl mx-auto">
15241524
<div class="mb-14 reveal">
15251525
<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>
16021602
</section>
16031603

16041604
<div class="divider max-w-6xl mx-auto"></div>
1605-
<!-- 教育经历 (修复了校标显示与集美中学排版) -->
1605+
<!-- 教育经历 -->
16061606
<section id="education" class="py-32 px-6 max-w-7xl mx-auto">
16071607
<div class="mb-20 text-center reveal">
16081608
<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>
17831783
<div class="divider max-w-6xl mx-auto"></div>
17841784

17851785

1786-
<!-- 学习笔记:低调可扩展的静态文章入口 -->
1786+
<!-- 学习笔记 静态文章入口 -->
17871787
<section id="notes" class="py-32 px-6 max-w-7xl mx-auto">
17881788
<div class="mb-16 text-center reveal">
17891789
<p class="section-kicker mb-4">Technical writing</p>

0 commit comments

Comments
 (0)