Skip to content

Commit 030b24b

Browse files
committed
Update navbar
1 parent ce7c782 commit 030b24b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

site/components/mobile-nav.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
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>
1212
<a href="#experience"
1313
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">Expériences</a>
14+
<a href="https://martzcode.netlify.app/projets"
15+
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">Projets</a>
1416
<a href="#education"
1517
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">Formation</a>
18+
<a href="https://martzcode.netlify.app/blog"
19+
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">Blog</a>
1620
<a href="#contact"
1721
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">Contact</a>
1822
</div>

site/components/navbar.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
class="font-medium text-[0.95rem] hover:text-primary transition-colors">Compétences</a></li>
1515
<li><a href="#experience"
1616
class="font-medium text-[0.95rem] hover:text-primary transition-colors">Expériences</a></li>
17+
<li><a href="https://martzcode.netlify.app/projets"
18+
class="font-medium text-[0.95rem] hover:text-primary transition-colors">Projets</a></li>
1719
<li><a href="#education"
1820
class="font-medium text-[0.95rem] hover:text-primary transition-colors">Formation</a></li>
21+
<li><a href="https://martzcode.netlify.app/blog"
22+
class="font-medium text-[0.95rem] hover:text-primary transition-colors">Blog</a></li>
1923
<li><a href="#contact" class="font-medium text-[0.95rem] hover:text-primary transition-colors">Contact</a>
2024
</li>
2125
</ul>

0 commit comments

Comments
 (0)