add xeiaso badge
This commit is contained in:
parent
98ee101788
commit
d568a7a96f
|
@ -79,10 +79,11 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber
|
||||||
|
|
||||||
### v1.0.2 (2024-0x-xx)
|
### v1.0.2 (2024-0x-xx)
|
||||||
|
|
||||||
- add tea's badge
|
- add tea badge
|
||||||
|
- add linux badge
|
||||||
|
- add xeiaso badge
|
||||||
- move build scripts to a Makefile
|
- move build scripts to a Makefile
|
||||||
- add johnvertisement
|
- add johnvertisement
|
||||||
- add linux badge
|
|
||||||
- use haml for the main template
|
- use haml for the main template
|
||||||
|
|
||||||
### v1.0.1 (2024-05-18)
|
### v1.0.1 (2024-05-18)
|
||||||
|
|
|
@ -86,18 +86,20 @@
|
||||||
%a(href="http://tilde.club/~harper/link.html?action=random" target="_top") →
|
%a(href="http://tilde.club/~harper/link.html?action=random" target="_top") →
|
||||||
|
|
||||||
-# 88x31 badges
|
-# 88x31 badges
|
||||||
%a(href="https://tea.cuddleslut.fr")
|
%a.badge(href="https://fediring.net")
|
||||||
%img(src="/~tasiaiso/images/badges/tea.png" alt="fediring badge")
|
|
||||||
%a(href="https://fediring.net")
|
|
||||||
%img(src="/~tasiaiso/images/badges/fediring.png" alt="fediring badge")
|
%img(src="/~tasiaiso/images/badges/fediring.png" alt="fediring badge")
|
||||||
%a(href="https://kitsu.life")
|
%a.badge(href="https://kitsu.life")
|
||||||
%img(src="/~tasiaiso/images/badges/kitsulife.png" alt="kitsulife badge")
|
%img(src="/~tasiaiso/images/badges/kitsulife.png" alt="kitsulife badge")
|
||||||
%a(href="https://nixos.org")
|
%a.badge(href="https://nixos.org")
|
||||||
%img(src="/~tasiaiso/images/badges/nixos.png" alt="nixos badge")
|
%img(src="/~tasiaiso/images/badges/nixos.png" alt="nixos badge")
|
||||||
%a(href="https://tilde.club")
|
%a.badge(href="https://tilde.club")
|
||||||
%img(src="/~tasiaiso/images/badges/tildeclub.png" alt="tilde.club badge")
|
%img(src="/~tasiaiso/images/badges/tildeclub.png" alt="tilde.club badge")
|
||||||
%a(href="https://linux.org")
|
%a.badge(href="https://linux.org")
|
||||||
%img(src="/~tasiaiso/images/badges/linux.png" alt="tilde.club badge")
|
%img(src="/~tasiaiso/images/badges/linux.png" alt="tilde.club badge")
|
||||||
|
%a.badge(href="https://tea.cuddleslut.fr")
|
||||||
|
%img(src="/~tasiaiso/images/badges/tea.png" alt="tea badge")
|
||||||
|
%a.badge(href="https://xeiaso.net")
|
||||||
|
%img(src="/~tasiaiso/images/badges/xeiaso.png" alt="xeiaso badge")
|
||||||
|
|
||||||
(
|
(
|
||||||
%a(href="/~tasiaiso/images/badges/credits.txt") credits
|
%a(href="/~tasiaiso/images/badges/credits.txt") credits
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
"Tasia Iso" https://tilde.club/~tasiaiso nixos.pxo original
|
"Tasia Iso" https://tilde.club/~tasiaiso nixos.pxo original
|
||||||
"Tasia Iso" https://tilde.club/~tasiaiso nixos.png converted
|
"Tasia Iso" https://tilde.club/~tasiaiso nixos.png converted
|
||||||
|
"Tasia Iso" https://tilde.club/~tasiaiso xeiaso.pxo original
|
||||||
|
"Tasia Iso" https://tilde.club/~tasiaiso xeiaso.png converted
|
||||||
"Tasia Iso" https://tilde.club/~tasiaiso credits.txt text
|
"Tasia Iso" https://tilde.club/~tasiaiso credits.txt text
|
||||||
|
|
||||||
"Tea" https://tea.cuddleslut.fr tea.gif original
|
"Tea" https://tea.cuddleslut.fr tea.gif original
|
||||||
|
|
BIN
theme/images/badges/xeiaso.png
Normal file
BIN
theme/images/badges/xeiaso.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
BIN
theme/images/badges/xeiaso.pxo
Normal file
BIN
theme/images/badges/xeiaso.pxo
Normal file
Binary file not shown.
|
@ -22,6 +22,10 @@ blockquote {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 800px) {
|
@media only screen and (min-width: 800px) {
|
||||||
body {
|
body {
|
||||||
margin-left: 10vw;
|
margin-left: 10vw;
|
||||||
|
|
Loading…
Reference in a new issue