add some badges
|
@ -24,5 +24,63 @@
|
|||
"name": "gitted tea",
|
||||
"link": "https://git.lavender.software/nyancrimew"
|
||||
}
|
||||
],
|
||||
"badges": [
|
||||
{
|
||||
"badge": "maia.crimew.gay.png",
|
||||
"title": "my site :3",
|
||||
"alt": "maia crimew",
|
||||
"link": "https://maia.crimew.gay"
|
||||
},
|
||||
{
|
||||
"badge": "88x31.gif",
|
||||
"title": "baaaadges",
|
||||
"alt": "88x31",
|
||||
"link": "https://cyber.dabamos.de/88x31"
|
||||
},
|
||||
{
|
||||
"badge": "noclick.gif",
|
||||
"title": "don't do it",
|
||||
"alt": "don't click here",
|
||||
"link": "javascript:alert('what did i tell you??')"
|
||||
},
|
||||
{
|
||||
"badge": "acab.gif",
|
||||
"title": "fuck the cops",
|
||||
"alt": "acab"
|
||||
},
|
||||
{
|
||||
"badge": "archlinux.gif",
|
||||
"title": "i use arch btw",
|
||||
"alt": "arch linux",
|
||||
"link": "https://archlinux.org"
|
||||
},
|
||||
{
|
||||
"badge": "versarytown.png",
|
||||
"title": "a very cool website by a very cool person <3",
|
||||
"alt": "versary town",
|
||||
"link": "https://versary.town"
|
||||
},
|
||||
{
|
||||
"badge": "goop.gif",
|
||||
"title": "goop house next up",
|
||||
"alt": "goop house",
|
||||
"link": "https://goop.house"
|
||||
},
|
||||
{
|
||||
"badge": "anarchynow.gif",
|
||||
"alt": "anarchy now"
|
||||
},
|
||||
{
|
||||
"badge": "sleepy.png",
|
||||
"title": "sleepy.zone is the best internet radio out there",
|
||||
"alt": "sleepy zone",
|
||||
"link": "https://sleepy.zone"
|
||||
},
|
||||
{
|
||||
"badge": "kitten88.gif",
|
||||
"title": "im a kitten fr fr",
|
||||
"alt": "kitten's corner"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -7,8 +7,10 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div>
|
||||
<p><small>i am going to add fun badges here eventually but i was too lazy to do so today</small></p>
|
||||
<div class="badges">
|
||||
{% for item in footer.badges %}
|
||||
{% if item.link %}<a href="{{ item.link }}" target="_blank">{% endif %}<img src="/badges/{{ item.badge }}" alt="{{ item.alt }}" {% if item.title %}title="{{ item.title }}"{% endif %}>{% if item.link %}</a>{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<script src="https://lavender.software/webring/webring-{{ site.webring.version }}.js" data-site-id="{{ site.webring.siteId }}"></script>
|
||||
</footer>
|
BIN
src/static/badges/88x31.gif
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/badges/acab.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/static/badges/anarchynow.gif
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
src/static/badges/archlinux.gif
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
src/static/badges/cat.gif
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
src/static/badges/goop.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
src/static/badges/kitten88.gif
Normal file
After Width: | Height: | Size: 480 B |
BIN
src/static/badges/maia.crimew.gay.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
src/static/badges/noclick.gif
Normal file
After Width: | Height: | Size: 737 B |
BIN
src/static/badges/sleepy.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
src/static/badges/versarytown.png
Normal file
After Width: | Height: | Size: 8.2 KiB |