sutff
This commit is contained in:
parent
56420fd5c5
commit
11925f8c4f
|
@ -29,12 +29,12 @@
|
||||||
<div class="content posts" style="grid-area: content2">
|
<div class="content posts" style="grid-area: content2">
|
||||||
<h2><a href="posts">Projects I've finished</a></h2>
|
<h2><a href="posts">Projects I've finished</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/posts?post=How I made a programming language 700x slower than python">Openbirch</a><br>(made it to
|
<!-- <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>
|
<!-- an alpha release)</li> -->
|
||||||
<li><a href="/posts?post=Putting hungry minecraft servers to sleep">Minecraft server
|
<li><a href="/posts?post=Putting hungry minecraft servers to sleep">Minecraft server
|
||||||
hibernator</a></li>
|
hibernator</a></li>
|
||||||
<li><a href="https://gitlab.com/SpoodyTheOne/the-wheel">Wheel of names drinking game</a><br>(scraping the bottom
|
<!-- <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>
|
<!-- of the barrel for finished projects)</li> -->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="content" style="grid-area: content3">content</div> -->
|
<!-- <div class="content" style="grid-area: content3">content</div> -->
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
"footer2 footer"
|
"footer2 footer"
|
||||||
;
|
;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content>.content {
|
||||||
|
font-size: 1.5em;
|
||||||
max-width: 75ch;
|
max-width: 75ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue