This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmaintenance.php
163 lines (150 loc) · 8.56 KB
/
maintenance.php
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SoA - Maintenance</title>
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon.ico" />
<link rel="stylesheet" href="/styles/normalise.css" type="text/css" />
<link rel="stylesheet" href="/styles/soa.min.css" type="text/css" />
<link rel="stylesheet" href="/assets/fonts/the_league_of_orbitron/Orbitron.css" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8">
<meta name="keywords"
content="seed of andromeda, SoA, Windows, PC, Mac, Linux, Voxel, Voxel-Based, Voxel Game, Voxel-Based Game, indie game, independent game, independently developed, video game, pc game, creation, survival, chunks, blocks, sci fi" />
<meta name="description"
content="Seed Of Andromeda is a Voxel based Sandbox RPG in a futuristic setting. The player will crash land on a fully round voxel planet and will be forced to survive hostile creatures. As the player progresses through the game, they will be able to form settlements, develop technology, and eventually escape the rock they are stranded on!" />
<meta name="og:title"
content="Seed of Andromeda" />
<meta name="og:description"
content="Seed Of Andromeda is a Voxel based Sandbox RPG in a futuristic setting. The player will crash land on a fully round voxel planet and will be forced to survive hostile creatures. As the player progresses through the game, they will be able to form settlements, develop technology, and eventually escape the rock they are stranded on!" />
<meta name="og:site_name"
content="seedofandromeda" />
<meta name="og:type"
content="game" />
<meta name="og:url"
content="https://www.seedofandromeda.com/" />
<meta name="og:image"
content="https://www.seedofandromeda.com/assets/images/soa_icon.png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
<script src="/scripts/lightbox-2.6.js"></script>
<link href="/styles/lightbox.css" rel="stylesheet" />
<script src="/scripts/soa.js"></script>
<script src="/scripts/jquery.sticky.js"></script>
<script>
$(document).ready(function () {
$("#nav-bar").sticky({ topSpacing: 0 });
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46451794-1', 'seedofandromeda.com');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="main">
<a href="#">
<div id="header"></div>
</a>
<div id="content-wrapper">
<div id="nav-bar">
<ul id="navigation">
<li class="home"><a href="#">Home</a></li>
<li class="about"><a href="#">About</a>
<div class="dropdown-wrapper">
<ul class="dropdown">
<li><a href="#">The Game</a></li>
<li><a href="#">The Team</a></li>
</ul>
</div>
</li>
<li class="media"><a href="#">Media</a>
<div class="dropdown-wrapper">
<ul class="dropdown">
<li><a href="#">Downloads</a></li>
<li><a href="#">Screenshots</a></li>
<li><a href="#">Videos</a></li>
</ul>
</div>
</li>
<li class="community"><a href="#">Community</a>
<div class="dropdown-wrapper">
<ul class="dropdown">
<li><a href="#">Forums</a></li>
<li><a href="#">Mods</a></li>
<li><a href="#">IRC</a></li>
<li><a href="http://www.reddit.com/r/seedofandromeda/" target="_blank">Reddit</a></li>
</ul>
</div>
</li>
<li class="store"><a href="#">Store</a></li>
<li class="blogs"><a href="#">Dev Blogs</a></li>
</ul>
<div id="account-bar">
<img class="account-image" src="assets/images/DefaultUser_NoSignIn_ProfImg.png" />
<div class="account-overview">
<span class="account-name">Not Logged In</span>
</div>
<div class="account-log-in-wrapper">
<ul class="account-log-in">
<form method='post' action='#'>
<div class="input">
<span>Username:</span> <input type='text'
style="padding-right: 0;" id="username" name='login'
placeholder="Username" />
</div>
<div class="input">
<span>Password:</span> <input type='password'
style="padding-right: 0;" id='password' name='password'
placeholder="Password" />
</div>
<div class="input">
<span>Remember Me:</span> <div class="checkbox"> <input id="remember"
type='checkbox' style="padding-right: 0;" name='remember' />
<label for="remember"></label>
</div>
</div>
<input type="hidden" name="cookie_check" value="1"> <input
type="hidden" name="redirect" value="#">
<div class="account-log-in-submit"><input type="hidden" name="_xfToken" value="#"> <input
type='submit' value='submit' onClick='prepare_login();'
class="left" /><span class="account-log-in-register"> or <a href="#">register</a>.</span></div>
</form>
</ul>
</div>
</div>
</div>
<div id="content-outer">
<div class="content-border content-border-0" style="width: 1053px;">
<div class="content-border content-border-1" style="width: 1051px;">
<div class="content-border content-border-2" style="width: 1049px;">
<div class="content-border content-border-3" style="width: 1047px;">
<div class="content-border content-border-2" style="width: 1045px;">
<div class="content-border content-border-1" style="width: 1043px;">
<div class="content-border content-border-0" style="width: 1041px;">
<div class="row clearfix">
<div class="header"><h1 class="error">Maintenance</h1></div>
<div class="col double-col-2" style="text-align:center;">
<div class="text error">
This section of the site is currently down for maintenance! We apologise for the inconvenience.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer-buffer"></div>
<div id="footer">Copyright © 2014 SeedofAndromeda.com</div>
</div>
</body>
</html>