aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-03-12 20:54:06 -0400
committerAndrew Lee <alee14498@protonmail.com>2024-03-12 20:54:06 -0400
commit8edeebb44d9b3636268d95c30d462593d9a074d8 (patch)
tree4d8b53073b8592f5caaff67326195ae823509fda /src/pages
parentae20d39d4d64698977d664a83b8b9454917aacad (diff)
downloadpersonal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.tar.gz
personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.tar.bz2
personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.zip
Logo changes; CSS Tweaks; Package update
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/downloads/osft-software-archive.astro2
-rw-r--r--src/pages/index.astro4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/downloads/osft-software-archive.astro b/src/pages/downloads/osft-software-archive.astro
index 039fc2e..47070c4 100644
--- a/src/pages/downloads/osft-software-archive.astro
+++ b/src/pages/downloads/osft-software-archive.astro
@@ -7,7 +7,7 @@ import '../../styles/cards.css';
<div class="content-warning">
<h2>Content Warning</h2>
<p>Some of the software in this pack contains a jumpscare. If you have epilepsy, please be cautious.</p>
- <p>Disable your antivirus as it can detect false positive, feel free to use a VM in case this feels not safe.</p>
+ <p>Disable your antivirus as it can detect false positive, feel free to use a VM if you feel unsafe.</p>
</div>
<div class="card note">
<h2>Note</h2>
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>