From e1987c0bd89081577603032f7d22cdaa1853d2df Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Fri, 19 May 2023 12:04:58 +0200 Subject: [PATCH] www: first design, putting in whoami --- src/components/whoami.astro | 11 +++- src/components/www.astro | 116 ++++++++++++++++++++++++++++++++++++ 2 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 src/components/www.astro diff --git a/src/components/whoami.astro b/src/components/whoami.astro index 70ae085..817f68c 100644 --- a/src/components/whoami.astro +++ b/src/components/whoami.astro @@ -1,5 +1,9 @@ +--- +import Www from "./www.astro"; +--- +
-
+
Phil

About Phil

Developer of all sorts

+ +
+ +
+

I got into computer science by creating websites, learning about diff --git a/src/components/www.astro b/src/components/www.astro new file mode 100644 index 0000000..37f7f56 --- /dev/null +++ b/src/components/www.astro @@ -0,0 +1,116 @@ +