Files
asimonson1125.github.io/index.html
2021-09-19 14:30:18 -04:00

39 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Andrew Simonson Homepage</title>
<link href="homepage.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Andrew Simonson</h1>
<nav class="navBar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<br />
<h2>A biography</h2>
<p>I'm primarily an <strong>extremely</strong> forgetful person
who, when productive, rewrites fate in favor of my own
short-term interests, or rather, whatever half-assed mistake
results from the attempt.</p>
<p>When I'm not <del>losing my mind</del>wasting time,
you can find me building discord bots, playing chess,
or actually exercising, doing things like, idk, playing
racquetball or soccer.</p>
<p>I'm a first year student at <strong>Rochester Institute of Technology</strong>
in the <b>Computing Exploration</b> program. I'm from Hagerstown,
Maryland.
<a href="https://github.com/asimonson1125">
<img src="https://avatars.githubusercontent.com/u/58455242?v=4"
alt="My github profile picture">
<p>My Github</p>
</a>
<p>Instagram: <a href="https://www.instagram.com/an_a.simonson/">@an_a.simonson</a></p>
<p>RIT Email: abs1907@rit.edu</p>
<p>Informal Email: asimonson1125@gmail.com</p>
</body>
</html>