mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Added resume to site
This commit is contained in:
19
homepage.css
Normal file
19
homepage.css
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
.navBar ul li{
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
padding: 8px;
|
||||||
|
background-color: #ad3737;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #4337ad;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #b3b3b3;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #535353;
|
||||||
|
}
|
||||||
|
a:active {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
21
index.html
21
index.html
@@ -2,10 +2,18 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title></title>
|
<title>Andrew Simonson Homepage</title>
|
||||||
|
<link href="homepage.css" rel="stylesheet" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Andrew Simonson:</h1>
|
<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>
|
<h2>A biography</h2>
|
||||||
<p>I'm primarily an <strong>extremely</strong> forgetful person
|
<p>I'm primarily an <strong>extremely</strong> forgetful person
|
||||||
who, when productive, rewrites fate in favor of my own
|
who, when productive, rewrites fate in favor of my own
|
||||||
@@ -17,13 +25,8 @@
|
|||||||
racquetball or soccer.</p>
|
racquetball or soccer.</p>
|
||||||
<p>I'm a first year student at <strong>Rochester Institute of Technology</strong>
|
<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,
|
in the <b>Computing Exploration</b> program. I'm from Hagerstown,
|
||||||
Maryland, and the things I miss the most about home include:</p>
|
Maryland.
|
||||||
<ul>
|
|
||||||
<li>Frozen vegetables</li>
|
|
||||||
<li>Showers that aren't pressure washers</li>
|
|
||||||
<li>The population density</li>
|
|
||||||
<li>Waffle House</li>
|
|
||||||
</ul>
|
|
||||||
<a href="https://github.com/asimonson1125">
|
<a href="https://github.com/asimonson1125">
|
||||||
<img src="https://avatars.githubusercontent.com/u/58455242?v=4"
|
<img src="https://avatars.githubusercontent.com/u/58455242?v=4"
|
||||||
alt="My github profile picture">
|
alt="My github profile picture">
|
||||||
|
|||||||
19
resume.html
Normal file
19
resume.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Andrew Simonson - Resume</title>
|
||||||
|
<link href="homepage.css" rel="stylesheet" type="text/css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Resume</h1>
|
||||||
|
<nav class="navBar">
|
||||||
|
<ul>
|
||||||
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="resume.html">Resume</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<iframe src="resume/firstSemesterResume.pdf" width="80%" height="800em"></iframe>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
@@ -213,9 +213,9 @@ Sophomore Standing
|
|||||||
|
|
||||||
\divider
|
\divider
|
||||||
|
|
||||||
\cvevent{Boonsboro High School}{}{Sept 2001 -- June 2002}{}
|
\cvevent{Boonsboro High School}{}{Sept 2016 -- June 2021}{}
|
||||||
GPA: 4.2
|
\textbf{GPA:} 4.2\\
|
||||||
SAT: 1500
|
\textbf{SAT:} 1500
|
||||||
|
|
||||||
\end{paracol}
|
\end{paracol}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user