-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (60 loc) · 3.88 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
<!DOCTYPE html>
<html>
<head>
<title>Homepage - Raxys Games</title>
<link href="css/main.css" type="text/css" rel="stylesheet">
<link href="css/index.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">
<!-- VOID -->
</div>
<!-- ==== CONTENT ==== -->
<div id="content" class="main">
<div id="content_left">
<div class="post">
<h4 class="post_date">August 20th, 2015</h4>
<h2 class="post_title">NEW FEATURES (AND CHANGES) COMING WITH GEOMETRY JUNK UPDATE</h2>
<p class="thumbnail"><img src="img/geometry_junk_update192.png" alt="Geometry Junk" width="399" height="192"></p>
<p>Hi everybody! It has been a long time since our last post, so we want to share with you some informations about the next update of Geometry Junk.</p>
<p>First, let's talk about the premium version of the game. Geometry Junk has been available on Google Play Store for a few months as a freemium game and some of its features (i.e. Rush Mode and collectibles) have been limited to users who have bought the "Super" version. This situation is going to change, as <b>all the features of Super Geometry Junk will become available to everyone</b> with the next update.</p>
<p>Second, we will introduce <b>new elements to customize your character</b>. You'll be able to change the head and the colour of your hero, starting with 36 heads and 12 colours (more to come). Contextually, we will introduce a kind-of in-game currency called N&B: players will gain N&Bs after every match played, then they can recycle them to create new heads and colours for customization.</p>
<p>Third, we're planning to switch from Google Play Games services to a different backend solution in order to offer more functionalities. You can expect the return of achievements and leaderboards, but we're additionally working on cloud data backup. It will take time to implement a new backend, but this should help us to deliver the full set of Geometry Junk features to other mobile platforms too.</p>
<p>As you can see, we have great plans for Geometry Junk and we're already working to make them come true. We cannot provide a release date for now, but everything should be ready in a few months. I hope you'll continue to support us, check our site from time to time for the latest news about Geometry Junk development.</p>
</div>
</div>
<div id="content_right">
<div>
<p>Welcome to Raxys Games official website.</p>
<p>Raxys Games is a young (mostly one-man) team involved in indie game development, based in Italy.</p>
<p>Our goal is to make simple games that everyone can enjoy. We are developers but we are gamers above all, so we like working in very close contact with users.</p>
<p>Raxys Games is an idea of Gerardo Considerato. </p>
</div>
<div id="contact">
<p>Follow us:<br>
<a href="http://www.facebook.com/RaxysGames" target="_blank">Facebook</a> | <a href="http://twitter.com/RaxysGames" target="_blank">Twitter</a> | <a href="http://plus.google.com/+RaxysGamesOfficial" rel="publisher" target="_blank">Google+</a> | <a href="http://www.youtube.com/c/RaxysGamesOfficial" target="_blank">YouTube</a>
</p>
<p>Contact us:<br>
<a href="mailto:[email protected]">Email</a>
</p>
</div>
</div>
</div>
<!-- ==== FOOTER ==== -->
<div id="footer" class="main">
2015 © Raxys Games, All rights reserved
</div>
</body>
</html>