mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21: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">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<title>Andrew Simonson Homepage</title>
|
||||
<link href="homepage.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<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>
|
||||
<p>I'm primarily an <strong>extremely</strong> forgetful person
|
||||
who, when productive, rewrites fate in favor of my own
|
||||
@@ -17,13 +25,8 @@
|
||||
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, and the things I miss the most about home include:</p>
|
||||
<ul>
|
||||
<li>Frozen vegetables</li>
|
||||
<li>Showers that aren't pressure washers</li>
|
||||
<li>The population density</li>
|
||||
<li>Waffle House</li>
|
||||
</ul>
|
||||
Maryland.
|
||||
|
||||
<a href="https://github.com/asimonson1125">
|
||||
<img src="https://avatars.githubusercontent.com/u/58455242?v=4"
|
||||
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
|
||||
|
||||
\cvevent{Boonsboro High School}{}{Sept 2001 -- June 2002}{}
|
||||
GPA: 4.2
|
||||
SAT: 1500
|
||||
\cvevent{Boonsboro High School}{}{Sept 2016 -- June 2021}{}
|
||||
\textbf{GPA:} 4.2\\
|
||||
\textbf{SAT:} 1500
|
||||
|
||||
\end{paracol}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user