Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions resumee.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@

<!doctype html>
<html lang="en">
<head>
<title>M. P. Stacker resumee</title>
<meta charset="utf-8"/>
</head>
<body>
<header>
<h1>Marcus P. Stacker | Master Sergeant </h1>
</header>

<address>
Stationed on UNSC Pillar of Autumn.
<a href="mailto:dev@null">e-mail</a>
</address>

<hr>

<section id="career">
<h2>Career</h2>
<p id="goals">
To go feet first!
</p>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li><strong>Weapons</strong>
<ol>
<li>MA5B Individual Combat Weapon System</li>
<li>BR55 Service Rifle</li>
<li>BR55 Heavy Barrel Service Rifle</li>
<li>M6G Personal Defense Weapon System</li>
</ol></li>
<li><strong>Battles</strong>
<ol>
<li>Fall of Reach</li>
<li>Battle of Installation 04</li>
<li>Battle of Earth</li>
<li>Installation 05</li>
<li>Battle of Installation 00</li>
<li>First Battle of Requiem</li>
</ol></li></ul>
</section>

<section id="experience">
<h2>Work experience</h2>
<table>
<tr>
<td>Time (Years worked at that job)</td>
<td>4 </td>
</tr>
<tr>
<td>Name (Name of the company): </td>
<td>United Nations Space Command</td>
</tr>
<tr>
<td>Location (City, State, Country if not USA): </td>
<td>Sydney, Commonwealth of Australia, Earth</td></tr>
<tr><td>Responsibilities: </td><td>Killing aliens, saving humanity!</td></tr>
<tr><td>Contact Info (Phone number and name of employee): </td><td>UNSC Infinity</td></tr>
</table>
</section>

<section id="education">
<h2>Education</h2>
<p>UNSC ODST Training</p>
</section>

<section id="achievements">
<h2>Achievements</h2>
<p>Stacker was promoted to Gunnery Sergeant for his services after his return to Earth. During the Battle of Earth, Gunnery Sergeant Stacker was dispatched from UNSC In Amber Clad with a squad of ODSTs to relieve UNSC Marine infantrymen from the 405th regiment. His Pelican was shot down by a Scarab over Old Mombasa and crashed landed on an open beach near Hotel Zanzibar.</p>
</section>

<hr>

<footer>
<h1>Marcus P. Stacker | Master Sergeant </h1>
<address>
Stationed on UNSC Pillar of Autumn.
<a href="mailto:dev@null">e-mail</a>
</address>
</footer>
</body>
</html>