personal-website/src/about.html

49 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 class="overlay">
</div>
<div class="outerdiv contentholder">
<div class="contentholder__topfiller"></div>
<div class="content">
<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), and will hopefully be graduating in 2023.
</p>
</div>
<div class="content">
<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>
</div>
</div>
</body>
</html>