Port about.html and cool-stuff

This commit is contained in:
Emilia Allison 2022-10-25 12:15:04 -04:00
parent b2e1b424b5
commit 8396d5e469
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,7 @@ I'm studying mathematics (with a focus on computation) at Penn State, and will h
<div>
<h1>Opinions</h1>
<h2>A 100% exhaustive list, of course</h2>
<ul>
<li>
the modern internet is bloated
<ol>
@ -42,6 +43,7 @@ linux distros don't matter
<li>the military industrial complex</li>
<li>my taste in music is objectively just ok</li>
<li>&#129424</li>
</ul>
</div>
</div>
<footer class="lock-bottom">

View File

@ -1 +1,5 @@
@import "waltuh/waltuh";
h1 {
margin-top: 3vh;
}