-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex6.html
425 lines (395 loc) · 15 KB
/
index6.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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
.gfg-horizontal-container {
position : relative;
width: 600px;
}
.gfg-horizontal-root {
_height : 100%;
position : relative;
overflow : hidden;
text-align : center;
padding : 5px;
}
.gfg-horizontal-root .gfg-title {
font-weight : bold;
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
float : left;
padding-left : 10px;
padding-right : 12px;
}
.gfg-horizontal-root .gfg-entry {
width : auto;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 0px;
margin-left : 0px;
padding-left : 10px;
color: #f1a400;
}
.gfg-horizontal-root .gfg-entry A {
font-family: helvetica, arial, sans-serif;
text-shadow: none;
pointer-events: none;
cursor: default;
}
/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
position : relative;
width : 100%;
height : 100%;
line-height : 1.5em;
overflow : hidden;
}
.gfg-horizontal-root .gfg-list {
display : none;
}
/*
* FeedControl customizations.
*/
.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
display : none;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-title {
color: #fefefe;
margin-right : 3px;
float : left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
float : left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
display : block;
color: #AAAAAA;
}
.gfg-branding {
display:none;
}
body {
background-color: black;
color: white;
font-family: helvetica,arial,sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}
@font-face {
font-family: promethean;
src: url( //www.lacunaexpanse.com/promethean.eot ); /* ie */
src: local("Promethean"), url( //www.lacunaexpanse.com/promethean.ttf ) format("truetype"); /* non ie */
}
.bkg {
background-position: center;
background-repeat: no-repeat;
margin: 0;
padding: 0;
}
A {
font-family: promethean, impact, helvetica, arial, sans-serif;
font-color: white;
color: white;
text-decoration: none;
text-shadow: #00aeff -5px -5px 9px,#00aeff 5px -5px 9px,#00aeff -5px 5px 9px,#00aeff 5px 5px 9px;
}
A:hover {
text-shadow: #00ffff -5px -5px 9px,#00ffff 5px -5px 9px,#00ffff -5px 5px 9px,#00ffff 5px 5px 9px;
}
#navbar {
position: absolute;
left: 50%;
top: 12px;
width: 800px;
margin-left: -400px;
}
.nav {
font-size: 20px;
}
#subnav {
position: absolute;
left: 50%;
top: 1855px;
width: 550px;
margin-left: -380px;
text-align: center;
font-size: 13px;
}
#playfreenow {
position: absolute;
left: 50%;
top: 175px;
width: 300px;
margin-left: -410px;
font-size: 40px;
text-align: center;
}
h1 {
font-size: 16px;
font-weight: normal;
display: inline;
margin: 0;
padding: 0;
}
#joinus {
color: #f1a400;
margin-bottom: 20px;
}
#copyright {
font-size: 12px;
text-shadow: black 1px 1px 3px;
position: absolute;
left: 50%;
top: 920px;
width: 180px;
margin-left: 200px;
}
#gamedesc {
text-shadow: black 1px 1px 3px;
position: absolute;
left: 50%;
top: 425px;
width: 350px;
margin-left: -350px;
}
#features {
text-shadow: black 1px 1px 3px;
position: absolute;
left: 50%;
top: 1050px;
width: 660px;
margin-left: -320px;
}
#icons {
position: absolute;
left: 50%;
top: 440px;
width: 50px;
margin-left: 50px;
}
img {
border: 0;
}
#screenshots {
position: absolute;
left: 50%;
top: 665px;
width: 235px;
margin-left: 142px;
}
#screenshots a img {
width: 110px;
height: 63px;
}
#trailer1place {
position: absolute;
left: 50%;
top: 284px;
width: 235px;
margin-left: 176px;
}
#trailer1place a img {
width: 192px;
height: 105px;
}
#trailer2place {
position: absolute;
left: 50%;
top: 465px;
width: 235px;
margin-left: 176px;
}
#trailer2place a img {
width: 192px;
height: 105px;
}
</style>
<link rel="icon" href="//s3.amazonaws.com/www.lacunaexpanse.com/favicon.png" type="image/png">
<link rel="SHORTCUT ICON" href="//s3.amazonaws.com/www.lacunaexpanse.com/favicon.ico">
<link rel="stylesheet" href="//s3.amazonaws.com/www.lacunaexpanse.com/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen">
<meta name="description" content="A free massively multiplayer online space strategy game. Play it in your browser or through the free iPhone app!">
<meta property="og:title" content="The Lacuna Expanse">
<meta property="og:type" content="game">
<meta property="og:url" content="http://www.lacunaexpanse.com/">
<meta property="og:image" content="http://s3.amazonaws.com/www.lacunaexpanse.com/logo.png">
<meta property="fb:admins" content="1647395831">
<meta name="google-site-verification" content="aOjW51R2Ev8qeHwmIHI0sCKE2IN5yJcZp2bR9H6Dgew">
<meta name="msvalidate.01" content="9CECAFF79940E766AC5222FB3105F124">
<link rel="browser-game-info" href="http://www.lacunaexpanse.com/browser-games-hub.xml">
<title>The Lacuna Expanse - Massively Multiplayer Online Space Strategy Game</title>
</head>
<body>
<div id="playfreenow">
<a href="/servers.html" rel="playlink">Play Free<br>Now!</a>
</div>
<div id="navbar">
<a href="/servers.html" style="margin-right: 55px; margin-left: 70px;" class="nav" rel="playlink">Play</a>
<a href="/media/" style="margin-right: 40px;" class="nav">Media</a>
<a href="/tutorial/" style="margin-right: 25px;" class="nav">Tutorial</a>
<a href="//community.lacunaexpanse.com/forums" style="margin-right: 35px;" class="nav">Forums</a>
<a href="//community.lacunaexpanse.com/forums/news" style="margin-right: 55px;" class="nav">News</a>
<a href="//community.lacunaexpanse.com/wiki" style="margin-right: 55px;" class="nav">Wiki</a>
<a href="/help/" class="nav">Help</a>
</div>
<div style="background-image: url(v3/bkg_01.jpg);height: 496px;" class="bkg"> </div>
<div style="background-image: url(v3/bkg_02.jpg);height: 702px;" class="bkg"> </div>
<div style="background-image: url(v3/bkg_03.jpg);height: 801px;" class="bkg"> </div>
<div style="background-image: url(v3/bkg_04.jpg);height: 936px;" class="bkg"> </div>
<div id="gamedesc">
<p>The Lacuna Expanse is a region of space with millions of habitable worlds. You can play with or compete against thousands of players as you build your empire, fight off spies in a battle for cold war supremacy, form alliances, search the expanse for lost ancient artifacts, and more.</p>
<div id="joinus">Join thousands of other players online right now in this <h1>massively multiplayer online space strategy game</h1>. Play for free on the web or on your iPhone.</div>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lacunaexpanse.com%2F&layout=standard&show_faces=true&width=350&action=like&colorscheme=dark&height=60" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:350px; height:60px;" allowTransparency="true"></iframe>
<p> As you build out your civilization, you can watch it transform from a mere colony into a vibrant empire. </p>
<div style="text-align: center;"><img src="v3/buildup.gif"></div>
</div>
<div id="icons">
<a href="http://itunes.apple.com/us/app/the-lacuna-expanse/id396242951?mt=8"><img src="v3/appstore.png" alt="iTunes App Store" title="Download Lacuna from the iTunes app store."></a>
<a href="http://www.facebook.com/lacunaexpanse"><img src="v3/facebook.png" alt="Facebook" title="Check out Lacuna on Facebook."></a>
<a href="http://twitter.com/#!/lacunaexpanse"><img src="v3/twitter.png" alt="Twitter" title="Check out Lacuna on Twitter."></a>
<a href="//community.lacunaexpanse.com/forums/news.rss"><img src="v3/rss.png" alt="RSS News Feed" title="Keep up with Lacuna via our news RSS feed."></a>
<a href="https://us1.lacunaexpanse.com/"><img src="v3/chrome.png" alt="Chrome" title="Lacuna works great in Chrome."></a>
<a href="https://us1.lacunaexpanse.com/"><img src="v3/safari.png" alt="Safari" title="Lacuna works great in Safari."></a>
<a href="https://us1.lacunaexpanse.com/"><img src="v3/firefox.png" alt="Firefox" title="Lacuna works great in Firefox."></a>
<a href="https://us1.lacunaexpanse.com/"><img src="v3/ie.png" alt="Internet Explorer" title="Lacuna works great in IE 8 and 9."></a>
</div>
<div id="trailer1place">
<a href="#trailer1vid" id="trailer1"><img alt="Trailer" src="//s3.amazonaws.com/www.lacunaexpanse.com/wallpaper/explosion-thumb.jpg"></a>
<div style="display: none;">
<div id="trailer1vid" style="width:860px;height:520px;overflow:auto;">
<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/embed/efsJRdJ6dog?rel=0;autoplay=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div id="trailer2place">
<a href="#trailer2vid" id="trailer2"><img alt="Gameplay Trailer" src="//s3.amazonaws.com/www.lacunaexpanse.com/wallpaper/empire-thumb.jpg"></a>
<div style="display: none;">
<div id="trailer2vid" style="width:860px;height:520px;overflow:auto;">
<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/embed/L4h8x7O13ro?rel=0;autoplay=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div id="screenshots">
<a rel="screenshots" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/planetside.jpg" title="Looking at the surface of your planet."><img alt="Planet Surface" src="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/planetside-thumb.jpg"></a>
<a rel="screenshots" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/asteroid.jpg" title="Asteroids can be mined."><img alt="Asteroid" src="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/asteroid-thumb.jpg"></a>
<a rel="screenshots" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/large-lake.jpg" title="Decorate your planets with beautiful natural details."><img alt="Lake" src="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/large-lake-thumb.jpg"></a>
<a rel="screenshots" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/space.jpg" title="Space is vast with over a million planets to explore."><img alt="Space" src="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/space-thumb.jpg"></a>
<a rel="screenshots" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/zoomed-in.jpg" title="Zoom in for incredible detail."><img alt="Zoom" src="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/zoomed-in-thumb.jpg"></a>
<a rel="screenshots" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/starmap.jpg" title="Explore new worlds."><img alt="Star Map" src="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/starmap-thumb.jpg"></a>
<a rel="screenshots" style="display: none;" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/timers.jpg" title="Timers tell you what your planet is up to."></a>
<a rel="screenshots" style="display: none;" href="//s3.amazonaws.com/www.lacunaexpanse.com/screenshots/news.jpg" title="Every building gives you more information and adds detail to your planet."></a>
</div>
<div id="copyright">
© 2011 Lacuna Expanse Corp. All rights reserved.
</div>
<div id="features">
<div>Some features include...</div>
<ul style="float: left; width: 290px;">
<li>Persistent universe.</li>
<li>Integrated chat system.</li>
<li>Play anywhere with a browser or your iPhone.</li>
<li>Create your own species.</li>
<li>Enhance your species through genetic manipulation.</a>
<li>Mine asteroids.</li>
<li>Unique espionage-based combat system.</li>
<li>Full trade economy (resources, currency, ships, and more).</li>
<li>Use archaeology to discover ancient relics and unlock special abilities.</li>
<li>Build space stations.</li>
<li>Form governments and pass laws.</li>
</ul>
<ul style="width: 290px; float: right;">
<li>Over 1 million worlds to explore.</li>
<li>Over 60 types of resources.</li>
<li>Over 100 different buildings to customize your planets.</li>
<li>Dozens of ship types.</li>
<li>Contests for unique items.</li>
<li>Explore more than 100,000 star systems.</li>
<li>New content added regularly.</li>
<li>Play as an isolationist if you don't want to engage in battle.</li>
<li>You can never lose your home planet.</li>
<li>Colonize gas giants.</li>
<li>Take on missions to get rewards.</li>
<li>Non-linear game play. Choose your direction.</li>
<li>Full access to API.</li>
</ul>
<div style="clear: both;"></div>
<div style="color: #f1a400;">News from inside the expanse...
<div id="news"> Loading... </div>
</div>
</div>
<div id="subnav">
<a href="/developers/">Developers</a>
¤
<a href="/rules/">Rules</a>
¤
<a href="/privacy/">Privacy</a>
¤
<a href="/terms/">Terms</a>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//s3.amazonaws.com/www.lacunaexpanse.com/fancybox/jquery.mousewheel-3.0.2.pack.js"></script>
<script type="text/javascript" src="//s3.amazonaws.com/www.lacunaexpanse.com/fancybox/jquery.fancybox-1.3.1.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("a[rel=playlink]").fancybox({
'width' : '80%',
'height' : '60%',
'autoscale' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'fade',
'type' : 'iframe',
'showNavArrows' : false
});
$("a[rel=screenshots]").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'fade'
});
$("#trailer1").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'fade'
});
$("#trailer2").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'fade'
});
});
</script>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js" type="text/javascript"></script>
<script type="text/javascript">
google.load('feeds', '1');
function OnLoad() {
var feeds = [
{
title: 'US1 Zone 0-0',
url: 'http://s3.amazonaws.com/us1.lacunaexpanse.com/network19/4a244c63-9f05-3056-ae92-b72969dd1c2b.rss'
}
];
var options = {
horizontal : true,
linkTarget : google.feeds.LINK_TARGET_BLANK,
title : " ",
numResults : 50,
stacked : false
};
new GFdynamicFeedControl(feeds, 'news', options);
}
google.setOnLoadCallback(OnLoad);
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15146236-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>