img stuff

This commit is contained in:
2025-08-24 12:33:05 +02:00
parent 728833829d
commit 4b651e64f5
13 changed files with 11 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -1,6 +1,8 @@
- name: mastodon - name: mastodon
href: https://blorbo.social/@beppe href: https://blorbo.social/@beppe
otherparams: "rel=\"me\"" otherparams: "rel=\"me\""
img: /img/mastodon.img
alt: "image of mastodon logo"
- name: listenbrainz - name: listenbrainz
href: https://listenbrainz.org/user/beppev/ href: https://listenbrainz.org/user/beppev/
- name: myanimelist - name: myanimelist

View File

@@ -1,7 +1,15 @@
<footer> <footer>
<ul class="mylinks"> <ul class="mylinks">
{% for link in site.data.links %} {% for link in site.data.links %}
<li><a href="{{ link.href }}" {{link.otherparams}}>{{ link.name }}</a></li> <li>
<a href="{{ link.href }}" {{link.otherparams}}>
{% if link.img %}
<img src="{{ link.img }}" alt="{{ link.alt }}">
{% else %}
{{ link.name }}
{% endif %}
</a>
</li>
{% endfor %} {% endfor %}
</ul> </ul>

BIN
assets/.DS_Store vendored

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
img/.DS_Store vendored

Binary file not shown.

BIN
img/gitea.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

BIN
img/goodreads.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/letterboxd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

BIN
img/navidrome.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

BIN
img/steam.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB