From e0413f82fe0c8d83a63423012ea9dab7ce3a9d73 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Fri, 19 May 2023 14:19:11 +0200 Subject: [PATCH] www: responsive grid, removed from whoami --- src/components/whoami.astro | 10 +- src/components/www.astro | 220 ++++++++++++++++++++---------------- src/pages/index.astro | 4 + 3 files changed, 127 insertions(+), 107 deletions(-) diff --git a/src/components/whoami.astro b/src/components/whoami.astro index 817f68c..27e38c3 100644 --- a/src/components/whoami.astro +++ b/src/components/whoami.astro @@ -1,7 +1,3 @@ ---- -import Www from "./www.astro"; ---- -
I got into computer science by creating websites, learning about the Linux kernel and administrating servers. diff --git a/src/components/www.astro b/src/components/www.astro index 37f7f56..6cc6300 100644 --- a/src/components/www.astro +++ b/src/components/www.astro @@ -1,116 +1,140 @@ -