-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
112 lines (108 loc) · 6.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mindustry</title>
<!-- Metadata -->
<meta name="keywords" content="Mindustry, mindustrygame, tower-defense, game" />
<meta name="description" content="A sandbox tower-defense game." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<!-- OpenGraph Metadata-->
<meta property="og:title" content="Mindustry">
<meta property="og:description" content="A sandbox tower-defense game." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://mindustrygame.github.io" />
<meta property="og:image" content="https://mindustrygame.github.io/icon.png" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<!-- <meta name="twitter:site" content="@publisher_handle"> -->
<meta name="twitter:title" content="Mindustry">
<meta name="twitter:description" content="A sandbox tower-defense game.">
<meta name="twitter:image:src" content="https://mindustrygame.github.io/images/header.png">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />-->
<link rel="icon" href="./icon.png?type=ico">
<link rel="stylesheet" async href="./styles.css">
<script type="module" src="./script.ts" defer></script>
</head>
<body>
<div class="tint">
<div id="modal" class="modal">
<span class="close" tabindex=0 onclick="document.getElementById('modal').style.display='none'">×</span>
<img class="modal-content" id="modalimg">
</div>
<div align="center">
<ul>
<div align="center">
<img src="images/header.png?as=webp" alt="Mindustry Logo" class="header"
style="margin:4px; margin-top: 10px;"><img>
</div>
<div class="project">
<div align="center">
<ul>
<br>
<a class="button icon" href="https://github.com/Anuken/Mindustry"><span
style="background: url(images/icons/icon-dev-builds.png);">GitHub</span></a>
<a class="button icon" href="https://trello.com/b/aE2tcUwF/mindustry-trello"><span
style="background: url(images/icons/icon-trello.png);">Trello</span></a>
<a class="button icon" href="https://discord.gg/mindustry"><span
style="background: url(images/icons/icon-discord.png);">Discord</span></a>
<a class="button icon" href="https://mindustrygame.github.io/wiki"><span
style="background: url(images/icons/icon-wiki.png);">Wiki</span></a>
<br>
<div style="height: 40px"></div>
<a class="button icon"
href="https://play.google.com/store/apps/details?id=io.anuke.mindustry"><span
style="background: url(images/icons/icon-google-play.png);">Google Play</span></a>
<a class="button icon" href="https://f-droid.org/packages/io.anuke.mindustry/"><span
style="background: url(images/icons/icon-fdroid.png);">F-Droid</span></a>
<a class="button icon"
href="https://apps.apple.com/us/app/mindustry/id1385258906?ign-mpt=uo%3D8"><span
style="background: url(images/icons/icon-link.png);">App Store</span></a>
<a class="button icon" href="https://anuke.itch.io/mindustry"><span
style="background: url(images/icons/icon-itch.io.png);">itch.io</span></a>
<div style="height: 25px"></div>
</div>
<div class="center">
<h2>
<b>Mindustry:</b> A sandbox tower-defense game.
</h2>
</div>
<main>
<div class="center">
<ul class="boxes">
<div class="box">
Defend your base from <span style="color: #f4ba6e">waves of powerful enemies</span>.
<br>
<img class="zoomer"
alt="A high-level Mindustry base in combat with a wave of many low-level enemies."
src="images/1.png?as=webp" type="image/webp"></img>
</div>
<div class="box">
Build complex designs for <span style="color: #f4ba6e">processing materials</span>.
<br>
<img class="zoomer"
alt="A peaceful Mindustry game with various end-game factories."
src="images/2.png?as=webp" type="image/webp"></img>
</div>
<div class="box">
Build and fight with other players on <span style="color: #f4ba6e">multiplayer
servers</span>.
<br>
<img class="zoomer"
alt="A peaceful Mindustry game with mid-tier factories while players wander and build."
src="images/3.png?as=webp" type="image/webp"></img>
</div>
<iframe title="Buy Mindustry on Steam" src="https://store.steampowered.com/widget/1127400/"
frameborder="0" width="100%" height="190"></iframe>
<iframe title="Get Mindustry on itch.io" frameborder="0"
src="https://itch.io/embed/140169?bg_color=222222&fg_color=eeeeee&link_color=f4ba6e&border_color=363636"
width="101.2%" style="margin-left: -6px" height="167"></iframe>
</ul>
</div>
</main>
</div>
</ul>
</div>
</div>
</body>
</html>