diff --git a/public/catppuccin.png b/public/catppuccin.png new file mode 100644 index 0000000..7d29e39 Binary files /dev/null and b/public/catppuccin.png differ diff --git a/src/assets/icons/arrow-left.svg b/src/assets/icons/arrow-left.svg new file mode 100644 index 0000000..5d8d258 --- /dev/null +++ b/src/assets/icons/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/icons/arrow-right.svg b/src/assets/icons/arrow-right.svg new file mode 100644 index 0000000..c5f4517 --- /dev/null +++ b/src/assets/icons/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Webring.astro b/src/components/Webring.astro new file mode 100644 index 0000000..4a873da --- /dev/null +++ b/src/components/Webring.astro @@ -0,0 +1,29 @@ +--- +import ArrowRightIcon from "../assets/icons/arrow-right.svg"; +import ArrowLeftIcon from "../assets/icons/arrow-left.svg"; +--- + +
+ + + + + + catppuccin webring + + + + + +
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f86c5cd..ed8adcf 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -7,6 +7,7 @@ import "../style.css"; import Socials from "../components/Socials.astro"; import Clock from "../components/Clock.svelte"; import Online from "../components/Online.svelte"; +import Webring from "../components/Webring.astro"; import Header from "../components/Header.svelte"; import Footer from "../components/Footer.astro"; @@ -39,19 +40,23 @@ import Lunar from "../assets/lunar.svg";
-
+
profile picture -
+
+