aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-06 00:34:50 -0400
committerGitHub <noreply@github.com>2025-05-06 00:34:50 -0400
commit717aa93dd13bb48a814039f3dd29a52a6dfac90c (patch)
tree6f6bbba5b16890f72bfcec20d7c7288399e725a1
parente9ef0ecbe0a70cb5762dfed513a888d26b10e784 (diff)
parentfbf2959a6eb7620a0fb510e137f58dfb89d513ae (diff)
downloadpersonal-website-717aa93dd13bb48a814039f3dd29a52a6dfac90c.tar.gz
personal-website-717aa93dd13bb48a814039f3dd29a52a6dfac90c.tar.bz2
personal-website-717aa93dd13bb48a814039f3dd29a52a6dfac90c.zip
Merge pull request #14 from Alee14/testing
Updated packages, PC specs, description; Added Q&A
-rwxr-xr-xbun.lockbbin320225 -> 341097 bytes
-rw-r--r--package.json28
-rw-r--r--src/pages/contacts.astro2
-rw-r--r--src/pages/index.astro38
-rw-r--r--src/pages/privacy.md0
5 files changed, 40 insertions, 28 deletions
diff --git a/bun.lockb b/bun.lockb
index 89f6e4c..a2cfa36 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --git a/package.json b/package.json
index 7a7a13d..3965e45 100644
--- a/package.json
+++ b/package.json
@@ -10,20 +10,20 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "4.0.1",
- "@astrojs/rss": "4.0.10",
- "@astrojs/svelte": "7.0.2",
- "@astrojs/vercel": "^8.0.1",
- "@iconify-json/fa6-brands": "^1.1.19",
- "@iconify-json/fa6-solid": "^1.1.21",
- "astro": "5.1.1",
- "astro-icon": "^1.1.0",
- "dompurify": "^3.1.6",
+ "@astrojs/preact": "4.0.11",
+ "@astrojs/rss": "4.0.11",
+ "@astrojs/svelte": "7.0.13",
+ "@astrojs/vercel": "8.1.4",
+ "@iconify-json/fa6-brands": "^1.2.5",
+ "@iconify-json/fa6-solid": "^1.2.3",
+ "astro": "5.7.10",
+ "astro-icon": "^1.1.5",
+ "dompurify": "^3.2.5",
"markdown-it": "^14.1.0",
- "marked": "^13.0.2",
- "preact": "^10.22.1",
- "sanitize-html": "^2.13.0",
- "svelte": "^5.8.1",
- "typescript": "^5.5.3"
+ "marked": "^15.0.11",
+ "preact": "^10.26.5",
+ "sanitize-html": "^2.16.0",
+ "svelte": "^5.28.2",
+ "typescript": "^5.8.3"
}
}
diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro
index c65c6f9..aef523d 100644
--- a/src/pages/contacts.astro
+++ b/src/pages/contacts.astro
@@ -3,7 +3,7 @@ import Page from '../layouts/Page.astro'
import { Icon } from 'astro-icon/components';
import contacts from "../data/contacts.json";
---
-<Page title="Contacts" description="Follow me on other platforms">
+<Page title="Contacts" description="Follow me on these platforms">
<main>
{contacts.map((contact)=> {
let icon = "fa6-brands:" + contact.icon;
diff --git a/src/pages/index.astro b/src/pages/index.astro
index adcc5a3..115d1f1 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -37,7 +37,6 @@ const featuredProjects = projects.filter(project => project.featured);
</div>
<div class="description">
<h2>20 Years Old</h2>
- <!--<h2>Student at Pearson Electrotechnology Centre</h2>-->
<h2>Living in Montreal, Quebec, Canada</h2>
</div>
<div>
@@ -50,22 +49,28 @@ const featuredProjects = projects.filter(project => project.featured);
<h1>About me</h1>
<!--<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 trade school to get my DEP for IT.
+ I currently have a vocational studies diploma in IT (Computing Support).
For years, I have been into programming, tinkering with virtual machines, and messing with Linux.</p>
- </div>
- <div class="box">
- <h1>Skills</h1>
- <ul>
- <li>Linux</li>
- <li>Graphic Design</li>
- <li>Web Development</li>
- </ul>
+ <h1>Questions</h1>
+ <h2>When did you get into computers?</h2>
+ <p>I don't really remember much as I was really young at the time, but my dad was a programmer analyst, and I most likely wanted to follow his footsteps.
+ But maybe I thought computers looked cool because of TV shows and movies?</p>
+ <h2>When did you get into programming?</h2>
+ <p>Like before my dad was a programmer analyst, but it really began when I saw projects like ComputerCraft, ShiftOS or Histacom was when I wanted to build an operating system.
+ Yep, pretty ambitious at the time though I ended up being those kids who made a PowerPoint OS and a batch script that simulates DOS. But, I eventually wrote actual (but terrible) software.</p>
</div>
<div class="box">
<h1>Computer Specs</h1>
<h2>AleePC</h2>
<ul>
- <li>OS: Fedora</li>
+ <li>Model: Framework 13</li>
+ <li>CPU: AMD Ryzen 5 7640U</li>
+ <li>RAM: 16 GB DDR5</li>
+ <li>Storage: 1 TB NVME SSD</li>
+ </ul>
+ <h2>AleeWorkstation</h2>
+ <ul>
+ <li>OS: Arch Linux (KDE)</li>
<li>CPU: AMD Ryzen 3 2200G</li>
<li>RAM: 16 GB DDR4</li>
<li>Storage: 2 TB NVME SSD, 4 TB HDD, 2 TB HDD</li>
@@ -78,9 +83,16 @@ const featuredProjects = projects.filter(project => project.featured);
<li>RAM: 8 GB</li>
<li>Storage: 15 TB (3x6TB, 1x4TB)</li>
</ul>
+ <h2>ServaRica (Server)</h2>
+ <ul>
+ <li>OS: Debian 12 Bookworm</li>
+ <li>CPU: AMD EPYC 7302</li>
+ <li>RAM: 4 GB</li>
+ <li>Storage: 206 GB</li>
+ </ul>
<h2>Vultr (Web Server)</h2>
<ul>
- <li>OS: Ubuntu Server 22.04 LTS</li>
+ <li>OS: Ubuntu Server 24.04 LTS</li>
<li>CPU: Intel Xeon Processor (Skylake, IBRS)</li>
<li>RAM: 1 GB</li>
<li>Storage: 25 GB (and 100 GB for Block Storage)</li>
@@ -89,7 +101,7 @@ const featuredProjects = projects.filter(project => project.featured);
<ul>
<li>Model: Lenovo ThinkCentre M800</li>
<li>CPU: Intel Core i5 6500</li>
- <li>RAM: 16 GB RAM</li>
+ <li>RAM: 64 GB RAM</li>
<li>Storage: 500 GB SSD, 2 TB SSD</li>
</ul>
</div>
diff --git a/src/pages/privacy.md b/src/pages/privacy.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/pages/privacy.md