diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-11 22:37:30 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-11 22:37:30 -0500 |
| commit | ae20d39d4d64698977d664a83b8b9454917aacad (patch) | |
| tree | baee8114031a9bcb6651b549cbcae9c8fcb1b726 /src/pages/index.astro | |
| parent | f38935fe06d823069a124185356c1d59f741ee8e (diff) | |
| download | personal-website-ae20d39d4d64698977d664a83b8b9454917aacad.tar.gz personal-website-ae20d39d4d64698977d664a83b8b9454917aacad.tar.bz2 personal-website-ae20d39d4d64698977d664a83b8b9454917aacad.zip | |
Blog changes; Homepage changes; Set locale to en-ca
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index b87e151..99a14a1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -42,7 +42,18 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate <div class="information"> <div class="box"> <h1>About me</h1> - <p>I have been into computers since I was a kid, and it has been my passion for a long time. <br>Currently studying “Computing Support” (more preferably IT) at a vocational school.</p> + <a href="/history" class="link">History</a> + <p>Hey, I am Andrew Lee, a 19 year old who has a passion with computers. + I am currently a student at a vocational school in Pearson Electrotechnology Centre. + For years, I have been into programming, tinkering with virtual machines, and messing with Linux.</p> + </div> + <div class="box"> + <h1>Skills</h1> + <ul> + <li>Linux</li> + <li>Graphic Design</li> + <li>Web Development</li> + </ul> </div> <div class="box"> <h1>Computer Specs</h1> |
