diff options
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.vue | 4 | ||||
| -rw-r--r-- | pages/projects/index.vue | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/pages/index.vue b/pages/index.vue index 87a2615..2fec629 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -51,7 +51,7 @@ <li>Vue</li> <li>Python</li> </ul> - <h1>My favorite games</h1> + <h1>Favorite Games</h1> <ul> <li>Splatoon 2</li> <li>Animal Crossing: New Horizons</li> @@ -109,7 +109,7 @@ </v-simple-table> </div> <div class="contact"> - <h1>Contact me</h1> + <h1>Contact Me</h1> <p>If you want to ask me questions or just want to contact me. Contact me at <a href="mailto:andrew@alee14.me">andrew@alee14.me</a>.</p> </div> </v-container> diff --git a/pages/projects/index.vue b/pages/projects/index.vue index d6ecceb..745607c 100644 --- a/pages/projects/index.vue +++ b/pages/projects/index.vue @@ -7,7 +7,7 @@ <v-container> <v-row> <v-col cols="12"> - <v-card class="blue darken-4"> + <v-card class="green darken-4"> <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> @@ -17,7 +17,7 @@ </v-card-actions> </v-card> <br> - <v-card class="blue darken-4"> + <v-card class="green darken-4"> <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> @@ -25,7 +25,7 @@ </v-card-actions> </v-card> <br> - <v-card class="blue darken-4"> + <v-card class="green darken-4"> <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> @@ -33,7 +33,7 @@ </v-card-actions> </v-card> <br> - <v-card class="blue darken-4"> + <v-card class="green darken-4"> <v-card-title>First Website</v-card-title> <v-card-text>The first website that "I" in 2013.</v-card-text> <v-card-actions> @@ -41,7 +41,7 @@ </v-card-actions> </v-card> <br> - <v-card class="blue darken-4"> + <v-card class="green darken-4"> <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> @@ -49,7 +49,7 @@ </v-card-actions> </v-card> <br> - <v-card class="blue darken-4"> + <v-card class="green darken-4"> <v-card-title>Raspberry Pi OS Menu</v-card-title> <v-card-text>A full screen menu. Programmed for the Raspberry Pi.</v-card-text> <v-card-actions> |
