updating with react

saving because I DELETED THIS AND MORE EARLIER, GOSH DARN
This commit is contained in:
2021-09-24 20:41:59 -04:00
parent d7d0ed8961
commit 91e2683ea2
36 changed files with 12751 additions and 24 deletions

43
OLD.html Normal file
View File

@@ -0,0 +1,43 @@
<!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>
<nav class="navBar">
<h1>Andrew Simonson</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resume/firstSemesterResume.pdf">Resume</a></li>
<li><a href="next.html">next</a></li>
</ul>
</nav>
<br/><br/>
<div class='foreground'>
<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.</p>
<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>
</div>
</body>
</html>