fix: portfolio polish - links, skills, nav, sitemap

- No-ill 프로젝트 링크 추가
- Skills에서 Redis Backend 중복 제거, Prometheus 추가
- Education 섹션 id 추가 및 nav 링크 추가
- Sitemap infra에 Tolchain RPC 추가
- Sitemap 홀수 카드 레이아웃 수정

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 09:52:39 +09:00
parent ee934cc9d1
commit c33c8be3d6
4 changed files with 17 additions and 4 deletions

View File

@@ -313,6 +313,10 @@ img { max-width: 100%; display: block; }
gap: 14px;
margin-bottom: 48px;
}
.card-grid > *:last-child:nth-child(odd) {
grid-column: 1 / -1;
max-width: calc(50% - 7px);
}
.site-card {
border: 1px solid #e8e8e8;
@@ -348,6 +352,10 @@ img { max-width: 100%; display: block; }
grid-template-columns: 1fr 1fr 1fr;
gap: 12px;
}
.infra-grid > *:last-child:nth-child(3n+1) {
grid-column: 1 / -1;
max-width: calc(33.333% - 8px);
}
.infra-card {
border: 1px solid #e8e8e8;