diff options
Diffstat (limited to 'components/Navbar.vue')
| -rw-r--r-- | components/Navbar.vue | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/components/Navbar.vue b/components/Navbar.vue index 725a666..6d65501 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -12,6 +12,19 @@ <v-btn to="/projects" text> Projects </v-btn> + <v-spacer/> + <v-btn href="https://github.com/Alee14" icon> + <v-icon>mdi-github</v-icon> + </v-btn> + <v-btn href="https://twitter.com/Alee14498" icon> + <v-icon>mdi-twitter</v-icon> + </v-btn> + <v-btn href="https://www.youtube.com/channel/UCNRn4YDPCCWSEl3CT7eWorA" icon> + <v-icon>mdi-youtube</v-icon> + </v-btn> + <v-btn href="https://discord.gg/EFhRDqG" icon> + <v-icon>mdi-discord</v-icon> + </v-btn> </v-toolbar> </v-card> </template> @@ -20,9 +33,7 @@ export default { name: 'Navbar' } - </script> <style scoped> - </style> |
