-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlayout.html
263 lines (176 loc) · 7.41 KB
/
layout.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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>E X O C A T S - Hack Up The Universe</title>
<meta name="description" content="E X O C A T S - Hack Up The Universe">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- Google Font API
================================================== -->
<link href='http://fonts.googleapis.com/css?family=Lato:100,400,900,100italic,400italic,900italic' rel='stylesheet' type='text/css'>
<!-- Toggle
================================================== -->
<script type="text/javascript">
<!--
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
//-->
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
</head>
<body>
<!-- HEADER /////////////////////////////////////////////////////////////////////////////////////////// -->
<div class="container ">
<div class="sixteen columns center">
</div><!-- sixteen columns -->
</div><!-- container -->
<div class="mainimage">
<div class="container">
</div><!-- container -->
</div><!-- main image -->
<!-- STATS /////////////////////////////////////////////////////////////////////////////////////////// -->
<div class="container overlay">
<div class="sixteen columns center">
<a href="#"><img src="assets/go_button_3.png" alt="GO EXO!" /></a>
<br />
<h1>Hello, Human</h1>
<h2>Welcome to what you have always wanted, a literal universe of cats.</h2>
<hr>
<h4>Donate and Share ExoCats to unlock more of the universe!</h4>
</div>
</div>
<div class="container">
<div class="sixteen columns center">
<div class="five columns d4">
<div style="height:200px;" class="box-padding">
<h1 class="toppad">$200</h1>
</div>
</div>
<div class="six columns d3">
<div style="height:200px;" class="box-padding">
<h1 class="toppad">20.1</h1>
</div>
</div>
<div class="five columns d7">
<div style="height:200px;" class="box-padding">
<h1 class="toppad">Cat</h1>
</div>
</div>
<div class="five columns">
<div style="height:150px;" class="box-padding">
<h6 class="center">DONATIONS</h6>
<h2 class="button">[donate button]</h2>
</div>
</div>
<div class="six columns">
<div style="height:150px;" class="box-padding">
<h6>PARSECS</h6>
<span class="small">A parsec is <a href="http://en.wikipedia.org/wiki/Parsec">3.26 light-years</a> in distance.</span>
</div>
</div>
<div class="five columns">
<div style="height:150px;" class="box-padding">
<h6>SOCIAL</h6>
<h2 class="button">[share on social media link]</h2>
</div>
</div>
</div>
</div><!-- sixteen columns -->
</div><!-- container -->
<div class="tealbg">
<div class="container ">
<div class="eight columns">
<h1 class="darkblue"><br />
^---^
<br /><br />For Science!</h1>
<h3 class="darkblue"><br />Every time you make a donation to science and share ExoCats on social media through the links above, we generate enough resources and influence to continue expanding the Universe for you to explore! It’s easy to support ExoCats and your local astrophysicists. </h3>
<hr>
<h2 class="darkblue">And the best part? You’re on a team with the entire planet!</h2>
<hr>
<h3 class="darkblue">When a level is unlocked for one person, it becomes available for all humans.</h3>
<h3 class="darkblue">The more we work together as a planet to increase funding and influence for the sciences, the more of the universe we can explore.</h3>
<br />
</div><!-- eight columns -->
<div class="one column">
</div>
<div class="seven columns">
<h1 class="darkblue"><br />
^---^
<br /><br />ExoCats</h1>
<h3 class="darkblue"><br />Scientists and researchers have been able to capture data for over 1,500 exoplanets. ExoCats are a visual representation of all the planet-like bodies within our local supercluster.
<hr>
<h2 class="darkblue">We've made exploring the universe fun and educational by pairing exoplanet data with visual markers to create interstellar cats.</h2>
<hr>
<h3 class="darkblue">ExoCats are based on available data that includes planet distance, density, period, and temperature.</h3>
</div><!-- eight columns -->
</div><!-- container -->
</div>
<!-- FOOTER /////////////////////////////////////////////////////////////////////////////////////////// -->
<div class="yellowbg">
<div class="container">
<div class="sixteen columns">
<div class="nine columns small">Made in New York, NY | <a href="http://www.amnh.org/calendar/hack-the-universe2">Hack The Universe 2014</a></div>
<div class="six columns small right"><em>"There are many intelligent species in the universe. They all own cats."</em> </div>
</div>
</div>
</div>
<hr>
<br /><br /><br /><br /><br /><br />
<div class="card">
<div class="whitebg">
<div class="padding">
<h1 class="darkblue">PLANET CAT</h1>
<br />
<img class="box-padding floatleft" src="assets/testcat1.jpg" alt="testcat1" width="140" />
<h5 class="darkblue box-padding"><em>"Stuff and content. Because cats are our real social currency."</em></h5>
<hr>
</div>
</div>
<div class="tealbg">
<div class="padding">
<h2 class="darkblue">FACTS</h2>
<br />
<ul>
<li>PROPERTY: <strong>Fact about the cat/planet</strong></li>
<li>PROPERTY: <strong>Fact about the cat/planet</strong></li>
<li>PROPERTY: <strong>Fact about the cat/planet</strong></li>
<li>PROPERTY: <strong>Fact about the cat/planet</strong></li>
</ul>
<hr>
<div class="small center"><a href="http://www.amnh.org/calendar/hack-the-universe2">Hack The Universe 2014</a> | <a href="#">data source</a> | <a href="#">photo source</a>
</div>
</div>
</div>
</div>
<br /><br /><br /><br /><br /><br />
<!-- End Document
================================================== -->
</body>
</html>