This commit is contained in:
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> <hr>
</header> </header>
{{ content }} {{ 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> </div>

View File

@ -186,6 +186,18 @@ table {
margin-bottom: 2em; 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 // https://github.com/daveyarwood/gruvbox-pygments/tree/master
.highlight .hll { background-color: #ffffcc } .highlight .hll { background-color: #ffffcc }
.highlight { background: #282828; color: #ebdbb2; background-color: #282828 } .highlight { background: #282828; color: #ebdbb2; background-color: #282828 }

BIN
assets/img/church.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
assets/img/computer.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
assets/img/gender.gif Normal file

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 ## Aknowlegdements
This repository contains katex code for self hosting katex. This code is used under the MIT LICENSE (for details, read the `LICENSE` file). 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).