-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
343 lines (293 loc) · 17.2 KB
/
signup.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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /><!-- Disable horrible auto-skype for contact numbers in IE -->
<meta name="description" content="A community & incubator for commercial outer-space startups."><!-- Add your site description -->
<meta name="author" content="Michael Duane Mooring"><!-- Add your author description -->
<meta name="keywords" content="newspace, newspace nyc, nyc, new york city, nyc incubator, space incubator, private space, commercial space, outer-space, space startup"><!-- Add sites your keywords -->
<link rel="icon" href="favicon.ico" type="image/x-icon" /><!-- Include a Favicon, (always keep in root of folder) -->
<title>NewSpace NYC, a community & incubator for commercial outer-space startups. </title><!-- Your page/site title -->
<!--
NS N SNSNSN
N S N S
N S N SNSNSN Hi :)
N SN S
N S NSNSNS
-->
<!-- Load Our CSS - Do not alter the load order -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" crossorigin="anonymous" />
<!-- <link href="css/animate.css" rel="stylesheet">Animatations -->
<link href="css/icomoon.css" rel="stylesheet"><!-- Icon Font -->
<!-- <link href="css/flexslider.css" rel="stylesheet">Flexslider styles for #blogfeed -->
<link href="css/style.css" rel="stylesheet"><!-- Main theme stylesheet -->
<link href="css/custom.css" rel="stylesheet"><!-- Custom styles - Always load last -->
<!-- Load our fonts from Google -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Serif:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Domine' rel='stylesheet' type='text/css'>
<!-- Load our fonts individually if IE8+, to avoid faux bold & italic rendering -->
<!--[if IE]>
<link href='https://fonts.googleapis.com/css?family=PT+Serif:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Domine' rel='stylesheet' type='text/css'>
<![endif]-->
<!-- Load our stylesheet for IE8 -->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="css/ie8.css" />
<![endif]-->
<!-- Load our stylesheet for IE9 -->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9.css" />
<![endif]-->
<!-- Load our jQuery, with an alternative source/fallback to our own version if request is unavailable -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Load these in the <head> for quicker IE8+ load times -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body id="signup">
<!-- ============================ Main menu, (modal window) ============================ -->
<div id="menumodal" class="modal fade" tabindex="-1" role="dialog" aria-label="menumodalLabel" aria-hidden="true">
<!-- Close modal trigger -->
<button class="toggleclose" data-dismiss="modal" aria-hidden="true">
<span class="icon-close"></span>
</button>
<div class="explore">
<h3>Explore</h3>
</div>
<!-- Menu content -->
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<!-- Logo for desktops/large screens -->
<div id="menumodalLabel" class="modal-title">
<div class="modallogo">
<a href="https://newspace.nyc/">NEWSPACE NYC</a>
</div>
<div class="modaltagline">
<h3>An open community for the development of private companies commercializing space.</h3>
</div>
</div>
</div>
<div class="modal-body">
<ul class="row motion">
<li class="col-md-4 col-sm-6 two">
<div class="menubg" style="background-image: url(/img/ns-website-bg.png)"></div>
<a href="index.html" title="homepage">Home<span>Beam me up Scotty!</span></a>
</li>
<li class="col-md-4 col-sm-6 eight">
<div class="menubg incubator-menu-bg"></div>
<a href="https://newspace.nyc/space-startup-form.html" title="NewSpace NYC Space Startup Incubator Application">
Incubator
<span>
Apply to fly on the wings of NewSpace NYC.
</span>
</a>
</li>
<li class="col-md-4 col-sm-6 four">
<div class="menubg meetup-menu-bg"></div>
<a href="https://www.meetup.com/NewSpace-NYC/" title="NewSpace NYC meetup events">
Events
<span> On Meetup.com </span>
</a>
</li>
<!--<li class="col-md-4 col-sm-6 six">-->
<!-- <div class="menubg" ></div>-->
<!-- <a href="http://discuss.newspace.nyc/" title="NewSpace Discourse Forum">Forum<span>Our open community Discourse forum for all things outer-space.</span></a>-->
<!--</li>-->
<li class="col-md-4 col-sm-6 eighteen"> <!-- about -->
<div class="menubg about-menu-bg"></div>
<a href="about.html" title="About">About<span>A community for space startups in NYC. </span></a>
</li> <!-- end about -->
<li class="col-md-4 col-sm-6 ten"> <!-- contact -->
<div class="menubg" style="background-image: url('img/menu/contact.jpg')"></div>
<a href="contact.html" title="Contact">Contact<span>Get in touch.</span></a>
</li> <!-- end contact -->
<li class="col-md-4 col-sm-6 twentytwo" style="width:100%"> <!-- blog menu item -->
<div class="menubg" style="background-image: url('https://985e6e7299e00d286e4fdaa4c70f9d4c86d94ed9.googledrive.com/host/0B9LVk4xbDIJTbWNtTlRWNDBzam8')"></div>
<a href="blog.html" title="Blog">Blog<span>NewSpace NYC blog articles.</span></a>
</li> <!-- end blog menu item -->
</ul>
</div>
<div class="modal-footer">
<h3>Get in Touch</h3>
all@newspace.nyc
</div>
</div>
</div>
</div>
<!-- ============================ End Main Navigation ==================================== -->
<!-- ============================ Social menu, (modal window) ============================ -->
<div id="socialmodal" class="modal fade" tabindex="-1" role="dialog" aria-label="socialmodalLabel" aria-hidden="true">
<!-- Menu Trigger -->
<button class="toggleclose" data-dismiss="modal" aria-hidden="true">
<span class="icon-close"></span>
</button>
<div class="explore">
<h3>Be Social</h3>
</div>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<h3>Connect with NewSpace NYC</h3>
<hr class="mini white central">
<ul class="socialicons motion">
<li class="two twitter">
<a href="https://twitter.com/newspacenyc" title="Twitter" target="_blank">
<span class="icon-twitter"></span>
</a>
<sub> Twitter </sub>
</li>
<li class="six">
<a href="https://www.facebook.com/newspacenyc" title="Facebook" class="facebook" target="_blank">
<span class="icon-facebook"></span>
</a>
<sub> Facebook </sub>
</li>
<li class="eight">
<a href="https://instagram.com/newspacenyc/" title="Instagram" class="instagram" target="_blank">
<span class="icon-instagram"></span>
</a>
<sub> Instagram </sub>
</li>
<li class="ten">
<a href="https://www.youtube.com/channel/UCBH-vUBIUzsEJai_UoaPV4w" title="NewSpace NYC YouTube" class="youtube" target="_blank">
<span class="icon-youtube"></span>
</a>
<sub> YouTube </sub>
</li>
<!--<li class="ten">-->
<!-- <a href="http://discuss.newspace.nyc/" title="NewSpace NYC Forum" class="forum" target="_self">-->
<!-- <span class="icon-bubble2"></span>-->
<!-- </a>-->
<!-- <sub> Forum </sub>-->
<!--</li>-->
<li class="fourteen">
<a href="calendar.html" title="NewSpace NYC Calendar" class="calendar" target="_blank">
<span class="glyphicon glyphicon-calendar"></span>
</a>
<sub> Calendar </sub>
</li>
<!--<li class="twelve slack">-->
<!-- <a href="http://104.131.181.177:8080/" title="NewSpace NYC Slack" class="slack" target="_blank">-->
<!-- <img src="https://bb422bb78ee5f8bcbb55e34d2e0c79a18dce774e.googledrive.com/host/0B9LVk4xbDIJTXzV5Y2d5VnBCc3M/slack-icon-128.png" alt="slack chat app icon"/>-->
<!-- </a>-->
<!-- <sub> Slack </sub>-->
<!--</li>-->
</ul>
</div>
</div>
</div>
</div>
<!-- =============================== End social menu ============================== -->
<!-- ============================ Header/fixed sidebar ============================ -->
<header id="header">
<!-- Main menu toggle -->
<button class="toggle this" data-toggle="modal" data-target="#menumodal">
<span class="menu-bar bar-1"></span>
<span class="menu-bar bar-2"></span>
<span class="menu-bar bar-3"></span>
</button>
<!-- Second logo for mobiles/tablets only. Maximum height of 65px -->
<div class="mobile_logo">
<h1>NewSpace NYC</h1>
</div>
<!-- Bullet navigation -->
<nav id="bullets" class="cover">
<ul>
<li class="current-page-item"><a href="#start"></a></li>
<li><a href="#majortom"></a></li>
<li><a href="#three"></a></li>
<li><a href="#stats"></a></li>
<li><a href="#blogfeed"></a></li>
<li><a href="#testimonials"></a></li>
</ul>
</nav>
</header>
<!-- Social menu toggle - keep outside of header to prevent horrible positioning problem on ipads -->
<button class="social" data-toggle="modal" data-target="#socialmodal">
<span class="icon-share"></span>
</button>
<!-- End header/fixed sidebar -->
<!-- ============================ Start the page content ============================ -->
<!-- Leading Page Container -->
<!-- Always keep all page content wrapped in this div, with id="wrapper" and class="page-content" -->
<a name="start" class="absolute-anchor"> . </a>
<div id="wrapper" class="page-content">
<!-- ============================ Section Start ============================ -->
<section id="two" class="container wow fadeInUp scrollreceive" data-wow-delay="0.5s">
<div class="row">
<div class="col-xs-12 centertext">
<h3>Sign me up Scotty.</h3>
<hr class="mini central">
<h1>Lets get you on our list.</h1>
<h3 class="date">
Drop your info and we'll get you on our Newsletter.
</h3>
<a href="#form" title="NewSpace NYC Signup Form"><span class="icon-arrow-down2"></span></a>
</div>
</div>
<div class="row">
<div id="form" class="col-md-8 centertext">
<iframe src="https://docs.google.com/forms/d/1ms4cSOe7FB4kmtjkoMYLiPmCnzIZx0ueFidVb2o6kDA/viewform?embedded=true#start=embed" width="100%" height="1200" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
</section>
<!-- ============================ Header End ============================== -->
<!-- ============================ Footer =================================== -->
<footer class="padding">
<div class="container">
<div class="row">
<div class="col-xs-12">
<ul class="footer-links">
<li><a href="blog.html">Blog</a></li>
<!-- <li><a href="about.html">About</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="footer-links">
<li><a href="signup.html">Member Signup</a></li>
<!--<li><a href="http://discuss.newspace.nyc/">Discussion Forum</a></li>-->
<!-- <li><a href="space-startup-form.html">Incubator Application</a></li> -->
<li><a href="mailto:mike@newspace.nyc">Give a <span style="color: #F08978">#spacetalk</span></a></li>
</ul>
</div>
</div>
<hr> <br/><br/><br/>
<div class="row">
<div class="col-xs-12">
<a href="index.html" title="NewSpace.nyc">
<img src="img/newspace-nyc_icon.svg" alt="New Space NYC icon logo">
</a>
<p>Space, accelerated.</p>
<small>
Copyright ©2021 NewSpace NYC, PBC
<br/>
All rights reserved.
Est. 2014
</small>
<hr class="mini central light-grey-dk">
<!--<script async defer src="http://104.131.181.177:8080/slackin.js"></script>-->
</div>
</div>
</div>
</footer>
<!-- / END page #wrapper -->
</div>
<!-- ========== Load our scripts - keep positioned at the end of your document ========== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js" integrity="sha512-XKa9Hemdy1Ui3KSGgJdgMyYlUg1gM+QhL6cnlyTe2qzMCYm4nAZ1PsVerQzTTXzonUR+dmswHqgJPuwCq1MaAg==" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script><!-- Custom JS functions - always load last -->
<!-- ========== Insert your Google Analytics code below this line ========== -->
<!-- ======================== End Google Analytics ========================= -->
</body>
</html>