feat: 增加 DevOps 平台简历亮点

- src/resume-data.js: 新增 DevOps 运维平台项目、能力标签和技能树内容
- public/logos/devops-platform.svg: 增加 DevOps 平台项目图标
This commit is contained in:
湛兮
2026-06-12 16:38:03 +08:00
parent ab39fdead3
commit ffe6dc7c86
2 changed files with 39 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-labelledby="title">
<title id="title">DevOps 运维平台</title>
<defs>
<linearGradient id="panel" x1="18" x2="78" y1="14" y2="82" gradientUnits="userSpaceOnUse">
<stop stop-color="#22d3ee" />
<stop offset="1" stop-color="#8b5cf6" />
</linearGradient>
</defs>
<rect width="96" height="96" rx="22" fill="#08111f" />
<rect x="16" y="20" width="64" height="48" rx="10" fill="url(#panel)" opacity="0.18" />
<rect x="20" y="24" width="56" height="40" rx="7" fill="#0f172a" stroke="#38bdf8" stroke-opacity="0.65" />
<path d="M29 37h19M29 48h11M53 48h14" stroke="#e0f2fe" stroke-width="4" stroke-linecap="round" />
<circle cx="62" cy="37" r="5" fill="#34d399" />
<path d="M31 74h34M39 64v10M57 64v10" stroke="#a5b4fc" stroke-width="4" stroke-linecap="round" />
</svg>

After

Width:  |  Height:  |  Size: 876 B