-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
65 lines (63 loc) · 1.76 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>Break a Pod</title>
<style>
body {
margin: 0;
padding: 0;
}
</style>
<link rel="stylesheet" type="text/css" href="assets/styles/styles.css">
<link rel="icon" href="favicon-32.png">
</head>
<body>
<div class="header">
<img id="hero" src="./assets/images/title_image_wide.png">
<div class="padder"></div>
</div>
<div class="main-content">
<h1>rloop now raising funds for our first rpod!
<br>
<a target="_blank" href="https://www.indiegogo.com/projects/help-build-rloop-s-pod-for-spacex-hyperloop-comp#/">Support us here!</a>
</h1>
</div>
<div class="game">
<iframe src="./game.html" frameborder="0" style="width:800px; height: 600px">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
<br>
<div class="main-content">
<p><strong>Break a pod!</strong> Go as fast as possible without crashing or running out of power.</p>
<p>Built by the rLoop game dev team</p>
<h1>
Spread the word
</h1>
<div class="social-container">
<a href="https://www.facebook.com/rloopteam" target="_blank">
<div title="rLoop on Facebook" id="facebook-link"></div>
</a>
<a href="https://twitter.com/rloopteam" target="_blank">
<div title="rLoop on Twitter" id="twitter-link" ></div>
</a>
<a href="https://www.youtube.com/channel/UCFxqcu0vH567d1F09xso8Tg" target="_blank">
<div title="rLoop on Youtube" id="youtube-link"></div>
</a>
</div>
<br>
<p>
Music by:
<br>
<a target="_blank" href="http://ozzed.net/">Ozzed</a>
<br>
<a target="_blank" href="http://ericskiff.com/music/">Erik Skiff</a>
</p>
</div>
<br>
<div class="footer">
<a href="http://rloop.org/">Return to rLoop</a>
</div>
</body>
</html>