-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (97 loc) · 4.17 KB
/
index.html
File metadata and controls
111 lines (97 loc) · 4.17 KB
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
---
title: Empires
---
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="img/slide1.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Massive battles.</h1>
<p class="lead">Up to 64 players on huge maps with both on-foot and vehicular warfare.</p>
</div>
</div>
</div>
<div class="item">
<img src="img/slide2.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Play your way.</h1>
<p class="lead">Customise the loadout of your vehicles and infantry to suit your play style.</p>
</div>
</div>
</div>
<div class="item">
<img src="img/slide3.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Unique gameplay.</h1>
<p class="lead">Blending RTS and FPS means no two matches are the same.</p>
</div>
</div>
</div>
<div class="item">
<img src="img/slide4.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Cunning tactics.</h1>
<p class="lead">Plan your strategy and research to get the leading edge. Manage your resources, control your territory and crush the opposition.</p>
</div>
</div>
</div>
<div class="item">
<img src="img/slide5.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Explosions!</h1>
<p class="lead">Huge variety of gameplay, with 12 unique vehicles, 4 classes of infantry, and many researchable weapons available.</p>
</div>
</div>
</div>
<div class="item">
<img src="img/slide6.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Arcade-style fun.</h1>
<p class="lead">Spell naughty words with your walls.</p>
</div>
</div>
</div>
<div class="item">
<img src="img/slide7.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Reign supreme from above.</h1>
<p class="lead">Design impenetrable fortresses using 9 custom-placeable buildings.</p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
</div>
<div class="container marketing">
<div class="row">
<div class="col-sm-8">
<p><b>Empires, the free, award-winning Half-Life 2 mod,</b> combines the best of the first person shooter and real-time strategy genres. Fight as either the Northern Faction, remnants of the fallen nation of Jekotia, or as the imperial Brenodi Empire.</p>
<p>Choose your commander wisely and fight with up to 64 players for resources to power your army and fund your research into ever more deadly weapons, abilities and vehicles.</p>
<p><a class="btn btn-primary btn-block" href="http://store.steampowered.com/app/17740/">Find out more and see what you've been missing!</a></p>
<p id="testimonial"></p>
</div>
<div class="col-sm-4">
<a href="http://store.steampowered.com/app/17740/">
<img src="img/steam.png" class="steam-icon">
<h2 class="text-center">Free download</h2>
</a>
</div>
</div>
</div>
<div class="container posts">
<div class="row">
<h1>Recent posts</h1>
$partial("templates/post-list.html")$
</div>
<div class="allposts">
<a href="archive.html">All posts</a>
</div>
</div>