Add about me section

This commit is contained in:
2025-09-01 13:14:29 +02:00
parent f4ef9fcbea
commit 0e6ddfede4
8 changed files with 124 additions and 6 deletions

View File

@ -13,6 +13,7 @@
<a href="/#voordelen">↓ Voordelen</a>
<a href="/#distros">↓ Linux-keuze</a>
<a href="/#diensten">↓ Diensten</a>
<a href="/over-mij"{{if eq .CurrentPage "about"}} class="active"{{end}}>Over mij</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div>
<button class="mobile-menu-toggle" onclick="toggleMobileMenu()">
@ -23,6 +24,7 @@
<a href="/#voordelen">↓ Voordelen</a>
<a href="/#distros">↓ Linux-keuze</a>
<a href="/#diensten">↓ Diensten</a>
<a href="/over-mij"{{if eq .CurrentPage "about"}} class="active"{{end}}>Over mij</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div>
</div>