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" >}}
|
||||
|
||||
|[![](/img/buttons/birdcatonline.gif)](https://birdcat.online)|[![](/img/buttons/powered-by-debian.gif)](https://debian.org)|![](/img/buttons/budgie.gif)|![](/img/buttons/cool-shades.gif)|[![](/img/buttons/cooltxt.gif)](https://im-rises.github.io/zalgo-generator-website/)|[![](/img/buttons/roly-saynotoweb3.gif)](https://yesterweb.org/no-to-web3/)|![](/img/buttons/emulate.gif)|
|
||||
|---|---|---|---|---|---|---|---|
|
||||
|[![](/img/buttons/getmozilla2.gif)](https://www.mozilla.org/en-US/firefox/new/)|![](/img/buttons/lol.gif)|![](/img/buttons/bestview.gif)|[![](/img/buttons/hash_now.gif)](https://norml.org/)|
|
||||
||||||||
|
||||
|---|---|---|---|---|---|---|
|
||||
|[![](/img/buttons/birdcatonline.gif)](https://birdcat.online)|
|
||||
|[![](/img/buttons/linuxtoday.gif)](https://librehunt.org/)|[![](/img/buttons/powered-by-debian.gif)](https://debian.org)|[![](/img/buttons/arch.gif)](https://archlinux.org)|[![](/img/buttons/getmozilla2.gif)](https://www.mozilla.org/en-US/firefox/new/)|[![](/img/buttons/dbd.gif)](https://www.defectivebydesign.org/)|[![](/img/buttons/emulate.gif)](https://retrogamecorps.com/)|[![](/img/buttons/roly-saynotoweb3.gif)](https://yesterweb.org/no-to-web3/)|![](/img/buttons/fuckingwebmaster.png)|
|
||||
|[![](/img/buttons/hash_now.gif)](https://norml.org/)|[![](/img/buttons/imhigh.gif)](https://norml.org/)|[![](/img/buttons/cooltxt.gif)](https://im-rises.github.io/zalgo-generator-website/)|![](/img/buttons/lol.gif)|![](/img/buttons/bestview.gif)|![](/img/buttons/budgie.gif)|[![](/img/buttons/neocities-now.gif)](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 {
|
||||
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>
|
||||
<p>this website is <a href="https://git.tacowolf.net/TacoWolf/birdcat.online" target="_blank">open source</a>.</p>
|
||||
<small>
|
||||
<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>
|
||||
|
|