feat: add Home, Project, and Work Index views with responsive design and SEO enhancements
Deploy Documentation / check-and-deploy (push) Successful in 20s

- Implemented HomeView with a timeline layout, featuring sections for hero, profile, projects, stack, and contact.
- Created ProjectView to display individual project details, including status, highlights, and tech stack.
- Developed WorkIndexView to list all projects with breadcrumb navigation.
- Enhanced TypeScript configuration for improved module resolution.
This commit is contained in:
LOUIS POTEVIN
2026-07-02 13:55:46 +02:00
parent 4946d2586c
commit 611af1ac67
50 changed files with 8134 additions and 2873 deletions
+5 -11
View File
@@ -1,12 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="7" fill="#040B0B"/>
<!-- traînée de feu -->
<path d="M7 25 L13 19 L17 23 L11 29 Z" fill="#E0A23A" opacity="0.9"/>
<path d="M9 27 L14 22 L16 24 L11 29 Z" fill="#E05A59" opacity="0.85"/>
<!-- astéroïde -->
<circle cx="20" cy="12" r="6" fill="#2A4040"/>
<circle cx="20" cy="12" r="6" fill="none" stroke="#34C2C9" stroke-width="1.2"/>
<circle cx="18" cy="10.5" r="1.1" fill="#040B0B"/>
<circle cx="22" cy="13.5" r="0.9" fill="#040B0B"/>
<circle cx="21" cy="9.5" r="0.7" fill="#040B0B"/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Nova mark: a four-point spark on the NDS dark background. -->
<rect width="64" height="64" rx="14" fill="#040B0B"/>
<path d="M32 8 L38.5 25.5 L56 32 L38.5 38.5 L32 56 L25.5 38.5 L8 32 L25.5 25.5 Z" fill="#2EFAFA"/>
<circle cx="47" cy="15" r="3.4" fill="#34C2C9"/>
</svg>

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 345 B