55 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.4 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="offset-grid--top--wide fullsize">
 | 
						|
			<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 <span class="waltuh-gradient">internet</span>.
 | 
						|
Anyway, here's some information about myself, posted on the aforementioned <span class="waltuh-gradient">internet</span>.
 | 
						|
				</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>
 | 
						|
				<ul>
 | 
						|
				<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>
 | 
						|
				</ul>
 | 
						|
			</div>
 | 
						|
			</div>
 | 
						|
			<footer class="lock-bottom">
 | 
						|
				<p><a href="../">Return</a></p>
 | 
						|
			</footer>
 | 
						|
		</main>
 | 
						|
	</body>
 | 
						|
</html>
 |