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/data/contacts.json | 26 ++++++++++++++++-------- src/images/Alee.png | Bin 213648 -> 130992 bytes src/layouts/Default.astro | 1 + src/pages/downloads/osft-software-archive.astro | 2 +- src/pages/index.astro | 4 ++-- src/styles/index.css | 6 +++++- 6 files changed, 26 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/data/contacts.json b/src/data/contacts.json index 955514e..d8ff46c 100644 --- a/src/data/contacts.json +++ b/src/data/contacts.json @@ -3,49 +3,57 @@ "platform": "LinkedIn", "icon": "linkedin", "username": "AndrewLeeCAN", - "url": "https://linkedin.alee14.me" + "url": "https://linkedin.alee14.me", + "mouseover": "LinkedIn" }, { "platform": "GitHub", "icon": "github", "username": "Alee14", - "url": "https://github.alee14.me" + "url": "https://github.alee14.me", + "mouseover": "GitHub" }, { "platform": "PayPal", "icon": "paypal", "username": "alee14498", - "url": "https://paypal.me/alee14498" + "url": "https://paypal.me/alee14498", + "mouseover": "PayPal" }, { "platform": "YouTube", "icon": "youtube", "username": "AndrewLeeCAN", - "url": "https://youtube.alee14.me" + "url": "https://youtube.alee14.me", + "mouseover": "YouTube" }, { "platform": "Mastodon", "icon": "mastodon", "username": "alee@mstdn.ca", - "url": "https://mstdn.ca/@alee" + "url": "https://mstdn.ca/@alee", + "mouseover": "Mastodon" }, { "platform": "Instagram", "icon": "instagram", "username": "alee14498", - "url": "https://instagram.alee14.me" + "url": "https://instagram.alee14.me", + "mouseover": "Instagram" }, { "platform": "Reddit", "icon": "reddit", "username": "alee1449", - "url": "https://reddit.alee14.me" + "url": "https://reddit.alee14.me", + "mouseover": "Reddit" }, { "platform": "Discord", "icon": "discord", "username": "Andrew Lee Projects", - "url": "https://discord.alee14.me" + "url": "https://discord.alee14.me", + "mouseover": "Discord" }, { "platform": "X", @@ -54,4 +62,4 @@ "url": "https://twitter.alee14.me", "mouseover": "yuck." } -] \ No newline at end of file +] diff --git a/src/images/Alee.png b/src/images/Alee.png index 51f01eb..2102d2d 100755 Binary files a/src/images/Alee.png and b/src/images/Alee.png differ diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index c7ef6bd..9c0d1c7 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -20,6 +20,7 @@ const date = new Date(); + 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.

diff --git a/src/styles/index.css b/src/styles/index.css index c581da0..0404e7c 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -43,12 +43,16 @@ } .box { - padding: 2px 10px 10px 25px; + padding: 20px 20px 20px 25px; text-align: left; background: #3B513B; border-radius: 20px; } +.box h1 { + margin-top: 0.2em; +} + .box:nth-child(1), .box:nth-child(2) { grid-column: 1; } -- cgit v1.2.3