6 Commits

Author SHA1 Message Date
12a6704836 chore: anvil.it.com → inouter.com 2026-03-27 16:15:30 +00:00
kappa
e77aad59ab seo: add og:image, Twitter Cards, meta tags
index.html:
- Add og:image with dimensions (1200x630)
- Add Twitter Cards (summary_large_image)

terms.html, privacy.html, sla.html:
- Add meta description
- Add robots, canonical URL
- Add Open Graph tags

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:33:22 +09:00
kappa
a4e9dc2dd8 feat: 개발자 터미널 스타일 UI 전면 적용
- index.html: GitHub Dark 테마 터미널 스타일 랜딩 페이지
- terms.html, privacy.html, sla.html: 법적 페이지 터미널 UI 적용
- ASCII 아트 로고, vim 상태바, JSON 코드 블록
- Fira Code 모노스페이스 폰트, 터미널 그린 컬러 팔레트

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 07:30:07 +09:00
kappa
b9df16241d Self-host fonts for improved performance
- Download JetBrains Mono and Pretendard fonts (woff2)
- Add fonts.css with @font-face declarations
- Remove Google Fonts external dependencies
- Update CSP to remove fonts.googleapis.com
- Update all HTML files to use local fonts

Improves FCP/LCP by eliminating external font requests.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 00:02:56 +09:00
kappa
e33aadcae3 Fix: increase spacing between sections in terms and SLA pages 2026-01-20 23:57:49 +09:00
kappa
86119b2890 Add legal pages: terms, privacy policy, and SLA
- Add terms.html (이용약관)
- Add privacy.html (개인정보처리방침)
- Add sla.html (서비스 수준 협약)
- Update footer links to internal pages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 23:53:05 +09:00