diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/data/contacts.json | 26 | ||||
| -rwxr-xr-x | src/images/Alee.png | bin | 213648 -> 130992 bytes | |||
| -rw-r--r-- | src/layouts/Default.astro | 1 | ||||
| -rw-r--r-- | src/pages/downloads/osft-software-archive.astro | 2 | ||||
| -rw-r--r-- | src/pages/index.astro | 4 | ||||
| -rw-r--r-- | src/styles/index.css | 6 |
6 files changed, 26 insertions, 13 deletions
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 Binary files differindex 51f01eb..2102d2d 100755 --- a/src/images/Alee.png +++ b/src/images/Alee.png 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(); <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> + <link rel="icon" href="/favicon.ico" sizes="any"> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <!-- Default Metadata --> 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> 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; } |
