diff options
Diffstat (limited to 'pages/projects')
| -rw-r--r-- | pages/projects/index.vue | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pages/projects/index.vue b/pages/projects/index.vue index dc5bc1a..3f5d464 100644 --- a/pages/projects/index.vue +++ b/pages/projects/index.vue @@ -1,8 +1,8 @@ <template> <v-card> <header id="showcase"> - <h1 class="display-3 animated fadeIn">Projects</h1> - <h1 class="animated fadeIn">My current and past projects goes here.</h1> + <h1 class="display-3 animate__animated animate__fadeIn">Projects</h1> + <h1 class="animate__animated animate__fadeIn">My current and past projects goes here.</h1> </header> <v-container> <v-row> @@ -11,9 +11,9 @@ <v-card-title>Alee Productions</v-card-title> <v-card-text>A future company that I'm planning on running.</v-card-text> <v-card-actions> - <v-btn text normal href="https://alee-productions.xyz">Website</v-btn> - <v-btn text normal href="https://github.com/aleeproductions">GitHub</v-btn> - <v-btn text normal href="https://twitter.com/aleeproductions">Twitter</v-btn> + <v-btn text normal target="_blank" href="https://alee-productions.xyz">Website</v-btn> + <v-btn text normal target="_blank" href="https://github.com/aleeproductions">GitHub</v-btn> + <v-btn text normal target="_blank" href="https://twitter.com/aleeproductions">Twitter</v-btn> </v-card-actions> </v-card> <br> @@ -21,7 +21,7 @@ <v-card-title>AleeBot</v-card-title> <v-card-text>An all-in-one bot that's made from the Discord.JS api.</v-card-text> <v-card-actions> - <v-btn text normal href="https://github.com/aleeproductions/AleeBot">GitHub</v-btn> + <v-btn text normal target="_blank" href="https://github.com/aleeproductions/AleeBot">GitHub</v-btn> </v-card-actions> </v-card> <br> @@ -29,7 +29,7 @@ <v-card-title>DLMP3</v-card-title> <v-card-text>A Discord bot that plays local mp3 audio tracks.</v-card-text> <v-card-actions> - <v-btn text normal href="https://github.com/Alee14/DLMP3">GitHub</v-btn> + <v-btn text normal target="_blank" href="https://github.com/Alee14/DLMP3">GitHub</v-btn> </v-card-actions> </v-card> <br> @@ -37,7 +37,7 @@ <v-card-title>First Website</v-card-title> <v-card-text>The first website that "I" in 2013.</v-card-text> <v-card-actions> - <v-btn text normal href="https://alee14.github.io/first-website">Website</v-btn> + <v-btn text normal target="_blank" href="https://alee14.github.io/first-website">Website</v-btn> </v-card-actions> </v-card> <br> @@ -45,7 +45,7 @@ <v-card-title>Weather Web Page</v-card-title> <v-card-text>The second website that I worked on as an assignment. Originally hosted in Mozilla Thimble and started in 2016.</v-card-text> <v-card-actions> - <v-btn text normal href="https://alee14.github.io/weather-website">Website</v-btn> + <v-btn text normal target="_blank" href="https://alee14.github.io/weather-website">Website</v-btn> </v-card-actions> </v-card> </v-col> |
