feat: OG image, sitemap update, Neo-Slasher, design polish

- Add OG image for social sharing (og:image meta tags)
- Update sitemap data: add Hongik, update descriptions/names
- Add Neo-Slasher project (2D roguelike, ExP game dev club)
- Add Unity client mention to One of the Plans
- Footer border-top, responsive hero photo sizing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 01:57:37 +09:00
parent 085ea59658
commit c2fd7a8a41
6 changed files with 26 additions and 4 deletions

View File

@@ -47,6 +47,17 @@ const projects = [
category: "웹",
period: "2025.09 ~ 진행 중"
},
{
name: "Neo-Slasher",
description: "게임 개발 동아리 ExP에서 8인 팀으로 제작한 모바일 2D 로그라이크 게임. 프로그래밍 디렉터로서 데이터 관리 시스템, UI/인터페이스 설계, 전투 로직 등 전체 프로그래밍 아키텍처를 주도.",
tags: ["Unity", "C#"],
links: [
{ label: "GitHub", url: "https://github.com/Neo-Slasher" },
{ label: "Refactoring", url: "https://github.com/Neo-Slasher/Neo-Slasher_Refactoring" }
],
category: "게임",
period: "2023.06 ~ 2023.12"
},
{
name: "No-ill",
description: "독거노인 낙상 감지 및 케어 서비스. 6인 팀 PM으로 개발 총괄. React 프론트엔드, Java Spring 백엔드(OpenVidu 연동), 인프라(Jira, Git, CI/CD) 담당.",