Adds updated resume including .css stylesheet
This commit is contained in:
parent
f81c5af2c3
commit
63b2be3d2d
2 changed files with 127 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
||||||
|
html {
|
||||||
|
margin: 0.5in 0.75in;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alignleft {
|
||||||
|
float: left;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alignleftemphasized {
|
||||||
|
float: left;
|
||||||
|
font-style: italic;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alignright {
|
||||||
|
float: right;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
104
student-resumes/Orpheo's_Curse-resume/Updated Resume/index.html
Normal file
104
student-resumes/Orpheo's_Curse-resume/Updated Resume/index.html
Normal file
|
|
@ -0,0 +1,104 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Harry Potter Resume</title>
|
||||||
|
<link rel="stylesheet" href="./css/style.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<section id="contact">
|
||||||
|
<h1>Harry Potter</h1>
|
||||||
|
<p>
|
||||||
|
4 Privet Drive, Little Whinging, Surrey <br>
|
||||||
|
thechosenone@gmail.com <br>
|
||||||
|
(000) 867-5309
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="education">
|
||||||
|
<h3><u>EDUCATION</u></h3>
|
||||||
|
<p>
|
||||||
|
<span class="alignleft">Hogwarts School of Witchcraft and Wizardry</span>
|
||||||
|
<span class="alignright">Edinburgh, Scotland</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<span class="alignleftemphasized">B.S., Defence Against the Dark Arts</span>
|
||||||
|
<span class="alignright">2008</span>
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<br><br><br>
|
||||||
|
|
||||||
|
<section id="experience">
|
||||||
|
<h3><u>EXPERIENCE</u></h3>
|
||||||
|
<p>
|
||||||
|
<span class="alignleft">NASA</span>
|
||||||
|
<span class="alignright">Washington, D.C.</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<span class="alignleftemphasized">Propulsion Engineer</span>
|
||||||
|
<span class="alignright">June 2020 - Present</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Managed a team of 200 muggle engineers across a variety of departments</li>
|
||||||
|
<li>Successfully combined magic and muggle technology to achieve a 250% increase in space shuttle performance</li>
|
||||||
|
<li>Recognized as Engineer of the Year in 2021</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<span class="alignleft">Cirque du Soleil</span>
|
||||||
|
<span class="alignright">Montreal, Canada</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<span class="alignleftemphasized">Performance Artist</span>
|
||||||
|
<span class="alignright">September 2012 - June 2020</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Performed high-skilled tricks, including hands-free juggling and levitation, across every continent</li>
|
||||||
|
<li>Recognized as one of the top ten up-and-coming performance artists in the January 2009 edition of <em>Circus Performers Monthly</em> magazine</li>
|
||||||
|
<li>Selected as employee of the month for 94 consecutive months</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<span class="alignleft">Blockbuster Video</span>
|
||||||
|
<span class="alignright">Bend, Oregon</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<span class="alignleftemphasized">Store Manager</span>
|
||||||
|
<span class="alignright">September 2008 - August 2012</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Led a team of one at the only remaining Blockbuster Video in the United States</li>
|
||||||
|
<li>Increased productivity of all employees by 1,000%</li>
|
||||||
|
<li>Successfully increased candy sales 200% year-over-year</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue