From bef7bfad876fb37f6e337a699174c499c43abf33 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 18 Sep 2025 01:41:42 -0400 Subject: Revamped project page; Switch to React; Updated pkgs --- src/pages/archive/index.astro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/pages/archive/index.astro (limited to 'src/pages/archive/index.astro') diff --git a/src/pages/archive/index.astro b/src/pages/archive/index.astro new file mode 100644 index 0000000..7a23d95 --- /dev/null +++ b/src/pages/archive/index.astro @@ -0,0 +1,21 @@ +--- +import Page from "../../layouts/Page.astro"; +import "../../styles/cards.css"; +--- + +
+

Personal

+
+
+

First website

+

Created by my dad using iFrames

+ 2013 +
+
+

alee14.ga

+

My first website that I made using Bootstrap 3 with a template

+ 2017 +
+
+
+
-- cgit v1.2.3