forked from DDR0/ddr0.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-less-old.html
More file actions
65 lines (61 loc) · 5.17 KB
/
index-less-old.html
File metadata and controls
65 lines (61 loc) · 5.17 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cube Trains</title>
<link rel="stylesheet" type="text/css" href="css/new black.css">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<!--<script src="index reflow.js"></script> This is a little too buggy to use atm.-->
</head>
<body onLoad="mixpanel.track('index load');" onScroll="reflow_titles();" onResize="reflow_titles();">
<!-- For some reason, reflow_titles is fired twice each time the window size changes. -->
<script type="text/javascript"> //start Mixpanel
(function(d,c){var a,b,g,e;a=d.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===d.location.protocol?"https:":"http:")+'//api.mixpanel.com/site_media/js/api/mixpanel.2.js';b=d.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b);c._i=[];c.init=function(a,d,f){var b=c;"undefined"!==typeof f?b=c[f]=[]:f="mixpanel";g="disable track track_pageview track_links track_forms register register_once unregister identify name_tag set_config".split(" ");
for(e=0;e<g.length;e++)(function(a){b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,0)))}})(g[e]);c._i.push([a,d,f])};window.mixpanel=c})(document,[]);
mixpanel.init("fa690803d8c9479ed96635dd52ea1837");
</script> <!-- end Mixpanel -->
<div id="content">
<h1 class="large">Cube Trains</h1>
<!--This header is needed to pad out the <h1>, and to be empty for the purposes of calculating the scrolling headers.-->
<!--<div class="header"></div>
<div class="entry" style="margin-bottom:0px; text-align:right;"><h1 class="entry-content">Cube Trains</h1></div>
<div style="clear: both;"></div>-->
<h2 class="header">Introduction</h2> <!--Is there any way to make this wrap right?-->
<div class="entry"><div class="entry-content">
<p id="proper" style="margin-top:0px">Solve routing puzzles in a dense city with Cube Trains. You start off the game as a young urban planner trying to connect a city's fragmented rail lines together, and work your way up to become an old urban planner trying to connect a city's fragmented rail lines together! Over the course of your career, you'll build towering structures, beautiful bridges, and some truly convoluted infrastructure. Download the beta below, for free. Coming <s>summer</s> fall 2012. Yours for the price of two Canadian dollars.</p>
</div></div>
<div style="clear: both;"></div>
<h2 class="header">Download</h2>
<!--The entries need both divs, it seems to be a sizing thing.-->
<div class="entry"><div class="entry-content"><div class="buttonContainer">
<a class="shinyButton" href="download linux.html">Linux</a><br><p class="buttonSubtext">version 0.2.1<br></p>
</div>
<div class="buttonContainer">
<a class="shinyButton" href="download macintosh.html">Macintosh</a><br><p class="buttonSubtext">version 0.2.1</p>
</div>
<div class="buttonContainer">
<a class="shinyButton" href="download windows.html">Windows</a><br><p class="buttonSubtext">version 0.2.1</p>
</div>
<div style="clear: both;"></div>
<p id="proper">Changelog: Several bugfixes, one new level, and slightly better lit graphics.</p>
<p>All releases may be browsed <a href="files/release/">here</a>.</p>
</div></div>
<div style="clear: both;"></div>
<h2 class="header">Screenshots</h2>
<div class="entry"><div class="entry-content">
<p id="proper" style="margin-top:0px"><a href="media.html">Screenshots and video</a> from Cube Trains.</p>
</div></div>
<div style="clear: both;"></div>
<h2 class="header">Contact</h2>
<div class="entry"><div class="entry-content">
<p id="proper" style="margin-top:0px">I don't collect your private data, and neither does my game. Usage data from the game and this website are anonymous. Statistics from the game can be turned off with the command-line option "--no-send-stats". Importantly, the collected data cannot be reverse-engineered into something personally identifying. In addition, as this doesn't seem to be implied these days, I promise not to install a rootkit on your computer. I mean, really. Sheesh.</p>
<p id="proper">You can <a href="mailto:robertsdavidddr@gmail.com">email</a> me, make a post on the Frogatto <a href="http://www.frogatto.com/forum/index.php?board=3.0">forum</a>, or contact <a href="irc://freenode/DDR,isnick">me</a> via <a href="http://en.wikipedia.org/wiki/Irc">IRC</a> on <a href="irc://freenode/frogatto">#Frogatto</a>.<!-- If you have a problem, I want to hear about it so I can fix it.--> Feedback is always welcome, I like to talk about my stuff.</p>
</div></div>
<div style="clear: both;"></div>
</div>
<p style="font-size:.8em; color: #AAA;">This site (and game) is released under the same license as Cube Trains, which is the same license as Frogatto & Friends, whose engine I borrowed for this project. I think it boils down to all being 'copyright (2011 in this case), but we promise to share'. By using this site, you agree to be a decent person.</p>
<script type="text/javascript"> /*We'll do this here, because we don't want to wait for the document to finish loading to check stuff.*/
assign_scrolling_links(); reflow_titles();
</script>
</body>
</html>