sutff
This commit is contained in:
parent
56420fd5c5
commit
11925f8c4f
|
@ -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> -->
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
"footer2 footer"
|
||||
;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
#content>.content {
|
||||
font-size: 1.5em;
|
||||
max-width: 75ch;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue