-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·381 lines (316 loc) · 15.5 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
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FindThePrecious</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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 no-gutter" href="#"><img src="img/logo.png" alt="FindThePrecious.com"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#fellows">Fellows</a></li>
<li><a href="#theRing">The Rings</a></li>
<li><a href="#getMyReward">Get my reward</a></li>
<li><a href="#bestHunters">Best hunters</a></li>
<li><a href="#joinTheArmy">Join the army</a></li>
<li><a href="#contactUs">Contact us</a></li>
</ul>
</div>
</div>
</nav>
<header id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for Slides -->
<div class="carousel-inner">
<div class="item active">
<div class="fill" style="background-image:url(img/dark_vador.jpg); height: 500px;"></div>
<div class="carousel-caption">
<h2>Sauron is a very good bro</h2>
<p>Please help him to find his ring !<span class="pull-right">- d.v.</span></p>
</div>
</div>
<div class="item">
<!-- Set the second background image using inline CSS below. -->
<div class="fill" style="background-image:url(img/mechant.jpg);"></div>
<div class="carousel-caption">
<h2>He's almost as ugly as me !</h2>
<p>Krk, hrk, hrk <span class="pull-right">- ??</span></p>
</div>
</div>
<div class="item">
<!-- Set the third background image using inline CSS below. -->
<div class="fill" style="background-image:url(img/joker.jpg);"></div>
<div class="carousel-caption">
<h2>Death the Hobbit !</h2>
<p>Stupid Hobbit !<span class="pull-right">- Joker</span></p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="icon-next"></span>
</a>
</header>
<div class="container-fuild">
<section id="fellows">
<div class="container">
<h1>Fellows wanted dead <small>(or alive if you want to eat them later)</small></h1>
<div class="row">
<ul class="nav nav-pills wanted">
<li role="presentation"><a href="#">Most wanted</a></li>
<li role="presentation" class="active"><a href="#">Most dangerous</a></li>
<li role="presentation"><a href="#">Already captured</a></li>
</ul>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-4">
<figure class="thumbnail center-block">
<img src="img/gandalf.png" alt="gandalf">
<figcaption class="caption">
<p>a very dangerous wizard and balrog killer...</p>
<h3 class="gandalf">Gandalf</h3>
</figcaption>
<div class="reward">
<p>reward <br><span class="price">1000</span> golden coins</p>
</div>
</figure>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<figure class="thumbnail center-block">
<img src="img/aragorn.png" alt="aragorn">
<figcaption class="caption">
<h3 class="aragorn">Aragorn</h3>
<p>sauron's finger says him his sword is dangerous...</p>
</figcaption>
<div class="reward">
<p>reward <br><span class="price">800</span> golden coins</p>
</div>
</figure>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<figure class="thumbnail center-block">
<img src="img/gimli.png" alt="gimli">
<figcaption class="caption">
<h3 class="gimli">gimli</h3>
<p>a dwarf wich a beard and an axe...</p>
</figcaption>
<div class="dead">
<p>dead</p>
</div>
</figure>
</div>
</div>
</div>
</section>
<section id="getMyReward">
<div class="container">
<h1>I have captured one of them, how to get my reward ?</h1>
<div class="row">
<div class="col-xs-8 col-sm-9 col-lg-11">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur unde eligendi at, ab accusantium! Repudiandae eligendi dolorum odit quam dolorem incidunt veritatis, saepe molestias eos vitae cum ducimus possimus, suscipit.</p>
</div>
<div class="col-xs-4 col-sm-3 col-lg-1">
<img src="img/coin_sauron.png" alt="sauron_coin">
</div>
<div class="link-container col-xs-8 col-sm-9">
<a href="#contactUs">Contact us</a>
</div>
</div>
</div>
</section>
<section id="bestHunters">
<div class="container">
<h1>Our Best hunters</h1>
<div class="hunters row">
<div class="col-sm-12 col-lg-6">
<div class="row">
<div class="media">
<div class="media-left">
<a href="#"><img class="media-object" src="img/hunter1.png" alt="profil"></a>
</div>
<div class="media-body">
<h4 class="media-heading">elvesKiller22</h4>
<p>2 captures - <a href="#">profile</a></p>
<span class="like">12 race</span>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-6">
<div class="row">
<div class="media">
<div class="media-left">
<a href="#"><img class="media-object" src="img/hunter2.png" alt="profil"></a>
</div>
<div class="media-body">
<h4 class="media-heading">goblin45</h4>
<p>1 capture - <a href="#">profile</a></p>
<span class="like">18 race</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="theRing">
<div class="container">
<h1>About the ring</h1>
<div class="panel">
<div class="panel-heading">
<h3 class="panel-title">Ring Capabilities</h3>
</div>
<div class="panel-body">
<p>what can our master Sauron do with the ring ?</p>
<table class="table">
<thead>
<tr>
<th scope="col">Feature</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Main</td>
<td>Rules them all !</td>
</tr>
<tr>
<td>Invisibility</td>
<td>You can't see me</td>
</tr>
<tr>
<td>Power</td>
<td>Destroy the world</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Why the ring is awesome ?</h3>
</div>
<div class="panel-body gollum">
<div class="media">
<div class="media-body">
<h4 class="media-heading">my preciooooooussssss ! Erk, Erk, we want our preciooooooussssss !!!</h4>
<p>- gollum</p>
</div>
<div class="media-right">
<img class="media-object img-circle" src="img/gollum.png" alt="gollum">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="joinTheArmy">
<div class="container">
<h1>Join Mordor Army, we need you !</h1>
<div class="row">
<div class="col-sm-12 col-lg-8">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur unde eligendi at, ab accusantium! Repudiandae eligendi dolorum odit quam dolorem incidunt veritatis, saepe molestias eos vitae cum ducimus possimus, suscipit.</p>
</div>
<div class="col-sm-12 col-lg-4">
<img src="img/army.png" alt="image" class="center-block img-responsive">
</div>
</div>
<div class="row">
<div class="col-sm-12 col-lg-4">
<img src="img/weneedyou-1.png" alt="image" class="center-block img-responsive">
</div>
<div class="col-lg-8 text-center">
<p class="more">More info on</p>
<a href="http://sauronrulesthemall.com" class="sauron">sauronrulesthemall.com</a>
</div>
</div>
</div>
</section>
<section id="contactUs">
<div class="container">
<h1>Contact us</h1>
<div class="row">
<div class="col-lg-6">
<form>
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="@">
</div>
<div class="form-group">
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Address">
</div>
<div class="form-group">
<select class="form-control">
<option>I have seen one of them</option>
<option>I have captured one of them</option>
<option>I want to join your army</option>
</select>
</div>
<div class="form-group">
<textarea class="form-control" rows="13" placeholder="Your message ..."></textarea>
</div>
</form>
</div>
<div class="col-lg-6">
<img src="img/map.png" alt="map" class="center-block img-responsive">
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-sm-4 col-lg-4">
<p><a href="#">About us</a></p>
<p><a href="#">Fellows</a></p>
<p><a href="#">Join our army</a></p>
</div>
<div class="col-sm-4 col-lg-4">
<p><a href="#">FAQ</a></p>
<p><a href="#">Reward conditions</a></p>
<p><a href="#">Legal mentions</a></p>
</div>
<div class="col-sm-4 col-lg-4">
<p>
<a href="#">sauron4Ever.com</a><br>
<a href="#">Follow him also on twitter</a>
</p>
<p><img src="img/logo.png" alt=""></p>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 5000 // Changes the speed
})
</script>
</body>
</html>