diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 18:16:08 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 18:16:08 -0400 |
| commit | 6c999c3c88e9f894fc9746e01bf22be24f351d9b (patch) | |
| tree | 587cfc24430ce526d94f38307246faf97963cb28 | |
| parent | a045f870e9dae04342113e1b2cf7f1c2e6bc79a9 (diff) | |
| download | personal-website-6c999c3c88e9f894fc9746e01bf22be24f351d9b.tar.gz personal-website-6c999c3c88e9f894fc9746e01bf22be24f351d9b.tar.bz2 personal-website-6c999c3c88e9f894fc9746e01bf22be24f351d9b.zip | |
Finished the projects page, changed footer
| -rw-r--r-- | components/Footer.vue | 2 | ||||
| -rw-r--r-- | pages/index.vue | 82 | ||||
| -rw-r--r-- | pages/projects/index.vue | 44 |
3 files changed, 79 insertions, 49 deletions
diff --git a/components/Footer.vue b/components/Footer.vue index 1890e08..19aab10 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -3,7 +3,7 @@ <v-col cols="12"> <p class="text-center">Website is licensed under GPL-3.0.</p> <p class="text-center">Created using Vue.JS + NuxtJS and Vuetify. Hosted on Netlify.</p> - <p class="text-center">© Copyright 2018-{{ new Date().getFullYear() }}, Andrew Lee. All rights reserved.</p> + <p class="text-center">© Copyright 2018-{{ new Date().getFullYear() }} Andrew Lee. All rights reserved.</p> </v-col> </v-footer> </template> diff --git a/pages/index.vue b/pages/index.vue index d4936ab..0c0d98f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -45,51 +45,49 @@ </v-container> </v-card> </div> - <div class="projects"> - <!-- This might get removed --> - </div> - <div class="blog"> - <h1>Blog here</h1> - </div> <div class="aleepc-specs"> <h1>AleePC Parts</h1> <v-simple-table> - <tr> - <th>Part Type</th> - <th>Part Name</th> - </tr> - <tr> - <td>CPU</td> - <td>AMD - Ryzen 3 2200G 3.5 GHz Quad-Core Processor</td> - </tr> - <tr> - <td>CPU Cooler</td> - <td>Cooler Master - Hyper T2 54.8 CFM Sleeve Bearing CPU Cooler</td> - </tr> - <tr> - <td>Motherboard</td> - <td>ASRock - B450M-HDV Micro ATX AM4</td> - </tr> - <tr> - <td>Memory</td> - <td>Corsair - Vengeance LPX 16 GB (2 x 8 GB) DDR4-2400</td> - </tr> - <tr> - <td>Main Storage</td> - <td>Western Digital Blue 250 GB M.2-2280 Solid State Drive</td> - </tr> - <tr> - <td>Second Storage</td> - <td>Western Digital Blue 2 TB 3.5" 5400RPM Internal Hard Drive</td> - </tr> - <tr> - <td>Case</td> - <td>Rosewill - FBM-X1 MicroATX Mini Tower Case</td> - </tr> - <tr> - <td>Power Supply</td> - <td>EVGA - 500 W 80+ Certified ATX Power Supply</td> - </tr> + <thead> + <tr> + <th>Part Type</th> + <th>Part Name</th> + </tr> + </thead> + <tbody> + <tr> + <td>CPU</td> + <td>AMD - Ryzen 3 2200G 3.5 GHz Quad-Core Processor</td> + </tr> + <tr> + <td>CPU Cooler</td> + <td>Cooler Master - Hyper T2 54.8 CFM Sleeve Bearing CPU Cooler</td> + </tr> + <tr> + <td>Memory</td> + <td>Corsair - Vengeance LPX 16 GB (2 x 8 GB) DDR4-2400</td> + </tr> + <tr> + <td>Main Storage</td> + <td>Western Digital Blue 250 GB M.2-2280 Solid State Drive</td> + </tr> + <tr> + <td>Second Storage</td> + <td>Western Digital Blue 2 TB 3.5" 5400RPM Internal Hard Drive</td> + </tr> + <tr> + <td>Motherboard</td> + <td>ASRock - B450M-HDV Micro ATX AM4</td> + </tr> + <tr> + <td>Case</td> + <td>Rosewill - FBM-X1 MicroATX Mini Tower Case</td> + </tr> + <tr> + <td>Power Supply</td> + <td>EVGA - 500 W 80+ Certified ATX Power Supply</td> + </tr> + </tbody> </v-simple-table> </div> </v-container> diff --git a/pages/projects/index.vue b/pages/projects/index.vue index 672cfdc..dc5bc1a 100644 --- a/pages/projects/index.vue +++ b/pages/projects/index.vue @@ -7,14 +7,46 @@ <v-container> <v-row> <v-col cols="12"> - <v-card class="green darken-4"> - <v-card-title>Hello world</v-card-title> - <v-card-text>Hello world 2</v-card-text> + <v-card class="blue 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> + <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-card-actions> </v-card> <br> - <v-card> - <v-card-title>Hello world</v-card-title> - <v-card-text>Hello world 2</v-card-text> + <v-card class="blue 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> + <v-btn text normal href="https://github.com/aleeproductions/AleeBot">GitHub</v-btn> + </v-card-actions> + </v-card> + <br> + <v-card class="blue 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> + <v-btn text normal href="https://github.com/Alee14/DLMP3">GitHub</v-btn> + </v-card-actions> + </v-card> + <br> + <v-card class="blue 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> + <v-btn text normal href="https://alee14.github.io/first-website">Website</v-btn> + </v-card-actions> + </v-card> + <br> + <v-card class="blue 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> + <v-btn text normal href="https://alee14.github.io/weather-website">Website</v-btn> + </v-card-actions> </v-card> </v-col> </v-row> |
