chore: update buttons
|
@ -12,6 +12,8 @@ or lower
|
||||||
|
|
||||||
{{< figure src="/img/artwork/aeolus.pixelbird.stardew.png" alt="A pixel art rendition of a green bird, from Stardew Valley. Artwork by ConcernedApe, edited by taco." caption="artwork by [concernedape](https://www.stardewvalley.net), edited by taco" >}}
|
{{< figure src="/img/artwork/aeolus.pixelbird.stardew.png" alt="A pixel art rendition of a green bird, from Stardew Valley. Artwork by ConcernedApe, edited by taco." caption="artwork by [concernedape](https://www.stardewvalley.net), edited by taco" >}}
|
||||||
|
|
||||||
|[](https://birdcat.online)|[](https://debian.org)|||[](https://im-rises.github.io/zalgo-generator-website/)|[](https://yesterweb.org/no-to-web3/)||
|
||||||||
|
||||||
|---|---|---|---|---|---|---|---|
|
|---|---|---|---|---|---|---|
|
||||||
|[](https://www.mozilla.org/en-US/firefox/new/)|||[](https://norml.org/)|
|
|[](https://birdcat.online)|
|
||||||
|
|[](https://librehunt.org/)|[](https://debian.org)|[](https://archlinux.org)|[](https://www.mozilla.org/en-US/firefox/new/)|[](https://www.defectivebydesign.org/)|[](https://retrogamecorps.com/)|[](https://yesterweb.org/no-to-web3/)||
|
||||||
|
|[](https://norml.org/)|[](https://norml.org/)|[](https://im-rises.github.io/zalgo-generator-website/)||||[](https://neocities.org)|
|
||||||
|
|
BIN
static/img/buttons/arch.gif
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
static/img/buttons/dbd.gif
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
static/img/buttons/fediverse.png
Normal file
After Width: | Height: | Size: 457 B |
BIN
static/img/buttons/fuckingwebmaster.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
static/img/buttons/graphicdesign.png
Normal file
After Width: | Height: | Size: 912 B |
BIN
static/img/buttons/hugo.webp
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
static/img/buttons/humanstxt.png
Normal file
After Width: | Height: | Size: 733 B |
BIN
static/img/buttons/illegalnumber.png
Normal file
After Width: | Height: | Size: 250 B |
BIN
static/img/buttons/imhigh.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
static/img/buttons/linuxtoday.gif
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
static/img/buttons/neocities-now.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/img/buttons/right2repair.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/img/buttons/ublock-origin.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/img/buttons/xenia.linux.png
Normal file
After Width: | Height: | Size: 1 KiB |
|
@ -71,3 +71,11 @@ nav {
|
||||||
figure {
|
figure {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer > small {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
align-self: stretch;
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
|
|
|
@ -1,2 +1,31 @@
|
||||||
<p><a rel="noreferrer noopener" href="https://birdcat.online" target="_blank">birdcat.online</a> © current year by <a rel="noreferrer noopener" href="https://birdcat.online/about" target="_blank">taco</a> is licensed under <a rel="noreferrer noopener" href="http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank">CC BY-NC 4.0</a>.</p>
|
<small>
|
||||||
<p>this website is <a href="https://git.tacowolf.net/TacoWolf/birdcat.online" target="_blank">open source</a>.</p>
|
<a rel="noreferrer noopener" href="https://birdcat.online" target="_blank"
|
||||||
|
><img
|
||||||
|
src="/img/buttons/birdcatonline.gif"
|
||||||
|
alt="A GIF of a green gryphon wiggling in the style of Baba is You with the text 'birdcat.online' next to it."
|
||||||
|
/></a>
|
||||||
|
<p>
|
||||||
|
© current year by
|
||||||
|
<a
|
||||||
|
rel="noreferrer noopener"
|
||||||
|
href="https://birdcat.online/about"
|
||||||
|
target="_blank"
|
||||||
|
>taco</a
|
||||||
|
>
|
||||||
|
is licensed under
|
||||||
|
<a
|
||||||
|
rel="noreferrer noopener"
|
||||||
|
href="http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1"
|
||||||
|
target="_blank"
|
||||||
|
>CC BY-NC 4.0</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
- this website is
|
||||||
|
<a
|
||||||
|
href="https://git.tacowolf.net/TacoWolf/birdcat.online"
|
||||||
|
target="_blank"
|
||||||
|
>open source</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
</small>
|
||||||
|
|