From 8edeebb44d9b3636268d95c30d462593d9a074d8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 12 Mar 2024 20:54:06 -0400 Subject: Logo changes; CSS Tweaks; Package update --- src/pages/downloads/osft-software-archive.astro | 2 +- src/pages/index.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pages') 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';

Content Warning

Some of the software in this pack contains a jumpscare. If you have epilepsy, please be cautious.

-

Disable your antivirus as it can detect false positive, feel free to use a VM in case this feels not safe.

+

Disable your antivirus as it can detect false positive, feel free to use a VM if you feel unsafe.

Note

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

About me

- History -

Hey, I am Andrew Lee, a 19 year old who has a passion with computers. + +

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.

-- cgit v1.2.3