fix: use relative paths for resume deck images to fix CI/CD 404
Deploy Slides / build-and-deploy (push) Successful in 2m36s

This commit is contained in:
2026-07-30 15:43:09 +08:00
parent e92047f1c7
commit cfd26da0df
+8 -8
View File
@@ -66,19 +66,19 @@ layout: two-cols
<div class="pl-4">
### <span style="display:inline-block;width:22px;height:22px;background-image:url('/img/neusoft.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>东软集团 · 生产实习
### <span style="display:inline-block;width:22px;height:22px;background-image:url('./img/neusoft.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>东软集团 · 生产实习
2026-06 ~ 2026-07
### <span style="display:inline-block;width:22px;height:22px;background-image:url('/img/kingsoft.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>金山办公 WPS 菁英工程师训练营
### <span style="display:inline-block;width:22px;height:22px;background-image:url('./img/kingsoft.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>金山办公 WPS 菁英工程师训练营
全栈方向 · Go / React · 2026-03 ~ 2026-05
### <span style="display:inline-block;width:22px;height:22px;background-image:url('/img/linghang.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>武汉科技大学领航工作室
### <span style="display:inline-block;width:22px;height:22px;background-image:url('./img/linghang.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>武汉科技大学领航工作室
2024-05 ~ 2026-05
### <span style="display:inline-block;width:22px;height:22px;background-image:url('/img/bytedance.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>字节跳动 MarsCode 青训营
### <span style="display:inline-block;width:22px;height:22px;background-image:url('./img/bytedance.svg');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:6px;"></span>字节跳动 MarsCode 青训营
后端方向 · Go · 2025-01 ~ 2025-03
@@ -94,7 +94,7 @@ layout: default
<div style="font-size:1.2em;" class="text-gray-400 mb-4">三等奖 · 2024-04</div>
<div style="position:absolute;right:2%;bottom:5%;width:30%;opacity:0.15;">
<div style="background-image:url('/img/kingsoft.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
<div style="background-image:url('./img/kingsoft.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
</div>
---
@@ -106,7 +106,7 @@ layout: default
<div style="font-size:1.2em;" class="text-gray-400 mb-4">优秀奖 · 2024-06</div>
<div style="position:absolute;right:2%;bottom:5%;width:30%;opacity:0.15;">
<div style="background-image:url('/img/icpc.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
<div style="background-image:url('./img/icpc.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
</div>
---
@@ -125,7 +125,7 @@ layout: default
- 构建**关联服务注册链路**,集成网络探测、数据源自动注册、监控指标采集与日志接入,实现数据库全生命周期可观测
<div style="position:absolute;right:2%;bottom:5%;width:30%;opacity:0.15;">
<div style="background-image:url('/img/qiniu.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
<div style="background-image:url('./img/qiniu.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
</div>
---
@@ -143,7 +143,7 @@ layout: default
- 完善构建**组件漏洞知识图谱**,基于金银湖安全大模型及供应链上游信息,统一评估组件安全风险,接入态势感知安全中心
<div style="position:absolute;right:2%;bottom:5%;width:30%;opacity:0.15;">
<div style="background-image:url('/img/hust.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
<div style="background-image:url('./img/hust.svg');background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;padding-bottom:100%;"></div>
</div>
---