-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
378 lines (332 loc) · 9.2 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
<!doctype html>
<html ⚡ lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="description" content="Home page of Zombusters video game">
<link rel="preload" as="script" href="https://cdn.ampproject.org/v0.js">
<link rel="preload" href="hero-img.jpg" as="image">
<link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com/" crossorigin>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<script async custom-element="amp-video" src="https://cdn.ampproject.org/v0/amp-video-0.1.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style amp-custom>
/* -----------------------
Base styles
------------------------*/
body
{
margin: 0;
padding: 0;
color: #333;
background-color: #eee;
font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6
{
margin: 0 0 .5em;
font-weight: 500;
line-height: 1.1;
}
h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */
p
{
margin: 0 0 1.5em;
line-height: 1.5;
}
blockquote
{
padding: 1em 2em;
margin: 0 0 2em;
border-left: 5px solid #eee;
}
hr
{
height: 0;
margin-top: 1em;
margin-bottom: 2em;
border: 0;
border-top: 1px solid #ddd;
}
table
{
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
border-top: 1px solid #ddd;
}
th, td
{
padding: .5em 1em;
vertical-align: top;
text-align: left;
border-bottom: 1px solid #ddd;
}
a:link { color: royalblue; }
a:visited { color: purple; }
a:focus { color: black; }
a:hover { color: green; }
a:active { color: red; }
/* -----------------------
Layout styles
------------------------*/
.container
{
max-width: 50em;
margin: 0 auto;
}
.header
{
color: #fff;
background: #999;
padding: 1em 1.25em;
}
.header-heading { margin: 0; }
.nav-bar
{
background: #000;
padding: 0;
}
.content
{
padding: 1em 1.25em;
background-color: #fff;
}
.footer
{
color: #fff;
background: #000;
padding: 1em 1.25em;
}
/* -----------------------
Nav
------------------------*/
.nav
{
margin: 0;
padding: 0;
list-style: none;
}
.nav li
{
display: inline;
margin: 0;
}
.nav a
{
display: block;
padding: .7em 1.25em;
color: #fff;
text-decoration: none;
border-bottom: 1px solid gray;
}
.nav a:link { color: white; }
.nav a:visited { color: white; }
.nav a:focus
{
color: black;
background-color: white;
}
.nav a:hover
{
color: white;
background-color: green;
}
.nav a:active
{
color: white;
background-color: red;
}
/* -----------------------
Single styles
------------------------*/
.img-responsive { max-width: 100%; }
.btn
{
color: #fff !important;
background-color: royalblue;
border-color: #222;
display: inline-block;
padding: .5em 1em;
margin-bottom: 0;
font-weight: 400;
line-height: 1.2;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: .2em;
text-decoration: none;
}
.btn:hover
{
color: #fff !important;
background-color: green;
}
.btn:focus
{
color: #fff !important;
background-color: black;
}
.btn:active
{
color: #fff !important;
background-color: red;
}
.table
{
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.list-unstyled
{
padding-left: 0;
list-style: none;
}
.list-inline
{
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li
{
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
/* -----------------------
Wide styles
------------------------*/
@media (min-width: 42em)
{
.header { padding: 1.5em 3em; }
.nav-bar { padding: 1em 3em; }
.content { padding: 2em 3em; }
.footer { padding: 2em 3em; }
.nav li
{
display: inline;
margin: 0 1em 0 0;
}
.nav a
{
display: inline;
padding: 0;
border-bottom: 0;
}
}
</style>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<link rel="canonical" href=".">
<title>Retrowax - Zombusters</title>
<script type="application/ld+json">
{
"@context": "http://zombusters.com",
"@type": "Webpage",
"url": "https://www.zombusters.com",
"name": "Zombusters video game",
"headline": "Zombusters - action pixel art video game",
"description": "A fun and old-school action video game with zombies and different power-ups and enemies",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.zombusters.com"
},
"publisher": {
"@type": "Organization",
"name": "Retrowax Games",
"logo": {
"url": "https://www.retrowax.com/retrowax-logo.svg",
"width": 175,
"height": 60,
"@type": "ImageObject"
}
},
"image": {
"@type": "ImageObject",
"url": "https://www.zombusters.com/leader.png",
"width": 1200,
"height": 630
}
}
</script>
</head>
<body>
<div id="navbar-top" class="nav-bar">
<div class="container">
<ul class="nav">
<li><a href="http://www.retrowax.com" target="_blank">Retrowax</a></li>
<li><a href="https://twitter.com/retrowaxgames" target="_blank">Twitter</a></li>
</ul>
</div>
</div>
<amp-img src="images/zombusters-header.jpg"
width="960"
height="250"
layout="responsive"
alt="This is a hero image which should be loaded as fast as possible">
</amp-img>
<div class="content">
<div class="container">
<div class="main">
<div id="">
<a href="https://store.steampowered.com/app/1272300/Zombusters/"><b>AVAILABLE FOR DOWNLOAD ON STEAM</b></a><br/><br/>
</div>
<p>
<iframe width="720" height="460" src="https://www.youtube-nocookie.com/embed/BbYRxxzWzkI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<div id="game-description">
<p>
There is something strange in the neighbourhood. There are a lot of Zombies in our city, the zombie invasion is here! We need to stop them!
<br/>
<br/>
<b>WHO YOU GONNA CALL?</b>
<br/><br/>
It will let you sticked on your seat until the end. Its 2D graphics and isometric view make it a different specie in its genre. You will have to face a horde of Zombies that try to get you down with the help of various weapons/power ups and different moving styles.
<br/><br/>
<b>Features</b>
<br/>
<ul>
<li>Cool Weapons and Power-Ups</li>
<li>Leaderboards</li>
<li>Cool Indie Original Soundtrack (12 Tracks)</li>
<li>10 Different Maps</li>
<li>4 Playable Characters</li>
<li>Input: Keyboard&Mouse and Gamepad (Xbox360)</li>
<li>Cool Pixel Art graphics</li>
</ul>
</p>
<p><iframe src="https://store.steampowered.com/widget/1272300/" frameborder="0" width="646" height="190"></iframe></p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
© Copyright 2011 - 2020 <a href="http://retrowax.com/">Retrowax Games</a>
</div>
</div>
<amp-analytics type="gtag" data-credentials="include">
<script type="application/json">
{
"vars" : {
"gtag_id": "UA-1125526-14",
"config" : {
"UA-1125526-14": {
"groups": "default"
}
}
}
}
</script>
</amp-analytics>
</body>
</html>