aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-26 17:30:09 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-26 17:30:09 -0400
commita045f870e9dae04342113e1b2cf7f1c2e6bc79a9 (patch)
treea073676bd264a89570e4a4042775a02eebd8876a /pages
parent02a6f590a13228da1485cf91e42ebd5684b3a6dd (diff)
downloadpersonal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.tar.gz
personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.tar.bz2
personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.zip
Added shadows and upgraded packages
Diffstat (limited to 'pages')
-rw-r--r--pages/blog/index.vue1
-rw-r--r--pages/index.vue6
-rw-r--r--pages/projects/index.vue1
3 files changed, 6 insertions, 2 deletions
diff --git a/pages/blog/index.vue b/pages/blog/index.vue
index c2c1c62..63f92a1 100644
--- a/pages/blog/index.vue
+++ b/pages/blog/index.vue
@@ -40,6 +40,7 @@ export default {
background-position: center;
height: 30vh;
display: flex;
+ text-shadow: 0px 0px 10px #000000;
flex-direction: column;
justify-content: center;
align-items: center;
diff --git a/pages/index.vue b/pages/index.vue
index a3515bd..d4936ab 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -5,6 +5,7 @@
<header id="showcase" class="animated fadeIn">
<v-img :src="require('../assets/img/Alee.png')" max-height="200px" max-width="200px" class="animated fadeIn" />
<br/>
+ <!-- Add text outline -->
<h1 class="display-4 animated zoomIn">Hello, I'm Andrew Lee!</h1>
<br/>
<h1 class="display-1 animated zoomIn">Welcome to my personal website.</h1>
@@ -16,9 +17,9 @@
<v-card flat color="green darken-3" dark>
<v-container>
<h1>About Me</h1>
- <p><b>Hello, I'm Andrew Lee and I'm currently 16 years old.</b></p>
+ <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>Timeline</h1>
- <p> 2014: Created my first YouTube channel The Alee Diamond<br>
+ <p> 2014: Created my first YouTube channel The Alee Diamond.<br>
2015: First got into programming and learned HTML and Batch.<br>
2016: Learned a bit of VB, The Alee Diamond rebranded into Andrew Lee and AleeTechyPlays is born.<br>
2017: Learned JavaScript and C#.</p>
@@ -114,6 +115,7 @@ export default {
background-position: center;
height: 100vh;
display: flex;
+ text-shadow: 0px 0px 10px #000000;
flex-direction: column;
justify-content: center;
align-items: center;
diff --git a/pages/projects/index.vue b/pages/projects/index.vue
index 5062f1a..672cfdc 100644
--- a/pages/projects/index.vue
+++ b/pages/projects/index.vue
@@ -38,6 +38,7 @@ export default {
background-position: center;
height: 30vh;
display: flex;
+ text-shadow: 0px 0px 10px #000000;
flex-direction: column;
justify-content: center;
align-items: center;