aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 99a14a1..edae2ab 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -42,8 +42,8 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate
<div class="information">
<div class="box">
<h1>About me</h1>
- <a href="/history" class="link">History</a>
- <p>Hey, I am Andrew Lee, a 19 year old who has a passion with computers.
+ <!--<a href="/history" class="link">History</a>-->
+ <p>Hey, I am Andrew Lee, a person 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>