-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
254 lines (252 loc) · 12.5 KB
/
Copy pathindex.html
File metadata and controls
254 lines (252 loc) · 12.5 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
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
<!DOCTYPE html>
<html>
<head>
<title>Moon Drawings</title>
<!-- - ----- STANDARD META TAGS --------------------------------------------- -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- - ----- FAVICONS ------------------------------------------------------- -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- - ----- PER-PAGE META -------------------------------------------------- -->
<meta content='https://www.moondrawings.org' property='og:url'>
<meta content='Moon Drawings' property='og:site_name'>
<meta content='Moon Drawings' property='og:title'>
<meta content='article' property='og:type'>
<meta content='https://www.moondrawings.org/images/poster.jpg' property='og:image'>
<meta content='715' property='og:image:width'>
<meta content='715' property='og:image:height'>
<meta content='summary_large_image' name='twitter:card'>
<meta content="Submit a drawing to send to the moon aboard CMU's Andy rover. A Moon Arts project by Golan Levin and David Newbury." property='og:description'>
<!-- - ----- CSS ------------------------------------------------------------ -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href='css/myfonts.css' rel='stylesheet' type='text/css'>
<link href='css/application.css' rel='stylesheet'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61209632-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class='container-fluid'>
<div class='header'>
<h4 class='text-muted hidden-xs pull-left'>
<a href='index.html'>moondrawings.org</a>
</h4>
<ul class='pull-right list-inline'>
<li>
<a href='index.html'>Home</a>
</li>
<li>
<a href='about.html'>About</a>
</li>
<li>
<a href='index.html'>Draw</a>
</li>
<li>
<a href='browse.html'>Browse</a>
</li>
<li>
<a href='faq.html'>FAQ</a>
</li>
<li>
<a href='team.html'>Team</a>
</li>
<li class='hidden-xs'>
<a href='legal.html'>Legal</a>
</li>
</ul>
</div>
</div>
<div class='jumbotron'>
<div class='container'>
<h1>Drop a line to the moon.</h1>
<h5>Yes. Your drawing. On the real moon.</h5>
</div>
</div>
<div class='container-fluid'>
<div class='row'>
<div class='col-xs-12' id='spots-left'>
<h3>
We've filled the disc with drawings!<br>Please check back for updates on the project.
</h3>
</div>
</div>
<div class='row content'>
<p></p>
<div class='col-xs-12 col-sm-4 col-md-offset-1 col-md-2 clearfix'>
<a href="index.html">
<img class='center-block img-responsive' src='images/overview/overview-1.png'>
</a>
<div class='mumbo-jumbo text-center'>1. Contribute a drawing!</div>
</div>
<div class='col-xs-12 col-sm-4 col-md-2 clearfix'>
<img class='center-block img-responsive' src='images/overview/overview-2.png'>
<div class='mumbo-jumbo centered'>2. Your drawing (and 9999 others) will be micro-etched onto a small sapphire disc.</div>
</div>
<div class='col-xs-12 col-sm-4 col-md-2 clearfix'>
<img class='center-block img-responsive' src='images/overview/overview-3.png'>
<div class='mumbo-jumbo text-center'>3. The <em>Moon Drawings</em> disc will be incorporated into the endcap of the <em>Moon Arts Ark</em>, a gift for the Moon.</div>
</div>
<div class='col-xs-12 col-sm-4 col-sm-offset-2 col-md-offset-0 col-md-2 clearfix'>
<img class='center-block img-responsive' src='images/overview/overview-4.png'>
<div class='mumbo-jumbo text-center'>4. The <em>Moon Arts Ark</em> will be brought to the Moon aboard the <em>Andy</em> rover developed by Astrobotic and CMU.</div>
</div>
<div class='col-xs-12 col-sm-4 col-md-2 clearfix'>
<img class='center-block img-responsive' src='images/overview/overview-5.png'>
<div class='mumbo-jumbo text-center'>5. If circumstances allow, one or more of the <em>Moon Drawings</em> will be traced into the Moon's soil by the tracks of the Rover.</div>
</div>
</div>
<div class='row'>
<div class='col-xs-12 content'>
<p>
Welcome to <em>Moon Drawings</em>: a project to extend artistic expression to the Moon. In spring 2015, nearly nine thousand people contributed line drawings to this project. These drawings will be etched on a sapphire disc, sent to the Moon, and potentially traced by a robot rover into the Moon's soil. The disc, contained in a sculpture called the <em>Moon Arts Ark</em>, will be shuttled to the Moon in 2016. It will remain there for millennia: a poetic gesture reaching out, far beyond any objective existence on Earth. >> <em><a href="about.html">Find out more here</a>.</em>
</p>
</div>
<div class='col-xs-12 content'>
<h3>Here are some of our favorite contributed drawings.</h3>
<hr>
<div class='clearfix' id='browse-box'>
<div class='col-xs-6 col-sm-4 col-md-2'>
<a href='drawing/twgcq13l.html'>
<div class='review_bucket' data-drawing='twgcq13l' style='background-image: url(/moondrawingsbucket/ec174129-99cb-4d86-9482-ad089ec97b25.svg)'></div>
</a>
</div>
<div class='col-xs-6 col-sm-4 col-md-2'>
<a href='drawing/xkovnppu.html'>
<div class='review_bucket' data-drawing='xkovnppu' style='background-image: url(/moondrawingsbucket/461a63a4-bba8-4064-a79c-0d995f5c4f08.svg)'></div>
</a>
</div>
<div class='col-xs-6 col-sm-4 col-md-2'>
<a href='drawing/51qdz3z6.html'>
<div class='review_bucket' data-drawing='51qdz3z6' style='background-image: url(/moondrawingsbucket/a0b6f852-7557-4b3e-9063-f9daa4cdc0a3.svg)'></div>
</a>
</div>
<div class='col-xs-6 col-sm-4 col-md-2'>
<a href='drawing/gw6s82br.html'>
<div class='review_bucket' data-drawing='gw6s82br' style='background-image: url(/moondrawingsbucket/2e0618f4-5fd2-4c0f-ac30-97ebf95808ed.svg)'></div>
</a>
</div>
<div class='col-xs-6 col-sm-4 col-md-2'>
<a href='drawing/y2eopoy.html'>
<div class='review_bucket' data-drawing='y2eopoy' style='background-image: url(/moondrawingsbucket/708078f4-a518-4e3e-83b7-77fccbe3b8cb.svg)'></div>
</a>
</div>
<div class='col-xs-6 col-sm-4 col-md-2'>
<a href='drawing/oeudcz6f.html'>
<div class='review_bucket' data-drawing='oeudcz6f' style='background-image: url(/moondrawingsbucket/da2a9b26-1726-4e70-a6b8-a0bc9e73e021.svg)'></div>
</a>
</div>
</div>
</div>
</div>
<div class='row'>
<div class='col-xs-12 content text-center'>
<h5 class='subhead'>Click here to create and contribute your own:</h5>
<a class='btn btn-lg btn-success' href='index.html' id='start-button'>Get Started!</a>
</div>
</div>
<div class='row'>
<div class='col-xs-12 content'>
<hr>
<p class='mumbo-jumbo'>
If you'd like to receive occasional updates about the <em>Moon Drawings</em> project, please provide your email address below. We promise we'll only use your address to inform you about the project, and we'll never share your email with anyone.
</p>
<form class='fake-p' id='mailchimp'>
<div class='form-group'>
<div class='input-group input-group-sm'>
<input class='form-control' id='email' placeholder='email@example.com' type='email'>
<span class='input-group-btn'>
<button class='btn btn-success' type='submit'>Get Email Updates</button>
</span>
</div>
</div>
</form>
<div class='hidden fake-p' id='mailchimp-thanks'>
Thank you for subscribing!
</div>
</div>
</div>
</div>
<footer class='footer'>
<div class='container-fluid'>
<div class='row'>
<div class='col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-1 col-md-2 col-md-offset-1'>
<p class='text-muted'>
<a href='https://www.cmu.edu/' target='_blank'>
Carnegie Mellon University
</a>
<br>
5000 Forbes Avenue <br>
College of Fine Arts, Room 111
</p>
</div>
<div class='col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-5 col-md-3'>
<p class='text-muted'>
<a href='https://studioforcreativeinquiry.org' target='_blank'>
The Frank-Ratchye STUDIO for Creative Inquiry
</a>
<br>
Email:
<a href='mailto:studio-info@andrew.cmu.edu'>studio-info@andrew.cmu.edu</a>
<br>Tel: +1.412.268.3451
</p>
</div>
<div class='col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-1 col-md-offset-0 col-md-3'>
<p class='text-muted'>
A project by
<a href='http://flong.com'>Golan Levin</a>
&
<a href='https://www.workergnome.com'>David Newbury</a>
<br>
in association with
<a href='http://moonarts.org'>CMU Moon Arts Group</a>
<br> and the
<a href='https://web.archive.org/web/20180427055239/http://lunar.cs.cmu.edu:80/'>CMU Planetary Robotics Team.</a>
<br>
© 2015
- 2020
Carnegie Mellon University
</p>
</div>
<div class='col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-0 col-md-2'>
<p id='studio-logo'>
<a href='https://studioforcreativeinquiry.org' target='_blank'>
<img src='images/sfci-888888-150px-transparent.png'>
</a>
<div class='visible-xs-block'>
<a href='legal.html'>Legal information</a>
</div>
</p>
</div>
</div>
</div>
</footer>
<!-- - ----- JAVASCRIPTS ------------------------------------------------------- -->
<script src="js/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src='js/application.js'></script>
</body>
</html>