-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·561 lines (508 loc) · 26.7 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
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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<!DOCTYPE html>
<!-- Microdata markup added by Google Structured Data Markup Helper. -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#51256B">
<meta name="msapplication-navbutton-color" content="#51256B">
<meta name="apple-mobile-web-app-status-bar-style" content="#51256B">
<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.">
<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>
<!--
NS N NSNSNS
N S N N
N S N NSNSNS 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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link href="css/icomoon.css" rel="stylesheet"><!-- Icon Font -->
<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='//fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=PT+Serif:700' 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'>
<![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]-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></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]-->
<!-- Sumo Me script -->
<script src="https://load.sumome.com/" data-sumo-site-id="5bdebe83a452625095e39e93833b0c9031f11fd3f338e550cfa0592b458a48e2" async></script>
</head>
<body id="home">
<!-- ============================ 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">
NEWSPACE NYC
</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="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"> <!-- blog menu item -->
<div class="menubg" style="background-image: url('img/desktop-web.JPG')"></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>
<h4>
WeWorkLabs, 175 Varick Street New York, NY 10014
</h4>
</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 ============================== -->
<!-- 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 one: hero ============================ -->
<section id="start" class="herofade hero cover element-img">
<div class="tagline">
<img src="img/new-newspacenyc_logo-white.svg" class="wow fadeInUp" alt="New Space NYC logo" data-wow-delay="0.3s" />
<hr class="mini white central">
<h1 class="wow fadeInUp home-title" data-wow-delay="0.5s" title="Space, accelerated.">Space, accelerated.</h1>
<p class="wow fadeInUp splash-slogan home-title" data-wow-delay="0.7s">
NewSpace NYC is an open community for the development of private companies commercializing outer-space.
</p>
<!--<script defer src="http://104.131.181.177:8080/slackin.js"> </script>-->
<a class="scrollto" href="#two" title="Scroll down"><span class="icon-arrow-down2"></span></a>
</div>
</section>
<!-- ============================ Section two: textblock ============================ -->
<!--<section id="two" class="slogan container wow fadeInUp scrollreceive" data-wow-delay="0.5s">
<div class="row padding">
<div class="col-xs-12 splash-event">
<span itemscope itemtype="http://schema.org/Event" itemref="_description3 _url4 _url5">
<pre id="_startDate2" itemprop="startDate" content="2021-05-22" class="float-right">Oct 22nd, 2021</pre>
<h1 itemprop="name" class="splash-event-h1">NewSpace BPC</h1></span>
<span itemscope itemtype="http://schema.org/Event" itemref="_startDate2"><sub>
<span itemprop="name">a <i>Space Frontier Foundation</i> event</span> </sub>
<hr class="mini"/>
<p id="_description3" itemprop="description">
NewSpace NYC hosts the North Eastern Region of the NewSpace Business Plan Competition (BPC). A chance at $100k Grand Prize and a free trip to the NewSpace2016 Conference.
</p>
<a id="_url4" itemprop="url" type="button" class="float-right" href="http://newspace.nyc/bpc/">Event Page</a>
<a id="_url4" itemprop="url" type="button" href="http://www.meetup.com/NewSpace-NYC" data-event="222707241" class="float-right">Past Events</a>
</span> <!-- event schema.org end -->
<!-- </div>
</div>
<a name="featured-home-content" class="absolute-anchor"> . </a>
</section>-->
<!-- ============================ Section three: image and text ============================ -->
<section class="container-fluid white" style="z-index: 4;">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-6 textpadding wow fadeInLeft" data-wow-delay="0.5s">
<h3>Creating A Policy Framework for Space Settlement</h3>
<hr class="mini">
<p>
a #spacetalk with Steven Wolfe of Beyond Earth Institute
<br/>
📅 Friday, May 7th, 6:30pm EDT <br/>
📝 RSVP: <a href="https://www.meetup.com/NewSpace-NYC/events/277373299/">meetup.com/NewSpace-NYC/events/277373299/</a>
</p>
</div>
<div class="col-md-6 element-img" style="padding: 0px;">
<a href="https://www.meetup.com/NewSpace-NYC/events/277373299/">
<img src="img/Beyond-Earth-Institute-spacetalk-banner.png" class="d-block w-100" alt="Lunar Outpost meetup">
</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6 textpadding wow fadeInLeft" data-wow-delay="0.5s">
<h3>Lunar Outpost</h3>
<hr class="mini">
<p>
a #spacetalk with DoD contractor, LunarOutpost
<br/>
📅 Friday, April 9th, 6:30pm EDT <br/>
📝 RSVP: <a href="https://www.meetup.com/NewSpace-NYC/events/277258078/">meetup.com/NewSpace-NYC/events/277258078</a>
</p>
</div>
<div class="col-md-6 element-img" style="padding: 0px;">
<a href="https://www.meetup.com/NewSpace-NYC/events/277258078/">
<img src="img/moon-rover_1500x500.jpeg" class="d-block w-100" alt="Lunar Outpost meetup">
</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6 textpadding wow fadeInLeft" data-wow-delay="0.5s">
<h3>"SpaceFund, Marshot, and Space Suits"</h3>
<hr class="mini">
<p>
a #spacetalk with Lady Rocket Eva Blaisdell of Exodus Orbitals
<br/>
📅 March 26th, 6:30pm EST <br/>
📝 Event Page: <a href="https://www.meetup.com/NewSpace-NYC/events/276974483/">meetup.com/NewSpace-NYC/events/276974483</a>
</p>
</div>
<div class="col-md-6 element-img" style="padding: 0px;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/e2QoWLgs8pY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6 textpadding wow fadeInLeft" data-wow-delay="0.5s">
<h3>NewSpace NYC BPC 2021</h3>
<hr class="mini">
<p>
A Business Plan Competition (BPC) organized by NewSpace NYC in partnership with the Space Frontier Foundation, Digital Vikings, Space Angels Network, OrbitalATK, Heinlein Prize Trust and the Space Finance Group.<br/> <sub class="right">Read the <a href="newspace-bpc-2021.html">Press Release</a>.</sub>
</p>
</div>
<div class="col-md-6 element-img" style="padding: 0px;">
<iframe style="margin: 63px 33px 0 0;" width="560" height="315" src="https://www.youtube.com/embed/fqTbn7lB92I?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<!-- <img src="..." class="d-block w-100" alt="..."> -->
</div>
</div>
<!-- <div class="carousel-item">
<h1> TEST 222222!!!!!!!!!</h1>
<img src="..." class="d-block w-100" alt="..."> -->
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<section id="five" class="container-fluid white" style="margin-top: -17px;">
<div class="row">
<script src="//assets.juicer.io/embed.js" type="text/javascript"></script>
<link href="//assets.juicer.io/embed.css" media="all" rel="stylesheet" type="text/css"/>
<ul class="juicer-feed" data-feed-id="newspace-nyc" data-pages='1' data-per='6'></ul>
</div>
<a name="four-points" class="absolute-anchor"> . </a>
</section>
<!-- ============================ Section six: ordered list-items ============================ -->
<section id="three" class="red-lt">
<div class="container">
<div class="row padding">
<div class="col-sm-6 wow fadeInLeft" data-wow-delay="0.3s">
<h3><span class="number">04.</span> Community</h3>
<br>
<p>We foster and host the outer-space community online and in NYC.</p>
<br>
<h3><span class="number">02.</span> Startups</h3>
<br>
<p>Business, in space. NewSpace is here to incubate and develope space startups.</p>
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-delay="0.3s">
<h3><span class="number">03.</span> Events</h3>
<br>
<p>Events for the space community in New York City.</p>
<br>
<h3><span class="number">01.</span> Startup Consultation</h3>
<br>
<p>Space businesses helping other space businesses.</p>
</div>
</div>
<div class="columbia-overlay trans-purple"></div>
</div>
<a name="more-home-content" class="absolute-anchor"> . </a>
</section>
<!-- ============================ Section eight: stats ============================ -->
<a name="#stats" class="absolute-anchor"> . </a>
<section id="stats" class="element-img" style="background-image: url('img/newspace_team-pic-web.jpg')">
<div class="container padding">
<div class="row">
<div class="col-md-3 col-xs-6">
<h3>Members</h3>
<span class="counter">1,096</span>
</div>
<div class="col-md-3 col-xs-6">
<h3>Organizations</h3>
<span class="counter">13</span>
</div>
<div class="col-md-3 col-xs-6">
<h3>Offices</h3>
<span class="counter">2</span>
</div>
<div class="col-md-3 col-xs-6">
<h3>Makerspaces</h3>
<span class="counter">3</span>
</div>
<!-- <div class="overlay trans-purple"></div> -->
</div>
</div>
<a name="closing-slogan" class="absolute-anchor"> . </a>
</section>
<!-- ============================ Section eleven: blockquote ============================ -->
<section id="spacenyc" class="container-fluid white padding">
<div class="row">
<div class="col-xs-12 wow fadeInUp" data-wow-delay="0.3s">
<blockquote class="bigtext">
We are starting up the private space industry in NYC.
</blockquote>
</div>
</div>
</section>
<!-- ============================ Section fifteen: clients ============================ -->
<section id="clients" class="white">
<div class="container">
<div class="row centertext">
<div class="col-xs-12">
<h3>Stargazing with...</h3>
<hr class="mini central">
<br>
</div>
</div>
<div class="pure-g-r centertext">
<div class="pure-u-1">
<div class="pure-u-1-6 wow fadeInUp" data-wow-delay="0.3s">
<a href="http://www.aphelionorbitals.com/?utm_source=newspacenyc" target="_blank">
<img src="img/aphelion-orbitals-logo.png" class="img-responsive" alt="NewSpace Member Aphelion Orbitals" title="Aphelion Orbitals">
</a>
</div>
<div class="pure-u-1-6 wow fadeInUp xcor-div" data-wow-delay="0.6s">
<a href="https://www.nyspacealliance.org/?utm_source=newspacenyc" target="_blank">
<img src="img/nysa-logo.png" style="background: #fcb415" class="img-responsive" alt="New York Space Alliance yellow logo" title="New York Space Alliance">
</a>
</div>
<div class="pure-u-1-6 wow fadeInUp cvc-div" data-wow-delay="0.6s" style="background: #80c1ff;">
<a href="http://columbiaventurecommunity.com/?utm_source=newspacenyc" target="_blank">
<img src="img/cvc-Logo-Horizontal-White-1600x600.png" class="img-responsive" alt="NewSpace Member Columbia Venture Community" title="Columbia Venture Community">
</a>
</div>
<!-- <div class="pure-u-1-6 wow fadeInUp" data-wow-delay="0.9s">
<a href="https://www.galileoglobalsecurities.com/?utm_source=newspacenyc" target="_blank">
<img src="img/ggs_logo_retina.png" class="img-responsive" alt="NewSpace Partner GGS" title="GGS">
</a>
</div> -->
<div class="pure-u-1-6 wow fadeInUp" data-wow-delay="0.9s">
<a href="https://www.f4f.space/?utm_source=newspacenyc" target="_blank">
<img src="img/F4F-FULL-LOGO-BLUE.png" class="img-responsive" alt="NewSpace Partner F4F" title="F4F">
</a>
</div>
</div> <!-- end stargazers row1 .pure-u-1 -->
<div class="pure-u-1"> <!-- stargazers row 2 -->
<div class="pure-u-1-3 wow fadeInUp spaceangels-div" data-wow-delay="1.2s">
<a href="https://www.spaceangels.com/?utm_source=newspacenyc" target="_blank">
<img src="img/space_angels_logo.png" class="img-responsive" alt="NewSpace Member Space Angels Network" title="Space Angels">
</a>
</div> <!-- end space angels .pure-u-1-3 -->
<div class="pure-u-1-6 wow fadeInUp a1l-div" data-wow-delay="1.2s">
<a href="http://www.alphaonelabs.com/?utm_source=newspacenyc" target="_blank">
<img src="img/alpha-one-labs_icon-logo.jpg" class="img-responsive" alt="NewSpace Member Alpha One Labs" title="Alpha One Labs">
</a>
</div>
<div class="pure-u-1-6 wow fadeInUp outernet-logo-div" data-wow-delay="1.2s">
<a href="https://mdm.cc/?utm_source=newspacenyc" target="_blank">
<img src="img/icon_mdm.png" class="img-responsive" alt="NewSpace Member Mass Distribution Media" title="NewSpace Member Mass Distribution Media">
</a>
</div>
<div class="pure-u-1-6 wow fadeInUp" data-wow-delay="1.2s">
<a href="https://copernicspace.com/?utm_source=newspacenyc" target="_blank">
<img src="img/copernic-space_logo-5.png" class="img-responsive" alt="NewSpace Member Copernic Space" title="NewSpace Member Copernic Space">
</a>
</div>
<!--<div class="pure-u-1-3 wow fadeInUp csl-div" data-wow-delay="1.2s">-->
<!-- <a href="http://entrepreneurship.columbia.edu/startup-lab/" target="_blank">-->
<!-- <img src="img/CSL_logo.jpg" class="img-responsive" alt="NewSpace Member Columbia Startup Lab" title="Columbia Startup Lab">-->
<!-- </a>-->
<!--</div> <!-- end .pure-u-1-3 -->
</div> <!-- end stargazers row2 .pure-u-1 -->
</div> <!-- .pure-g-r -->
</div> <!-- .container -->
</section> <!-- .clients -->
<!-- ============================ Footer ============================ -->
<footer id="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:[email protected]">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 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 -->
</body>
</html>