diff --git a/portfolio/index.html b/portfolio/index.html index 30472ab..17fd04d 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -3,9 +3,21 @@ - + - Vite + Vue + Niels Portfolio + + + + + + + + + + + diff --git a/portfolio/public/favicon.svg b/portfolio/public/favicon.svg new file mode 100644 index 0000000..99a60b2 --- /dev/null +++ b/portfolio/public/favicon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/portfolio/src/components/Navbar.vue b/portfolio/src/components/Navbar.vue index 76c98e9..435aa4d 100644 --- a/portfolio/src/components/Navbar.vue +++ b/portfolio/src/components/Navbar.vue @@ -237,19 +237,6 @@ onUnmounted(() => { box-shadow: 0 4px 20px rgba(100, 181, 246, 0.2); } -.nav-link.router-link-active::after { - content: ''; - position: absolute; - bottom: -12px; - left: 50%; - transform: translateX(-50%); - width: 6px; - height: 6px; - background: #64b5f6; - border-radius: 50%; - box-shadow: 0 0 10px rgba(100, 181, 246, 0.8); -} - .hamburger { display: none; flex-direction: column;