-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
297 lines (245 loc) · 12 KB
/
index.htm
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/army-snail.png">
<title>Snails - Operation Nightfall</title>
<!-- Bootstrap core CSS -->
<link href="menu_files/bootstrap.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="menu_files/carousel.css" rel="stylesheet">
<link href="menu_files/menustyle.css" rel="stylesheet">
<style type="text/css" id="holderjs-style"></style></head>
<!-- NAVBAR
================================================== -->
<body id="Project" data-spy='scroll' data-target="#navbar">
<div class="navbar-wrapper">
<div class="container">
<div id="navbar" class="nav nav-list navbar-inverse navbar-fixed-top affix" role="navigation">
<div class="container">
<div class="nav-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#Project">SNAILS</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#myCarousel">Home</a></li>
<li><a href="#weapons">Weapons</a></li>
<li><a href="#instructions">Instructions</a></li>
<li><a href="#maps">Maps</a></li>
<li><a href="#authors">Authors</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li class="" data-target="#myCarousel" data-slide-to="1"></li>
<li class="" data-target="#myCarousel" data-slide-to="2"></li>
<li class="" data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="img/menu/Level1.png" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1 class="lightcolor">The Forrest of the Fierce</h1>
<p class="lightcolor bigger">
Where fear's written fierce
</p>
<p><a class="Level1 btn btn-lg btn-primary" href="worms.html" role="button">Play Level</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/menu/Level2.png" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1 class="lightcolor">Too Cheesy</h1>
<p class="darkcolor bigger">Cry your eyes out in this tearjerker</p>
<p><a class="Level2 btn btn-lg btn-primary" href="worms.html" role="button">Play Level</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/menu/Level3.png" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1 class="lightcolor">Hot flame</h1>
<p class="lightcolor bigger">Lav-all up</p>
<p><a class="Level3 btn btn-lg btn-primary" href="worms.html" role="button">Play Level</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/menu/Level4.png" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1 class="lightcolor">Cast Away </h1>
<p class="lightcolor bigger">Survivor Snails Island</p>
<p><a class="Level4 btn btn-lg btn-primary" href="worms.html" role="button">Play Level</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<h1 id="weapons" >Weapons</h1>
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img src="img/menu/1.png" alt="140x140">
<h2>Uzi-gun</h2>
<p>Shoots five shots automatically one after the other. </p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="img/menu/2.png" alt="140x140">
<h2>Shotgun</h2>
<p>Three shots are simultaneously fired with a wide range</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="img/menu/3.png" alt="140x140">
<h2>Bazooka</h2>
<p>This will be affected by the wind and power. Hold the spacebar for more power.</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<div class="row">
<div class="col-lg-4">
<img src="img/menu/4.png" alt="140x140">
<h2>The Holy Grenade</h2>
<p>Bounces around until it stop and explodes. Affected by power of throw, but is heavier so it won't be affected as much by the wind as the Bazooka. It bounces eight times before it explodes</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="img/menu/5.png" alt="140x140">
<h2>Grenade</h2>
<p>Has a three second timer, and provides less damage than the Holy Grenade.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="img/menu/6.png" alt="140x140">
<h2>Airstrike</h2>
<p>Shoots five missles from an airplane at the top of the screen. Use the mouse to specify where it will drop the bombs.</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<div class="row">
<div class="col-lg-4">
<img src="img/menu/7.png" alt="140x140">
<h2>Teleport</h2>
<p>Align your mouse to the place you'd like to teleport to and press space. Be careful what you wish for </p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="img/menu/8.png" alt="140x140">
<h2>Baseball bat</h2>
<p>Put on your baseball cap and take a swip at your opponent</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="img/menu/9.png" alt="140x140">
<h2>Blowtorch</h2>
<p>Insanely overpowered fireball that will delete any map, and burn any snail in it's way.</p>
</div><!-- /.col-lg-4 -->
<div class="row">
<h1 >Instructions</h1>
<div class="col-lg-4 img_instructions">
<img src="img/menu/Instructions.png">
</div>
</div>
<div class="row img_instructions">
<div class="col-lg-4">
<img src="img/menu/MapInstructions.png">
</div>
</div>
<!-- START THE FEATURETTES -->
<hr id="maps" class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
<h2 class="featurette-heading">The Forrest of the Fierce <span class="text-muted">Where fear's written fierce </span></h2>
<p class="lead">Somewhere deep in the jungle, snails arise to and prepare for battle </p>
</div>
<div class="hover col-md-7">
<a href="worms.html">
<img id="Level1" src="img/menu/Level1.png" class="Level1 hover featurette-image img-responsive" alt="500x500">
<img src=" img/menu/PressToPlay.png" class="featurette-image img-responsive" alt="Press Here to Play">
</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="hover col-md-7">
<a href="worms.html">
<img id="Level2" src="img/menu/Level2.png" class="Level2 featurette-image img-responsive" alt="500x500">
<img src=" img/menu/PressToPlay.png" class="featurette-image img-responsive" alt="Press Here to Play">
</a>
</div>
<div class="col-md-5">
<h2 class="featurette-heading">Too Cheesy <span class="text-muted">Cry your eyes out in this tearjerker</span></h2>
<p class="lead">Suddenly the Snails wake up in the depths of the universe. Some will never make it home. Doomed forever. </p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
<h2 class="featurette-heading">Hot flame <span class="text-muted">Lav-all up</span></h2>
<p class="lead">A flame has sparked great danger. A volcano has erupted, and only the Snails have survived. Unfortunately the landmass is shrinking and there is only space for half of the Snails (maybe less)</p>
</div>
<div class="hover col-md-7">
<a href="worms.html">
<img id="Level3" src="img/menu/Level3.png" class="Level3 featurette-image img-responsive" alt="500x500">
<img src=" img/menu/PressToPlay.png" class="featurette-image img-responsive" alt="Press Here to Play">
</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="hover col-md-7">
<a href="worms.html">
<img id="Level4" src="img/menu/Level4.png" class="Level4 featurette-image img-responsive" alt="500x500">
<img src=" img/menu/PressToPlay.png" class="featurette-image img-responsive" alt="Press Here to Play">
</a>
</div>
<div class="col-md-5">
<h2 class="featurette-heading">Cast Away <span class="text-muted">Survivor Snails Island </span></h2>
<p class="lead">The jury members must vote to decide which of the remaining castaways should be declared Survivors. Who will be the Survivor?!</p>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer id="authors">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2013 Stealth Panda · Baldur Björnsson · Guðmundur Már Gunnarsson · Hilmar Örn Hergeirsson · Óttar Guðmundsson</p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="menu_files/jquery-1.js"></script>
<script src="menu_files/bootstrap.js"></script>
<script src="menu_files/holder.js"></script>
<script src="menu_files/pickmap.js"></script>
</body></html>