diff --git a/docs/changelog.md b/docs/changelog.md index 838f5d5..37a8332 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,6 +13,11 @@ unlisted: true --> +## v1.1.3 (2024-08-24) + +- fix bug in header +- add freeplay badge + ## v1.1.2 (2024-08-07) - new post: [NixOS: Declarative WiFi connections with agenix and NetworkManager](/~tasiaiso/docs/posts/nixos-wifi-agenix.md) diff --git a/docs/posts/42-piscine.md b/docs/posts/42-piscine.md index ae3b30c..4e271e6 100644 --- a/docs/posts/42-piscine.md +++ b/docs/posts/42-piscine.md @@ -167,3 +167,9 @@ Finding my kin here feels absolutely great and I feel like this is one of the on The team at 42 makes sure we have equal opportunities regardless of sex, gender, skin color or whatever else, which is great. Anyway, if you think you can fit in well, feel free to look into it! It really is worth it. + +> EDIT (2024-08-11): I wasn't accepted into the school. +> It's a shame, but I knew going in that not everybody will get in. +> Oh well, I'll try again next year. +> +> If you try out the piscine for yourself, good luck and let me know how it goes! diff --git a/haml/main.haml b/haml/main.haml index b3ee9b6..4cb022d 100644 --- a/haml/main.haml +++ b/haml/main.haml @@ -98,7 +98,7 @@ -# 88x31 badges %br - cool people/creatures + cool people and creatures %br %a.badge(href="https://xeiaso.net") @@ -119,6 +119,8 @@ %img(src="/~tasiaiso/images/badges/sammy.png" alt="sammy badge" loading="lazy") %a.badge(href="https://soatok.blog") %img(src="/~tasiaiso/images/badges/soatok.png" alt="soatok badge" loading="lazy") + %a.badge(href="https://freeplay.floof.company") + %img(src="/~tasiaiso/images/badges/free.png" alt="freeplay badge" loading="lazy") %br misc diff --git a/theme/images/badges/free.gif b/theme/images/badges/free.gif new file mode 100644 index 0000000..18acc45 Binary files /dev/null and b/theme/images/badges/free.gif differ diff --git a/theme/images/badges/free.png b/theme/images/badges/free.png new file mode 100644 index 0000000..bd62ded Binary files /dev/null and b/theme/images/badges/free.png differ