diff --git a/content/index.md b/content/index.md index 4730c41..0d56cd5 100644 --- a/content/index.md +++ b/content/index.md @@ -28,11 +28,50 @@ Sticker by [djuan](https://linktr.ee/mkiiisystem)! ## cool people buttons go here -{% webButton '/a/button-sofia.png', 'sofia-drawsmore', 'https://sofiadrawsmore.neocities.org/' %} -{% webButton '/a/button-pebble.gif', 'pebble', 'https://pebble.pet/' %} -{% webButton '/a/button-quwyou.gif', 'quwyou', 'https://quwyou.com/' %} +{% css %} +.button-gallery { + list-style: none; + padding-left: 0; + display: flex; + flex-wrap: wrap; +} +.button-card { + width: 20rem; + flex-grow: 1; + margin-bottom: 0.5rem; +} +.button-card img { + float: left; + margin-right: 0.5rem; +} +.button-misc { + width: 100%; +} +{% endcss %} + + ## my stuff diff --git a/static/a/button-made-with-11ty.png b/static/a/button-made-with-11ty.png new file mode 100644 index 0000000..5b346f4 Binary files /dev/null and b/static/a/button-made-with-11ty.png differ diff --git a/static/a/button-nickyflowers.gif b/static/a/button-nickyflowers.gif new file mode 100644 index 0000000..cff3456 Binary files /dev/null and b/static/a/button-nickyflowers.gif differ