-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (88 loc) · 3.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<title>Imperial Army Recruitment</title>
<link href="index.css" type="text/css" rel="stylesheet">
</head>
<body>
<header class="header">
<h1>Go Empire!</h1>
<br>
<h2> Tradition | Integrity | Honor | Reveared | Feared | Respected </h2>
</br>
</header>
<nav>
<ul>
<li>
<a href="opportunities.html">Opportunities</a>
</li>
<br/>
<li>
<a href="benefits.html">Benefits</a>
</li>
<br/>
<li>
<a href="wheretoserve.html">Where to serve</a>
</li>
<br/>
<li>
<a href="ServePartTime.html">Serve Part-Time</a>
</li>
<br/>
<li>
<a href="http://starwars.wikia.com/wiki/Stormtrooper_Corps">History</a>
</li>
</ul>
</nav>
<aside>
<ul>
<li>
<a href="wanted.html">
<strong>Wanted</strong>
</li>
<br/>
<li>
<img src="IwantyouVader.jpg">
<p class="credit"> Image credit: <a href="http://fyredesign.deviantart.com/"> FryeDesign at Deviantart.com </a> </p>
</li>
<li>
<a href="ContactRecruiter.html">Contact a Recruiter:</a>
</li>
<li>
<a href="News.html">News from the Front</a>
</li>
</a>
</ul>
</aside>
<section>
<article>
<h3>Discover adventure and serve your Empire!</h3>
<br/>
<h4>Opportunities</h4>
<br/>
<p>
As an Imperial Storm trooper you will be trained in state of the art weaponry and cutting edge tactics. You will be forced and sharpened to a razors edge. You will be conditioned to thrive in any number of environments, from the scorching sands of tatooine to the frozen wastes of Hoth. upon graduating cadet indoctrination you will be assigned to an MOS based on the needs of the empire and your final math scores. Some critical MOSs include, AT - AT driver, heavy weapons specialist,Calvary scout, Fleet Marines,Death Star Quick Reaction force, Galactic Rangers and Lord Vaders elite 501st legion. Regardless of your assigned MOS and specialty you will be feared and respected.
</p>
<br/>
<h4>Benefits</h4>
<br/>
<p>
Career Storm troopers enjoy a generous benefit package, thanks to our emperor. Cadets who survive basic indoctrination will automatically be granted full medical and dental, white body armor bonuses for death star duty and the privalledge of serving the emperor. If you survive the full 20 year enlistment, you can expect comfortable retirement on beuatiful planet Alderan
</p>
<br/>
<h4>Duty stations</h4>
<br/>
<p>
Once selected an Imperial Storm trooper will recieve special conditioning based on the needs of the Empire. The rebels are vermin and can fester anywhere in the galaxy. You may be needed to hunt down bands of rebel scum on tatooine, Hoth and Dagoba and anywhere else they hide. Special duty assignments can also be requested in the fleet where you can serve as a proud member of the quick reaction force or the elite galactic marines.
regardless of your ability you can expect to serve ANYWHERE in the galaxy.
</p>
<br/>
<h4>Reserve opportunites</h4>
<br/>
<p>
If full time is service is not for you or if retirement has you down, there are numerous opportunities in the reserves. These are all non combat arms positions,but just as vital to the empire. For one weekend a month and two months a year, especially your kids birthday or wedding aniverisry, you can continue to serve as a sanitation engineer, ships steward, chow line ID checker, laundry techician, and wookie hygene specialst.
</p>
</section>
<footer>
</footer>
</body>
</html>