-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (88 loc) · 3.47 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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Tanks! An Arcade Panzer Battle Game</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
.tank_logo {
background: url(images/logo.png) 0 0 no-repeat;
width: 100%;
height: 100%;
background-size: 100%;
margin-top: 8px;
margin-left: 2px;
}
</style>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<div class="tank_logo"></div>
</div>
<div class="content">
<div class="inner">
<h1>Tanks!</h1>
<h2>Arcade Panzer Battle Game</h2>
<p><!--[-->Now available on the App Store<!--]--></p>
</div>
</div>
<nav>
<ul>
<li><a href="#game">Game</a></li>
<!--<li><a href="#developer">Developer</a></li>-->
<li><a href="#contact">Support</a></li>
<!--<li><a href="#press_kit">Press Kit</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<article id="game">
<h2 class="major">Game</h2>
<span class="image main"><img src="images/tutorial/keys_collect.png" alt="" /></span>
<span class="image main"><img src="images/tutorial/stars_collect.png" alt="" /></span>
<span class="image main"><img src="images/tutorial/ammo_collect.png" alt="" /></span>
</article>
<article id="developer">
<h2 class="major">Developer</h2>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<p>Huhu</p>
</article>
<article id="contact">
<h2 class="major">Support form</h2>
<p><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfpn3NNWyhPxRhAGAA68rhEXc4xAtMSBU0BGb76D-0v8h1o8g/viewform?embedded=true" width="100%" height="1100" frameborder="0" marginheight="0" marginwidth="0">loading...</iframe>
</p>
<h2 class="major">Support</h2>
<p>Please contact me via twitter or open an issue on the github page.</p>
<ul class="icons">
<li><a href="https://twitter.com/dub_speed" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/dubspeed/tanks/issues" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Michael Lennartz. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>