File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="UTF-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < link rel ="icon " type ="image/svg+xml " href ="assets/icons/favicon.svg ">
8+
79 < meta name ="description "
810 content ="Portfolio de Marcello Samiandrisoa - Développeur Fullstack spécialisé en Java, NodeJS, React et Angular. ">
911 < title > Marcello Samiandrisoa | Développeur Fullstack</ title >
109111 < nav
110112 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 ">
111113 < div class ="container mx-auto px-8 flex justify-between items-center max-w-[1100px] ">
112- < div
113- class ="logo font-extrabold text-[1.2rem] bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent ">
114- MS.
114+ < div class ="logo font-extrabold text-[1.3rem] flex items-center gap-2 ">
115+ < span class ="w-6 h-6 bg-primary inline-block "
116+ style ="mask: url('assets/icons/terminal-icon.svg') no-repeat center / contain; -webkit-mask: url('assets/icons/terminal-icon.svg') no-repeat center / contain; "
117+ aria-hidden ="true "> </ span >
118+ < span class ="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent "> Martzcode</ span >
115119 </ div >
116120
117121 < ul class ="nav-menu hidden md:flex gap-10 list-none transition-all duration-300 " id ="nav-menu ">
122126 < li > < a href ="#education "
123127 class ="font-medium text-[0.95rem] hover:text-primary transition-colors "> Formation</ a > </ li >
124128 < li > < a href ="#contact "
125- class ="font-medium text-[0.95rem] hover:text-primary transition-colors "> Contact</ a > </ li >
129+ class ="font-medium text-[0.95rem] hover:text-primary transition-colors "> Contact</ a >
130+ </ li >
126131 </ ul >
127132
128133 < div class ="flex items-center gap-4 ">
You can’t perform that action at this time.
0 commit comments