From b34c5413633ff4faffc626142f0cc83175d94747 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Jan 2024 23:41:04 -0500 Subject: Add Astro Vercel serverless adapter and update Astro version in package.json --- src/images/Alee.png | Bin 0 -> 213648 bytes src/pages/index.astro | 12 ++++++++---- src/styles/index.css | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100755 src/images/Alee.png (limited to 'src') diff --git a/src/images/Alee.png b/src/images/Alee.png new file mode 100755 index 0000000..51f01eb Binary files /dev/null and b/src/images/Alee.png differ diff --git a/src/pages/index.astro b/src/pages/index.astro index 6113dd1..949bae5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,13 +2,14 @@ import Layout from '../layouts/Default.astro'; import { Icon } from 'astro-icon/components' import { Image } from 'astro:assets'; +import Profile from '../images/Alee.png'; import '../styles/index.css'; ---
-
-
+
+

About me

I have been into computers since I was a kid, and it has been my passion for a long time.
Currently studying “Computing Support” (more preferably IT) at a vocational school.

-
+

Computer Specs

+
+

Latest Posts

+
diff --git a/src/styles/index.css b/src/styles/index.css index 17d6a52..fe388ca 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -38,13 +38,13 @@ h2 { font-size: 2.2vh; } -.infobox { +.information { display: flex; flex-direction: column; gap: 2vh; } -.about { +.box { padding: 1vw; text-align: left; background: #3B513B; -- cgit v1.2.3