From 8d860a2f0963bf1d7f4de048812f2bf7466e4ba9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Jul 2025 23:45:41 -0400 Subject: Update age, contacts and OSFT archive link --- src/pages/projects.astro | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/pages/projects.astro (limited to 'src/pages/projects.astro') diff --git a/src/pages/projects.astro b/src/pages/projects.astro deleted file mode 100644 index ee574c6..0000000 --- a/src/pages/projects.astro +++ /dev/null @@ -1,41 +0,0 @@ ---- -import Page from "../layouts/Page.astro"; -import projects from "../data/projects.json"; -import "../styles/cards.css"; -import GitHubProjects from "../components/GitHubProjects.svelte"; - ---- - -
-
- { - projects.map((project) => { - return ( -
-

{project.name}

-

{project.description}

-
- {project.links.map((link) => { - return ( - {link.name} - ) - })} -
-
- ) - }) - } -
-

Andrew Lee GitHub Repositories

- -

AleeCorp/Alee Productions GitHub Repositories

- -
-
- -- cgit v1.2.3