Skip to content

Commit 5d6fe36

Browse files
Add core vision quote to About Me section in both languages
1 parent 749916a commit 5d6fe36

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

index-zh.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ <h2 class="section-title">连接电力,<span class="highlight">赋能基础设
121121
<p>
122122
曾主导包括裕龙岛石化基地及万华化学在内的重大工业基础设施电力工程。作为 <strong>大客户经理</strong>,曾服务于通用汽车、富士康、大宇造船及 LG 电子等大型工业客户,业务涵盖 <strong>负荷侧管理</strong>、需求响应、计量系统集成及客户服务优化。主导编制了分布式光伏并网技术标准,并领导了涵盖15个地区的城市级用电安全提升项目。
123123
</p>
124+
<blockquote class="about-quote">
125+
将15年的电网可靠性与 AI 驱动的开发速度相结合。我不只是在建造电力系统;我正在通过代码和铜线构建能源的未来。
126+
</blockquote>
124127
<div class="about-tags">
125128
<span class="tag">10kV–220kV 系统</span>
126129
<span class="tag">变电站调试</span>

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ <h2 class="section-title">Connecting Power, <span class="highlight">Energizing I
122122
<p>
123123
Delivered full-cycle electrical engineering solutions for major infrastructure projects including the Yulong Island Petrochemical Base and Wanhua MDI. As <strong>Key Account Manager (大客户经理)</strong>, managed large industrial clients including General Motors, Foxconn, and LG Electronics, covering load-side management (负荷侧管理), demand response, metering, and customer service optimization. Drafted technical standards for distributed PV grid integration and led a citywide electrical safety improvement project spanning 15 districts.
124124
</p>
125+
<blockquote class="about-quote">
126+
Blending 15 years of grid reliability with the speed of AI-driven development. I don't just build power systems; I build the future of energy through code and copper.
127+
</blockquote>
125128
<div class="about-tags">
126129
<span class="tag">10kV–220kV Systems</span>
127130
<span class="tag">Substation Commissioning</span>

style.css

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,23 @@ section {
526526
}
527527

528528
.about-intro {
529-
font-size: 1.1rem;
530-
line-height: 1.9;
531-
margin-bottom: 1.2rem;
532-
color: var(--text-primary);
529+
font-size: 1.15rem;
530+
line-height: 1.6;
531+
color: var(--text);
532+
margin-bottom: 1.5rem;
533+
}
534+
535+
.about-quote {
536+
border-left: 3px solid var(--accent);
537+
padding-left: 1.2rem;
538+
font-size: 1.05rem;
539+
font-style: italic;
540+
color: var(--accent);
541+
background: rgba(59, 139, 255, 0.05);
542+
padding-top: 0.8rem;
543+
padding-bottom: 0.8rem;
544+
border-radius: 0 8px 8px 0;
545+
margin: 1.5rem 0;
533546
}
534547

535548
.about-text p {

0 commit comments

Comments
 (0)