File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 115115
116116 < main id ="scroll-container ">
117117 <!-- Hero Section -->
118- < section
118+ < section id =" home "
119119 class ="min-h-screen flex flex-col justify-center px-8 transition-all duration-300 opacity-20 translate-y-2.5 active-focus:opacity-100 active-focus:translate-y-0 ">
120120 < div class ="container mx-auto max-w-[1100px] ">
121121 < div class ="max-w-3xl ">
@@ -303,7 +303,7 @@ <h2 class="text-4xl md:text-5xl font-extrabold mb-2">Expériences</h2>
303303 class ="inline-block px-4 py-1.5 rounded-full bg-primary/10 text-primary font-bold text-sm ">
304304 Août 2025 - Présent</ div >
305305 < h3 class ="text-3xl md:text-4xl font-extrabold leading-tight "> Développeur Fullstack</ h3 >
306- < div class ="text-xl font-medium text-secondary "> Calyps - Portfolio Prédictif </ div >
306+ < div class ="text-xl font-medium text-secondary "> Calyps</ div >
307307 </ div >
308308 < div class ="md:w-2/3 space-y-6 ">
309309 < p class ="text-lg md:text-xl text-text-dim leading-relaxed ">
Original file line number Diff line number Diff line change 55 < div class ="absolute inset-0 backdrop-blur-xl "> </ div >
66
77 < div class ="relative z-10 flex flex-col items-center gap-6 w-full px-8 ">
8+ < a href ="#home "
9+ class ="w-full max-w-xs py-4 text-center text-2xl font-bold border border-border-color rounded-2xl bg-bg-card/50 hover:bg-primary hover:text-white transition-all "> Accueil</ a >
810 < a href ="#skills "
911 class ="w-full max-w-xs py-4 text-center text-2xl font-bold border border-border-color rounded-2xl bg-bg-card/50 hover:bg-primary hover:text-white transition-all "> Compétences</ a >
1012 < a href ="#experience "
Original file line number Diff line number Diff line change 11< nav
22 class ="fixed top-0 w-full py-6 z-[1000] bg-bg-main/85 backdrop-blur-md border-b border-border-color transition-all duration-300 ">
33 < div class ="container mx-auto px-8 flex justify-between items-center max-w-[1100px] ">
4- < div class ="logo font-extrabold text-[1.3rem] flex items-center gap-2 ">
5- < span class ="w-6 h-6 bg-primary inline-block "
4+ < a href ="#home "
5+ class ="logo font-extrabold text-[1.3rem] flex items-center gap-2 group transition-all duration-300 hover:scale-105 active:scale-95 ">
6+ < span class ="w-6 h-6 bg-primary inline-block transition-transform duration-300 group-hover:rotate-12 "
67 style ="mask: url('assets/icons/terminal-icon.svg') no-repeat center / contain; -webkit-mask: url('assets/icons/terminal-icon.svg') no-repeat center / contain; "
78 aria-hidden ="true "> </ span >
89 < span class ="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent "> Martzcode</ span >
9- </ div >
10+ </ a >
1011
1112 < ul class ="nav-menu hidden md:flex gap-10 list-none transition-all duration-300 " id ="nav-menu ">
1213 < li > < a href ="#skills "
You can’t perform that action at this time.
0 commit comments