master
Rachel Lambda Samuelsson 2024-01-13 21:41:31 +01:00
parent 98359e8481
commit a143888c37
6 changed files with 22 additions and 0 deletions

View File

@ -19,4 +19,12 @@ layout: default
<hr>
</header>
{{ content }}
<footer>
<hr>
<div class="badges">
<img src="/assets/img/church.gif" alt="church of alonzo">
<img src="/assets/img/gender.gif" alt="abolish gender">
<img src="/assets/img/computer.gif" alt="math on the computer">
</div>
</footer>
</div>

View File

@ -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 }

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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).