From a045f870e9dae04342113e1b2cf7f1c2e6bc79a9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 26 Jul 2020 17:30:09 -0400 Subject: Added shadows and upgraded packages --- pages/blog/index.vue | 1 + pages/index.vue | 6 ++++-- pages/projects/index.vue | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'pages') 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 @@

+

Hello, I'm Andrew Lee!


Welcome to my personal website.

@@ -16,9 +17,9 @@

About Me

-

Hello, I'm Andrew Lee and I'm currently 16 years old.

+

Hello, I'm Andrew Lee and I'm currently 16 years old. I like to program and play some games sometimes.

Timeline

-

2014: Created my first YouTube channel The Alee Diamond
+

2014: Created my first YouTube channel The Alee Diamond.
2015: First got into programming and learned HTML and Batch.
2016: Learned a bit of VB, The Alee Diamond rebranded into Andrew Lee and AleeTechyPlays is born.
2017: Learned JavaScript and C#.

@@ -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; -- cgit v1.2.3