Compare commits
3 Commits
c32c3c74c6
...
0bc4cbca36
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bc4cbca36 | |||
| f1203c33e3 | |||
| 77c2686bbc |
+17
-3
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user