75 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			75 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!doctype html>
 | 
						|
<html lang="en-US">
 | 
						|
	<head>
 | 
						|
		<meta charset="utf-8" />
 | 
						|
		<meta name="viewport" content="width=device-width,initial-scale=1" />
 | 
						|
		<link rel="stylesheet" href="/styles/default.css" />
 | 
						|
		<link rel="stylesheet" href="/styles/about.css" />
 | 
						|
		<link rel="icon" href="/images/favicon.ico" />
 | 
						|
		<title>About</title>
 | 
						|
	</head>
 | 
						|
 | 
						|
	<body>
 | 
						|
		<header>
 | 
						|
			<p><a id="homelink" href="/">dairydemon.net</a></p>
 | 
						|
		</header>
 | 
						|
		<main>
 | 
						|
			<article>
 | 
						|
				<h1>About.</h1>
 | 
						|
				<img id="aboutimg" src="/images/loveland-frog.png" alt="an artist's
 | 
						|
								 rendering of the Loveland frog monster" width=944 height=850
 | 
						|
								 />
 | 
						|
				<p>I'm in your walls.</p>
 | 
						|
 | 
						|
				<h2 class="cleared">Favorites.</h2>
 | 
						|
				<h3>Albums.</h3>
 | 
						|
				<ul>
 | 
						|
					<li>Oceanic - ISIS</li>
 | 
						|
					<li>Panopticon - ISIS</li>
 | 
						|
					<li>Ants From Up There - Black Country, New Road</li>
 | 
						|
					<li>Ashes Against the Grain - Agalloch</li>
 | 
						|
					<li>In Rainbows - Radiohead</li>
 | 
						|
					<li>Mellon Collie and the Infinite Sadness - Smashing Pumpkins</li>
 | 
						|
					<li>Flood - Boris</li>
 | 
						|
					<li>Solace - Jakob</li>
 | 
						|
					<li>Emergency & I - Dismemberment Plan</li>
 | 
						|
					<li>The Downward Spiral - Nine Inch Nails</li>
 | 
						|
					<li>Lift Your Skinny Fists Like Antennas to Heaven - Godspeed You! Black Emperor</li>
 | 
						|
					<li>Stage Four - Touche Amore</li>
 | 
						|
					<li>Mirror Reaper - Bell Witch</li>
 | 
						|
					<li>Sunbather - Deafheaven</li>
 | 
						|
					<li>Somewhere Along the Highway - Cult of Luna</li>
 | 
						|
					<li>This Will Destroy You - This Will Destroy You</li>
 | 
						|
					<li>Siamese Dream - Smashing Pumpkins</li>
 | 
						|
				</ul>
 | 
						|
				<h3>Movies.</h3>
 | 
						|
				<ul>
 | 
						|
					<li>2001: A Space Odyssey</li>
 | 
						|
					<li>The Dark Knight</li>
 | 
						|
					<li>The Big Short</li>
 | 
						|
					<li>Spider-Man 2</li>
 | 
						|
					<li>Bill and Ted's Execellent Adventure</li>
 | 
						|
					<li>Inglourious Basterds</li>
 | 
						|
					<li>Monty Python and the Holy Grail</li>
 | 
						|
					<li>Napoleon Dynamite</li>
 | 
						|
					<li>Clerks</li>
 | 
						|
					<li>My Cousin Vinny</li>
 | 
						|
					<li>The Departed</li>
 | 
						|
				</ul>
 | 
						|
				<h3>TV shows.</h3>
 | 
						|
				<ul>
 | 
						|
					<li>Community</li>
 | 
						|
					<li>Nathan for You</li>
 | 
						|
					<li>Veep</li>
 | 
						|
					<li>Arrested Development</li>
 | 
						|
					<li>It's Always Sunny in Philadelphia</li>
 | 
						|
					<li>Workaholics</li>
 | 
						|
				</ul>
 | 
						|
 | 
						|
				<h2>Contact.</h2>
 | 
						|
				<p><a href="mailto:filifa.breath652@8alias.com">filifa.breath652@8alias.com</a></p>
 | 
						|
			</article>
 | 
						|
		</main>
 | 
						|
	</body>
 | 
						|
</html>
 |