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 --- bun.lockb | Bin 283883 -> 303594 bytes package.json | 12 +++++------ public/favicon.ico | Bin 0 -> 184996 bytes public/profile.png | Bin 213648 -> 130992 bytes 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 +++++- 10 files changed, 32 insertions(+), 19 deletions(-) create mode 100644 public/favicon.ico diff --git a/bun.lockb b/bun.lockb index 06e9abc..d83db60 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fd1283f..cac708e 100644 --- a/package.json +++ b/package.json @@ -12,16 +12,16 @@ "dependencies": { "@astrojs/preact": "^3.1.0", "@astrojs/rss": "4.0.5", - "@astrojs/vercel": "7.3.0", + "@astrojs/vercel": "^7.3.5", "@iconify-json/fa6-brands": "^1.1.18", "@iconify-json/fa6-solid": "^1.1.20", - "@supabase/supabase-js": "^2.39.3", - "astro": "4.3.5", + "@supabase/supabase-js": "^2.39.7", + "astro": "^4.4.14", "astro-icon": "^1.1.0", - "dompurify": "^3.0.8", + "dompurify": "^3.0.9", "markdown-it": "^14.0.0", - "marked": "^12.0.0", + "marked": "^12.0.1", "preact": "^10.19.3", - "sanitize-html": "^2.11.0" + "sanitize-html": "^2.12.1" } } diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..1b76fae Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/profile.png b/public/profile.png index 51f01eb..2102d2d 100755 Binary files a/public/profile.png and b/public/profile.png differ 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