Latest stuff. Changed colors. Etc.
This commit is contained in:
11
components/NavBar.vue
Normal file
11
components/NavBar.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex justify-end px-8 py-4">
|
||||
<div class="grow"></div>
|
||||
<a href="/" class="px-4 text-white">Home</a>
|
||||
<a href="/about" class="px-4 text-white">About Me</a>
|
||||
<a href="/projects" class="px-4 text-white">Projects</a>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user