Port about.html and cool-stuff
This commit is contained in:
parent
b2e1b424b5
commit
8396d5e469
|
@ -25,6 +25,7 @@ I'm studying mathematics (with a focus on computation) at Penn State, and will h
|
||||||
<div>
|
<div>
|
||||||
<h1>Opinions</h1>
|
<h1>Opinions</h1>
|
||||||
<h2>A 100% exhaustive list, of course</h2>
|
<h2>A 100% exhaustive list, of course</h2>
|
||||||
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
the modern internet is bloated
|
the modern internet is bloated
|
||||||
<ol>
|
<ol>
|
||||||
|
@ -42,6 +43,7 @@ linux distros don't matter
|
||||||
<li>the military industrial complex</li>
|
<li>the military industrial complex</li>
|
||||||
<li>my taste in music is objectively just ok</li>
|
<li>my taste in music is objectively just ok</li>
|
||||||
<li>🦐</li>
|
<li>🦐</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="lock-bottom">
|
<footer class="lock-bottom">
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
@import "waltuh/waltuh";
|
@import "waltuh/waltuh";
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-top: 3vh;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue