Skip to content

Commit bdb0be3

Browse files
committed
- Lien pour première section
1 parent 2dade46 commit bdb0be3

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
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">

site/components/mobile-nav.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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"

site/components/navbar.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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"

0 commit comments

Comments
 (0)