-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (108 loc) · 5.49 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Atmosphir</title>
<!-- Bootstrap core CSS -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/cover1.1.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand"><img src="logo-revival-nout.png" class="logo"/></h3>
<ul class="nav masthead-nav">
<li class="active"><a href="#home" data-toggle="tab">Home</a></li>
<li><a href="/level-browser">Level Search (beta)</a></li>
<li class="dl"><a href="#download" class="btn btn-success btn-download-nav" data-toggle="tab">Download</a>
</li>
</ul>
</div>
</div>
<div class="tab-content">
<div id="download" class="row inner cover tab-pane fade">
<div class="col-sm-12">
<h1 class="cover-heading">Download Atmosphir</h1>
<p class="lead">
You can download a working version of the game by clicking any of the buttons below.
It's set up to connect to our custom server, which means you'll have to download the
game again if you have an older copy from when it was still in development.
</p>
<p class="moreinfo">
<b>NOTE:</b> You'll have to download and install
<a href="https://xamarin.azureedge.net/GTKforWindows/Windows/gtk-sharp-2.12.45.msi">GTK#</a>
on Windows or <a href="http://www.mono-project.com/download/#download-mac">Mono</a> on Mac.
Issues?
<a href="https://onemoreblock.com/forum/viewtopic.php?f=24&t=3051">Check out the FAQ.</a>
</p>
<br/>
<br/>
<a
href="https://onemoreblock.com/downloads/InstallAtmosphir.dmg"
class="btn-down1 btn-dwn btn btn-lg btn-default"
>
DOWNLOAD FOR MAC
</a>
<a
href="https://onemoreblock.com/downloads/LauncherSetup.msi"
class="btn btn-dwn btn-lg btn-default"
>
DOWNLOAD FOR WINDOWS
</a>
</div>
</div>
<div id="home" class="row inner cover tab-pane fade in active">
<div class="col-sm-12 video-container">
<!-- <iframe src="https://player.vimeo.com/video/40546333" width="853" height="479" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe> -->
<iframe
width="854"
height="480"
src="https://www.youtube.com/embed/hj7KTOAlVZ8"
allowfullscreen
></iframe>
</div>
<div class="col-sm-12">
<h1 class="cover-heading">Atmosphir lives on.</h1>
<p class="forumbtn">
<a href="https://discord.gg/0gV47WLdC84hyJNk" class="btn btn-lg btn-default">
JOIN THE DISCORD
</a>
</p>
<a href="https://onemoreblock.com/forum">
or go to the archived forum
</a>
</div>
</div>
</div>
<div class="mastfoot">
<div class="inner col-sm-12">
<p><a href="https://github.com/Troposphir">Troposphir</a> is a non-profit project with the goal of
providing a playable experience of the game Atmosphir. OneMoreBlock and the Troposphir project
are in no way associated with Minor Studios. Atmosphir is a registered trademark of Minor
Studios.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="conan.js"></script>
</body>
</html>