From 5259d1f1264138d78c44a1650f724421f435c93d Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 31 Mar 2026 17:18:40 +0200 Subject: [PATCH] feat: Add /colors-page Might need some rework with json-data, but a quick addition so far. Signed-off-by: SindreKjelsrud --- src/pages/colors.astro | 18 ++++++++++++++++++ src/pages/slashes.md | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 src/pages/colors.astro diff --git a/src/pages/colors.astro b/src/pages/colors.astro new file mode 100644 index 0000000..99a76d0 --- /dev/null +++ b/src/pages/colors.astro @@ -0,0 +1,18 @@ +--- +import SectionContainer from "../components/SectionContainer.astro"; +import appearances from "../data/appearances.json"; +--- + + +
+

[ colors i like ]

+
    +
  • + + + + Pastel Yellow - #ffffa6 +
  • +
+
+
diff --git a/src/pages/slashes.md b/src/pages/slashes.md index 9311ab1..2552bf6 100644 --- a/src/pages/slashes.md +++ b/src/pages/slashes.md @@ -12,6 +12,9 @@ These are the rest of the [slash pages](https://slashpages.net/) on my website. [💼 carry](/carry) · what's in my inventory? +[🌈 colors](/colors) · i like colors, here are some + + [🌐 contact](/contact) · ways to reach me across the cyberspace [📜 cv](/cv) · my resume