-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeometryjunk.html
130 lines (113 loc) · 4.48 KB
/
geometryjunk.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
<!DOCTYPE html>
<html>
<head>
<title>Geometry Junk - Raxys Games</title>
<link href="css/main.css" type="text/css" rel="stylesheet">
<link href="css/geometryjunk.css" type="text/css" rel="stylesheet">
<link href="css/lightbox.css" type="text/css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- ==== NAVBAR ==== -->
<div id="navbar" class="main">
<img id="logo" src="img/logo_mini.png" alt="Logo" width="40" height="40">
<img id="title" src="img/weblogo.png" alt="Raxys Games" width="82" height="30">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="geometryjunk.html">PRODUCTS</a></li>
<li><a href="privacy.html">TERMS</a></li>
</ul>
</div>
<!-- ==== BANNER ==== -->
<div id="banner" class="main">
<img src="img/banner.png" alt="Geometry Junk" width="1024" height="500">
</div>
<!-- ==== INTRO ==== -->
<div id="intro" class="main">
<p>Catch the pieces of junk that fall down from the top of the screen and throw them in the correct bin. You have to be fast: if the pieces stop on the ground, they will explode! However, they're not the only dangerous thing out there...</p>
</div>
<!-- ==== FEATURES ==== -->
<div id="features" class="main">
<h3>GAME FEATURES</h3>
<ul>
<li>Two game modes: the original CLASSIC for everyone, the new RUSH for veterans! (more coming soon)</li>
<li>Online leaderboards: compete with your friends and reach the highest score!</li>
<li>Achievements to unlock: challenge yourself and beat the game!</li>
<li>More than 50 trinkets to collect: try to get them all!</li>
<li>Simple addictive game play: easy to learn, hard to master!</li>
</ul>
</div>
<!-- ==== TRAILER ==== -->
<div id="trailer" class="main">
<div id="video">
<iframe width="853" height="480" src="https://www.youtube.com/embed/ZAftwpwTl5k" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<!-- ==== GALLERY ==== -->
<div id="gallery" class="main">
<div>
<a href="img/S1.png" data-lightbox="gallery">
<img src="img/S1.png" alt="SCREENSHOT 1" width="200">
</a>
<a href="img/S2.png" data-lightbox="gallery">
<img src="img/S2.png" alt="SCREENSHOT 2" width="200">
</a>
<a href="img/S3.png" data-lightbox="gallery">
<img src="img/S3.png" alt="SCREENSHOT 3" width="200">
</a>
<a href="img/S4.png" data-lightbox="gallery">
<img src="img/S4.png" alt="SCREENSHOT 4" width="200">
</a>
<a href="img/T1.png" data-lightbox="gallery">
<img src="img/T1.png" alt="SCREENSHOT 5" width="200">
</a>
<a href="img/T2.png" data-lightbox="gallery">
<img src="img/T2.png" alt="SCREENSHOT 6" width="200">
</a>
<a href="img/T3.png" data-lightbox="gallery">
<img src="img/T3.png" alt="SCREENSHOT 7" width="200">
</a>
<a href="img/T4.png" data-lightbox="gallery">
<img src="img/T4.png" alt="SCREENSHOT 8" width="200">
</a>
<a href="img/TF1.png" data-lightbox="gallery">
<img src="img/TF1.png" alt="SCREENSHOT 9" width="200">
</a>
<a href="img/TF2.png" data-lightbox="gallery">
<img src="img/TF2.png" alt="SCREENSHOT 10" width="200">
</a>
<a href="img/TF3.png" data-lightbox="gallery">
<img src="img/TF3.png" alt="SCREENSHOT 11" width="200">
</a>
</div>
</div>
<!-- ==== VERSIONS ==== -->
<div id="versions" class="main">
<p>The Basic version includes the main features of the game: CLASSIC mode, achievements and leaderboards. <br>
Get the Super version (in-app) for getting extra contents: additional game modes, collectibles and future add-ons. It also removes ads, of course!</p>
</div>
<!-- ==== PLATFORMS ==== -->
<div id="platforms" class="main">
<p>DOWNLOAD IT NOW, FOR FREE</p>
</div>
<!-- ==== STORES ==== -->
<div id="stores" class="main">
<div>
<a href="http://play.google.com/store/apps/details?id=com.raxysgames.geometryjunk" target="_blank">
<img src="img/google_play_badge.png" alt="SCREENSHOT 1" height="72">
</a>
</div>
</div>
<!-- ==== EPILOGUE ==== -->
<div id="epilogue" class="main">
<p>Don't forget to rate the game after playing. Please <a href="mailto:[email protected]">contact us</a> if you encounter errors or problems, we will do our best to solve them. Your feedback is essential.</p>
</div>
<!-- ==== FOOTER ==== -->
<div id="footer" class="main">
2015 © Raxys Games, All rights reserved
</div>
<!-- ==== SCRIPTS ==== -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/lightbox.min.js"></script>
</body>
</html>