This commit is contained in:
Snorre 2025-03-25 11:14:07 +01:00
parent 56420fd5c5
commit 11925f8c4f
2 changed files with 8 additions and 4 deletions

View file

@ -29,12 +29,12 @@
<div class="content posts" style="grid-area: content2">
<h2><a href="posts">Projects I've finished</a></h2>
<ul>
<li><a href="/posts?post=How I made a programming language 700x slower than python">Openbirch</a><br>(made it to
an alpha release)</li>
<!-- <li><a href="/posts?post=How I made a programming language 700x slower than python">Openbirch</a><br>(made it to -->
<!-- an alpha release)</li> -->
<li><a href="/posts?post=Putting hungry minecraft servers to sleep">Minecraft server
hibernator</a></li>
<li><a href="https://gitlab.com/SpoodyTheOne/the-wheel">Wheel of names drinking game</a><br>(scraping the bottom
of the barrel for finished projects)</li>
<!-- <li><a href="https://gitlab.com/SpoodyTheOne/the-wheel">Wheel of names drinking game</a><br>(scraping the bottom -->
<!-- of the barrel for finished projects)</li> -->
</ul>
</div>
<!-- <div class="content" style="grid-area: content3">content</div> -->

View file

@ -12,6 +12,10 @@
"footer2 footer"
;
grid-template-columns: 1fr 1fr;
}
#content>.content {
font-size: 1.5em;
max-width: 75ch;
}