diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index f157bd1..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..d84c2ab Binary files /dev/null and b/public/logo.png differ diff --git a/src/components/Me.astro b/src/components/Me.astro new file mode 100644 index 0000000..396fff2 --- /dev/null +++ b/src/components/Me.astro @@ -0,0 +1,25 @@ + + +
+ the nin0dev logo +

nin0dev (he/him)

+
\ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 5ae7178..0d3eb12 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,10 +1,11 @@ --- +import Me from "../components/Me.astro"; import Window from "../components/Window.astro"; import BaseLayout from "../layouts/BaseLayout.astro"; --- -

I love astro

+