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"; ---- -
About Phil

Developer of all sorts

-
- -
- -
+

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 @@ -

- - - diff --git a/src/pages/index.astro b/src/pages/index.astro index 8bc68b0..b8ad68b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,6 +2,7 @@ import Footer from "../components/footer.astro"; import Hero from "../components/hero.astro"; import Whoami from "../components/whoami.astro"; +import Www from "../components/www.astro"; --- @@ -15,6 +16,9 @@ import Whoami from "../components/whoami.astro";
+
+ +