mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
Began modernizing
This commit is contained in:
50
index.html
50
index.html
@@ -6,34 +6,38 @@
|
||||
<link href="homepage.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Andrew Simonson</h1>
|
||||
<nav class="navBar">
|
||||
<h1>Andrew Simonson</h1>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="resume.html">Resume</a></li>
|
||||
<li><a href="resume/firstSemesterResume.pdf">Resume</a></li>
|
||||
<li><a href="next.html">next</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.
|
||||
<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>
|
||||
<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>
|
||||
Reference in New Issue
Block a user