Compare commits

...

3 Commits

Author SHA1 Message Date
wonder 0bc4cbca36 feat: 央国企简历新增社会实践板块
Deploy Resume / deploy (push) Successful in 6s
Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-27 11:02:48 +08:00
wonder f1203c33e3 feat: 央国企简历荣誉奖项补充日期并合并双奖项行
Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-27 10:39:52 +08:00
wonder 77c2686bbc feat: 央国企简历职位名称字号调整为15px
Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-27 10:08:25 +08:00
2 changed files with 19 additions and 4 deletions
+17 -3
View File
@@ -93,6 +93,7 @@
<span class="honor-name">"金山杯"华中地区高校第十八届程序设计邀请赛</span>
<span class="honor-badge">三等奖</span>
</div>
<div class="honor-date">2024-04</div>
</div>
<div class="honor-item">
<div class="honor-content">
@@ -100,15 +101,15 @@
<span class="honor-name">国际大学生程序设计竞赛(ICPC)湖北省赛</span>
<span class="honor-badge">优秀奖</span>
</div>
<div class="honor-date">2024-06</div>
</div>
<div class="honor-item">
<div class="honor-item honor-pair">
<div class="honor-content">
<img src="../img/qiniu.svg" class="company-logo qiniu" alt="七牛云">
<span class="honor-name">七牛云 XEngineer 开源实训项目</span>
<span class="honor-badge">三等奖</span>
</div>
</div>
<div class="honor-item">
<span class="campus-sep">|</span>
<div class="honor-content">
<img src="../img/lark.svg" class="company-logo" alt="飞书" style="height: 20px;">
<span class="honor-name">WaytoAGI 飞书全球黑客松(武汉站)</span>
@@ -214,6 +215,19 @@
</ul>
</div>
<!-- 社会实践 -->
<div class="section">
<div class="section-title">社会实践</div>
<div class="exp-header">
<div class="exp-company">“光影科技 共创未来”暑期社会实践</div>
<span class="exp-position">共青团湖北省委员会 实践项目</span>
<div class="exp-date">2024-07 ~ 2024-08</div>
</div>
<ul class="exp-items">
<li>走进 10 余个区县“暑假学堂”点位,以“互动科普讲座+观影”形式为少年儿童普及电影制作技术与发展,结合科幻电影与现实科技成果对照讲解前沿科技、演示 Scratch 少儿编程入门,丰富假期生活、提升科学素养。</li>
</ul>
</div>
<!-- 自我评价 -->
<div class="section">
<div class="section-title">自我评价</div>
+2 -1
View File
@@ -191,6 +191,7 @@ body {
}
.honor-date {
font-size: 15px;
color: #888;
white-space: nowrap;
margin-left: 4px;
@@ -219,7 +220,7 @@ body {
}
.exp-position {
font-size: 14px;
font-size: 15px;
color: #888;
flex: 1;
margin-left: 10px;