mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 10:56:40 +07:00
made contacts page
This commit is contained in:
parent
884b2ea507
commit
623fa7b7fd
16 changed files with 346 additions and 25 deletions
|
@ -1,8 +1,9 @@
|
|||
<template>
|
||||
<div :class="$style.header">
|
||||
<header :class="$style.header">
|
||||
<NuxtLink to="/" :activeClass="$style.active">Home</NuxtLink>
|
||||
<NuxtLink to="/bio" :activeClass="$style.active">About me</NuxtLink>
|
||||
</div>
|
||||
<NuxtLink to="/about" :activeClass="$style.active">About</NuxtLink>
|
||||
<NuxtLink to="/contacts" :activeClass="$style.active">Contacts</NuxtLink>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue