diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-09-02 14:02:58 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-09-02 14:02:58 -0400 |
| commit | bedae60dd91df3c775e1f2486dd26a73450db846 (patch) | |
| tree | b300928c6a4576ad911c4e070883631ed7605a7c | |
| parent | 9c06464c0acaee12d28c64fb3780f03fa126e596 (diff) | |
| download | personal-website-bedae60dd91df3c775e1f2486dd26a73450db846.tar.gz personal-website-bedae60dd91df3c775e1f2486dd26a73450db846.tar.bz2 personal-website-bedae60dd91df3c775e1f2486dd26a73450db846.zip | |
Added names to the platform section
| -rw-r--r-- | components/Navbar.vue | 2 | ||||
| -rw-r--r-- | pages/index.vue | 28 |
2 files changed, 15 insertions, 15 deletions
diff --git a/components/Navbar.vue b/components/Navbar.vue index 8af3a32..f52e902 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -6,7 +6,7 @@ <!-- Mobile Only --> <span class="hidden-sm-and-up"> - <v-btn @click.stop="drawer = !drawer"><v-icon>mdi-menu</v-icon></v-btn> + <v-btn @click.stop="drawer = !drawer" icon><v-icon>mdi-menu</v-icon></v-btn> </span> <!-- Desktop + Tablets Only --> <v-toolbar-items class="hidden-xs-only"> diff --git a/pages/index.vue b/pages/index.vue index 177b75b..25d7014 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -16,26 +16,26 @@ <h1>About Me</h1> <p><b>Hello, I'm Andrew Lee and I'm currently 16 years old. I like to program and play some games sometimes.</b></p> <h1>Platforms</h1> - <v-btn target="_blank" href="https://discord.gg/EFhRDqG" icon> - <v-icon>mdi-discord</v-icon> + <v-btn target="_blank" href="https://www.youtube.com/channel/UCNRn4YDPCCWSEl3CT7eWorA" color="red"> + <v-icon>mdi-youtube</v-icon> Youtube </v-btn> - <v-btn target="_blank" href="https://github.com/Alee14" icon> - <v-icon>mdi-github</v-icon> + <v-btn target="_blank" href="https://twitter.com/Alee14498" color="light-blue"> + <v-icon>mdi-twitter</v-icon> Twitter </v-btn> - <v-btn target="_blank" href="https://lbry.tv/@Alee:4" icon> - <v-icon>mdi-video</v-icon> + <v-btn target="_blank" href="https://discord.gg/EFhRDqG" color="#2C2F33"> + <v-icon>mdi-discord</v-icon> Discord Server </v-btn> - <v-btn target="_blank" href="https://twitter.com/Alee14498" icon> - <v-icon>mdi-twitter</v-icon> + <v-btn target="_blank" href="https://github.com/Alee14" color="black"> + <v-icon>mdi-github</v-icon> GitHub </v-btn> - <v-btn target="_blank" href="https://www.youtube.com/channel/UCNRn4YDPCCWSEl3CT7eWorA" icon> - <v-icon>mdi-youtube</v-icon> + <v-btn target="_blank" href="https://lbry.tv/@Alee:4"> + <v-icon>mdi-video</v-icon> IBRY </v-btn> - <v-btn target="_blank" href="https://www.instagram.com/alee14498" icon> - <v-icon>mdi-instagram</v-icon> + <v-btn target="_blank" href="https://www.instagram.com/alee14498" color="pink"> + <v-icon>mdi-instagram</v-icon> Instagram </v-btn> - <v-btn target="_blank" href="https://www.reddit.com/user/alee1449" icon> - <v-icon>mdi-reddit</v-icon> + <v-btn target="_blank" href="https://www.reddit.com/user/alee1449" color="orange darken-3"> + <v-icon>mdi-reddit</v-icon> Reddit </v-btn> <h1>Timeline</h1> <p> 2014: Created my first YouTube channel The Alee Diamond.<br> |
