-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmindustry.html
255 lines (233 loc) · 11.8 KB
/
mindustry.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="Official alex server website" />
<link rel="icon" href="assets/img/logo.png" type="image/png" />
<script async src="https://arc.io/widget.min.js#xhoNFNXp"></script>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://unjown.github.io/alexweb/landing-page/index.html" />
<meta name="og:image" content="assets/img/logo.png" />
<meta name="og:title" content="Official alex server website" />
<meta name="og:description" content= "Official Alex Server Website" />
<title>Alex mindustry official website</title>
<!-- BOOT STRAP CORE STYLE CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- FONT AWESOME CSS -->
<link href="https://willo.is-a.dev/fontawesome-5-pro/css/all.css" rel="stylesheet" />
<!-- STYLE SWITCHER CSS -->
<link href="assets/css/styleSwitcher.css" rel="stylesheet" />
<!-- CUSTOM STYLE CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
<!--GREEN STYLE VERSION IS BY DEFAULT, USE ANY ONE STYLESHEET FROM TWO STYLESHEETS (green or red) HERE-->
<link href="assets/css/themes/black.css" id="mainCSS" rel="stylesheet" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css' />
<script data-ad-client="ca-pub-3219926648482446" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://analytics.ahrefs.com/analytics.js" data-key="kB9p6T95HILBnxAEisJpTA" async></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5SQGLX4C7W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5SQGLX4C7W');
</script>
</head>
<body >
<!--END STYLE SWITCHER-->
<div class="navbar navbar-inverse navbar-fixed-top move-me" id="menu">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img class="logo-custom" src="assets/img/logo.png" alt="" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.html">BACK</a></li>
<li ><a href="#">MINDUSTRY</a></li>
<li><a href="#features">GAMEMODES</a></li>
<li><a href="#guide">GUIDES</a></li>
<li ><a href="#expboard">EXP LEADERBOARD</a></li>
</ul>
</div>
</div>
</div>
<!--NAVBAR SECTION END-->
<section class="header-sec" id="home" >
<div class="overlay">
<div class="container">
<div class="row text-center" >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h2 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
Mindustry
</strong>
</h2>
<p data-scroll-reveal="enter from the bottom after 0.8s">
Download the game for free from <a href="https://anuke.itch.io/mindustry"> here</a>.
</p>
<br />
</div>
</div>
</div>
</div>
</section>
<!--HEADER SECTION END-->
<section class="features" id="features">
<div class="container">
<div class="row text-center" >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
Awesome Gamemodes
</strong>
</h3>
</div>
</div>
<div class="row text-center just-pad" >
<div class="col-lg-4 col-md-4 col-sm-4" data-scroll-reveal="enter from the left after 0.2s" >
<i class=" fa fa-swords fa-5x "></i>
<h4 ><strong> PVP </strong></h4>
<p>
Compete with other players on up to 4 different teams to destroy each other's cores. Create units, or attack other bases directly with your mechs.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4" data-scroll-reveal="enter from the top after 0.4s" >
<i class=" fal fa-hexagon fa-5x "></i>
<h4 ><strong> Hex pvp </strong></h4>
<p>
Players spawn in hexes to capture and conquer other hexes.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4" data-scroll-reveal="enter from the right after 0.7s">
<i class=" fa fa-swords fa-5x "></i>
<h4 ><strong> Turbo PVP </strong></h4>
<p>
A fast paced pvp where some blocks are overpowered.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4" data-scroll-reveal="enter from the left after 0.8s" >
<i class=" fa fa-campfire fa-5x "></i>
<h4 ><strong> Survival </strong></h4>
<p>
Build turrets to defend from enemies in tower-defense based gameplay. Survive as long as possible, optionally launching your core to use your collected resources for research. Prepare your base for intermittent attacks from airborne bosses.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4" data-scroll-reveal="enter from the bottom after 1.4s" >
<i class=" fa fa-dagger fa-5x "></i>
<h4 ><strong> Attack </strong></h4>
<p>
Build factories for units to destroy the enemy cores, while simultaneously defending your base from waves of enemy units. Create a variety of different types of support and offensive unit to assist you in your goals. Optionally enable an AI that builds defensive structures to an extra challenge.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4" data-scroll-reveal="enter from the right after 0.8s" >
<i class=" fa fa-campfire fa-5x "></i>
<h4 ><strong> Sandbox </strong></h4>
<p>
Play around with infinite resources and no enemy threat. Use sandbox-specific item and liquid source blocks to test out designs, and spawn in enemies on request.
</p>
</div>
</div>
</div>
</section>
<!--FEATURES SECTION END-->
<section class="testi-sec" >
<div class="overlay">
<div class="container">
<div class="row text-center" >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
What Our Members Says
</strong>
</h3>
<h4 data-scroll-reveal="enter from the bottom after 0.8s">
<i class="fa fa-quote-left "></i> The Alex Server is quite a lively server,
full of friendly mods that are more often than not willing to negotiate/help than punish,
and people that are more than willing to help with any problems you might have,
whether it be coding or gaming. Not to mention the currency system,
allowing friendly competition among members. Also memes.
<i class="fa fa-quote-right "></i>
<br />
<span class="pull-right"><strong>-Whalet296
#9403</strong></span>
</h4>
<span></span>
</div>
</div>
</div>
</div>
</section>
<!--TESTIMONIAL SECTION END-->
<!--DEVELOPERS SECTION END-->
<!--PRICING SECTION END-->
<section class="guide" id="guide" >
<div class="container">
<div class="row text-left " >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong> Mindustry Guide </strong>
</h3>
<h5> Gameplay</h5>
<ul>
<li>Create elaborate supply chains of conveyor belts to feed ammo into your turrets and produce materials to use for building</li>
<li>Use production blocks to create a wide variety of advanced materials</li>
<li>Defend your structures from waves of enemies</li>
<li>Play with your friends in cross-platform multiplayer co-op games, or challenge them in team-based PvP matches</li>
<li>Distribute liquids and fight constant challenges, like outbreaks of fire or enemy flier raids</li>
<li>Get the most out of your production by supplying optional coolant and lubricant</li>
<li>Produce a wide variety of units for automatic management of your base or assault on enemy bases</li>
</ul>
<h5> Links</h5>
<ul>
<li>Free download: https://anuke.itch.io/mindustry </li>
<li>Steam link: https://store.steampowered.com/app/1127400/Mindustry/ </li>
<li>How to Play: https://mindustry.fandom.com/wiki/Strategies </li>
</ul>
</div>
</div>
</div>
</section>
<!--CONTACT SECTION END-->
<section class="contact" id="expboard" >
<div class="container">
<div class="row text-center " >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
EXP leaderboard
</strong>
</h3>
</div>
</div>
<a href="https://charts.mongodb.com/charts-project-0-wfwdj/embed/charts?id=779c31a4-a0f3-4837-a585-5ba99cc4667c&autoRefresh=300&theme=light"><div class="row" id="expboard">
<div class="col-lg-6 col-md-6 col-sm-6" data-scroll-reveal="enter from the right after 0.2s">
<iframe style="background: #FFFFFF;border: none;border-radius: 2px;box-shadow: 0 2px 10px 0 rgba(70, 76, 79, .2);" width="1040" height="480" src="https://charts.mongodb.com/charts-project-0-wfwdj/embed/charts?id=779c31a4-a0f3-4837-a585-5ba99cc4667c&autoRefresh=300&theme=light" id="ifrme"></iframe>
</div>
</div>
</a>
</div>
</section>
<div class="myfooter" >
</div>
<!--FOOTER SECTION END-->
<!-- Jquery Core Script -->
<script src="assets/js/jquery-1.10.2.js"></script>
<!-- Core Bootstrap Script -->
<script src="assets/js/bootstrap.js"></script>
<!-- Scrolling Reveal Script -->
<script src="assets/js/scrollReveal.js"></script>
<!-- Scroll Scripts -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- Style Switcher Scripts -->
<script src="assets/js/styleSwitcher.js"></script>
<!-- Custom Scripts -->
<script src="assets/js/custom.js"></script>
</body>
</html>