cool
Some checks failed
ci / builder (push) Failing after 1m5s

This commit is contained in:
Kebo 2025-05-13 12:18:38 -05:00
parent ee28bb4c44
commit 60bc37390b
2 changed files with 28 additions and 0 deletions

View file

@ -26,6 +26,8 @@ const {current} = Astro.props;
/
<a href="/me" class="text-subtitle hover:underline">me</a>
/
<a href="/cool" class="text-subtitle hover:underline">cool</a>
/
<a href='/feeds' class="text-subtitle hover:underline">rss</a>
</h2>
</div>

26
src/pages/cool.mdx Normal file
View file

@ -0,0 +1,26 @@
---
date: 1970-01-01
layout: '../layouts/StandaloneMDXLayout.astro'
title: Cool Stuff
slug: cool
---
This is my archival page for cool stuff I find on the internet. If the sharefeed is a "oh, this looks cool", this page is "okay, this is certified **epic**."
## Button Gallery
I thought about making a blogroll, but I decided instead to make a button gallery for all of my friends who run blogs and have 88x31 buttons to go with them.
<div class="button-gallery mb-2 space-x-2">
<a href="https://www.5snb.club"><img width="88" height="31" src="/buttons/522@5snb.club.png" class="border-none shadow-none inline rounded-none" alt="A button for 522 at 5snb dot club."/></a>
<a href="https://foxscot.ch"><img width="88" height="31" src="/buttons/foxscot.ch.png" class="border-none shadow-none inline rounded-none" alt="A button for Foxscotch."/></a>
<a href="http://legacy.sominemo.com"><img width="88" height="31" src="/buttons/sominemo.gif" class="border-none shadow-none inline rounded-none" alt="A button for Sominemo."/></a>
</div>
{ false && <>...and here's a list of friends I am publicly shaming into making buttons because I am a gremlin:
<a href="https://cendyne.dev/">Cendyne</a> / <a href="https://soatok.blog">Soatok</a> / <a href="https://xeiaso.net">Xe Iaso (Cadey)</a></>}
If you want to link my website to your page like this, feel free to use these buttons I made!
<a href="https://eleboog.com" style=" max "><img src="/eleboog_button.jpg" class="border-none shadow-none inline rounded-none" alt="A button for eleboog dot com in a blue color pallete."/></a>
<a href="https://eleboog.com" style=" max "><img src="/eleboog_button_light.jpg" class="border-none shadow-none inline rounded-none" alt="A button for eleboog dot com in an orange color pallete."/></a>