54 lines
1.3 KiB
HTML
54 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emilia Allison</title>
|
|
<link rel="stylesheet" href="css/about.css">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<div id="overlay">
|
|
</div>
|
|
<main class="grid-center--offset-wide">
|
|
<div>
|
|
<div>
|
|
<h1>
|
|
About
|
|
</h1>
|
|
<h2>isn't that the page title?</h2>
|
|
<p>
|
|
I'm not super keen on saying that much about myself on the <mark class="internet">internet</mark>.
|
|
Anyway, here's some information about myself, posted on the aforementioned <mark class="internet">internet</mark>.
|
|
</p>
|
|
<p>
|
|
I'm studying mathematics (with a focus on computation) at Penn State, and will hopefully be graduating in 2023.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h1>Opinions</h1>
|
|
<h2>A 100% exhaustive list, of course</h2>
|
|
<li>
|
|
the modern internet is bloated
|
|
<ol>
|
|
<li>i will contribute to this bloat</li>
|
|
</ol>
|
|
</li>
|
|
<li>open source software is very cool</li>
|
|
<li>
|
|
linux distros don't matter
|
|
<ol>
|
|
<li>btw i use</li>
|
|
</ol>
|
|
</li>
|
|
<li>social media is kinda yucky</li>
|
|
<li>the military industrial complex</li>
|
|
<li>my taste in music is objectively just ok</li>
|
|
<li>🦐</li>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p><a href="../">Return</a></p>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|