diff --git a/_layouts/centered.html b/_layouts/centered.html
index 7660460..c91ddf8 100644
--- a/_layouts/centered.html
+++ b/_layouts/centered.html
@@ -19,4 +19,12 @@ layout: default
{{ content }}
+
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 5185d88..8308a73 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -186,6 +186,18 @@ table {
margin-bottom: 2em;
}
+.badges {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: space-around;
+ row-gap: 1em;
+}
+
+.badges img {
+ height: 2.5em;
+}
+
// https://github.com/daveyarwood/gruvbox-pygments/tree/master
.highlight .hll { background-color: #ffffcc }
.highlight { background: #282828; color: #ebdbb2; background-color: #282828 }
diff --git a/assets/img/church.gif b/assets/img/church.gif
new file mode 100644
index 0000000..89c5e73
Binary files /dev/null and b/assets/img/church.gif differ
diff --git a/assets/img/computer.gif b/assets/img/computer.gif
new file mode 100644
index 0000000..2dd3830
Binary files /dev/null and b/assets/img/computer.gif differ
diff --git a/assets/img/gender.gif b/assets/img/gender.gif
new file mode 100644
index 0000000..203c8c3
Binary files /dev/null and b/assets/img/gender.gif differ
diff --git a/readme.md b/readme.md
index a0f0a1a..426e6d2 100644
--- a/readme.md
+++ b/readme.md
@@ -7,3 +7,5 @@ may be built using nix to manage deps
## Aknowlegdements
This repository contains katex code for self hosting katex. This code is used under the MIT LICENSE (for details, read the `LICENSE` file).
+
+There are badges on the site generated by [https://blinkies.cafe/](blinkies.cafe).