Merge pull request #37 from OrpheosCurse/master

Add OrpheosCurse resume
This commit is contained in:
wlfmnstr 2024-04-21 19:33:02 -05:00 committed by GitHub
commit 4da67627b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 192 additions and 0 deletions

View file

@ -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;
}

View 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>

View file

@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Harry Potter Resume</title>
</head>
<body>
<h1 style="text-align:center;">Harry Potter</h1>
<p style="text-align:center;">4 Privet Drive, Little Whinging, Surrey<br>thechosenone@gmail.com<br>(000) 867-5309<p>
<h3 style="text-align:left;">EDUCATION<h3>
<hr style="margin-top: -1em">
<p style="text-align:left;">
Hogwarts School of Witchcraft and Wizardry
<span style="float:right;">
Edinburgh, Scotland</span>
<p style="text-align:left;">
<em>B.S., Defence Against the Dark Arts</em>
<span style="float:right;">
August 2008</span>
<br>
<br>
<br>
<h3 style="text-align:left;">EXPERIENCE<h3>
<hr style="margin-top: -1em;">
<p style="text-align:left;">
NASA
<span style="float:right;">
Washington, D.C.</span>
<p style="text-align:left;">
<em>Chief Propulsion Engineer</em>
<span style="float:right;">
June 2020 - Present</span>
<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 style="text-align:left;">
Cirque du Soleil
<span style="float:right;">
Montreal, Canada</span>
<p style="text-align:left;">
<em>Performance Artist</em>
<span style="float:right;">
September 2012 - June 2020</span>
<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 style="text-align:left;">
Blockbuster Video
<span style="float:right;">
Bend, Oregon</span>
<p style="text-align:left;">
<em>Store Manager</em>
<span style="float:right;">
September 2008 - August 2012</span>
<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>