feat: Add /colors-page
Some checks are pending
Deploy website / build-and-deploy (push) Waiting to run

Might need some rework with json-data, but a quick addition so far.

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2026-03-31 17:18:40 +02:00
parent 458a079912
commit 5259d1f126
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
2 changed files with 21 additions and 0 deletions

18
src/pages/colors.astro Normal file
View file

@ -0,0 +1,18 @@
---
import SectionContainer from "../components/SectionContainer.astro";
import appearances from "../data/appearances.json";
---
<SectionContainer title="appearances" description="where ive shared insights or participated">
<main class="flex flex-col flex-1 gap-2 mt-4">
<h1 class="text-3xl font-extrabold">[ colors i like ]</h1>
<ul class="blog">
<li>
<svg width="20" height="20" style="display: inline; justify-content: center; align-items: center;">
<rect width="20" height="20" style="fill:#ffffa6;stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
Pastel Yellow - <code>#ffffa6</code>
</li>
</ul>
</main>
</SectionContainer>

View file

@ -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? [💼 carry](/carry) · what's in my inventory?
[🌈 colors](/colors) · i like colors, here are some
[🌐 contact](/contact) · ways to reach me across the cyberspace [🌐 contact](/contact) · ways to reach me across the cyberspace
[📜 cv](/cv) · my resume [📜 cv](/cv) · my resume