-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
executable file
·461 lines (404 loc) · 20.9 KB
/
blog.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
<!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 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/twitter-bootstrap/4.6.0/css/bootstrap.min.css" integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" 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='https://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'>
<link href='https://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://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]-->
<!-- Sumo Me script -->
<script src="https://load.sumome.com/" data-sumo-site-id="5bdebe83a452625095e39e93833b0c9031f11fd3f338e550cfa0592b458a48e2" async></script>
</head>
<body id="blog">
<!-- ============================ 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="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>
<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 telegram">
<a href="mailto:[email protected]" title="NewSpace NYC Telegram" class="telegram" target="_blank">
<img src="/img/slack-icon-128.png" alt="slack chat app icon"/>
</a>
<sub> Email Mike to join our Slack chat group. </sub>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- =============================== End social menu ============================== -->
<!-- ============================ Header/fixed sidebar ============================ -->
<header id="header">
<!-- Main menu toggle -->
<button class="toggle" 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">
<!--<img src="img/logo.png" alt="Columbia Logo">--> <h1>NewSpace NYC</h1>
</div>
<!-- Bullet navigation -->
<!--
<nav id="bullets" class="cover">
<ul>
<li class="current-page-item"><a href="#one"></a></li>
<li><a href="#two"></a></li>
<li><a href="#three"></a></li>
<li><a href="#four"></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" -->
<div id="wrapper" class="page-content">
<!-- ============================ Section Start ============================ -->
<section class="container-fluid titlebar">
<div class="row">
<div class="col-xs-12">
<h3 class="pull-left">Blog</h3>
<h3 class="pull-right">Our Latest News</h3>
</div>
</div>
</section>
<!-- ============================ Section End ============================== -->
<!-- ============================ Article Section Start ============================ -->
<article id="one" class="articles container-fluid white">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="https://1060b438a3e372f178c8eca42ffe33f845042cc4.googledrive.com/host/0B9LVk4xbDIJTX0ZobUl1WVNyUG8" alt="NewSpace BPC logo"/>
<h1><a href="garret-schneider-space-development.html" title="Blog Post">NewSpace BPC 2021: East Coast Regional Competition </a></h1>
<p class="blogroll-meta"><span class="icon-clock"></span> 28th of Oct 2021</p>
<p class="blogroll-meta"><span class="icon-user"></span> Aurthor: <i>Sadia Afroz</i></p>
<p class="clear">
Every year, NewSpace holds a conference inviting experts and enthusiasts from all over the world to talk about news, companies and their space reared innovations. NewSpace, an aspect of Space Frontier Foundation, holds an annual conference every year. NewSpace 2016 will be held in Seattle this year[...]
</p>
<a href="newspace-bpc-2021-article.html" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
</article>
<article id="one" class="articles container-fluid white">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="https://1f74d2340cdfcbbc6eb11d0291aed857b8086143.googledrive.com/host/0B9LVk4xbDIJTdk9qQjlnX3V6UE0" alt="NewSpace BPC logo"/>
<h1><a href="garret-schneider-space-development.html" title="Blog Post">NewSpace NYC Business Plan Competition 2021 </a></h1>
<p class="blogroll-meta"><span class="icon-clock"></span> 27th of Oct 2021</p>
<p class="blogroll-meta"><span class="icon-user"></span> Aurthor: <i>Khaki Rodway</i></p>
<p class="clear">
Kepler Communications Wins NewSpace Business Competition in Manhattan. Kepler Communications, a space startup in Toronto, Canada, landed first place in the Space Frontier Foundation’s Northeast Regional NewSpace Business Plan Competition (BPC)[...]
</p>
<a href="newspace-bpc-2021.html" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
</article>
<article id="one" class="articles container-fluid white">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="https://5d3b66cc30fa2188e25b79e5e7f3f16d45c22c1b.googledrive.com/host/0B9LVk4xbDIJTRzZqdEU2c1RqcVE" alt="Doctor Garret Schneider at NewSpace NYC"/>
<h1><a href="garret-schneider-space-development.html" title="Blog Post">Dr. Garret Schneider at NewSpace </a></h1>
<p class="blogroll-meta"><span class="icon-clock"></span> 26th of Aug 2021</p>
<p class="blogroll-meta"><span class="icon-user"></span> Aurthor: <i>Sadia Afroz</i></p>
<p class="clear">
War stories are traditionally historical tales we are privileged to hear from
veterans. The stories we’ve heard resonate brutal tales and plightful missions,
but there is another side of war stories which goes hand in hand with games,
space and science. Space and the government's efforts in aeronautics are
intertwined because the mission of humanity is to explore further beyond the
horizon and the stars.[...]
</p>
<a href="garret-schneider-space-development.html" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
</article>
<article id="one" class="articles container-fluid white">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="https://dbf43ae57f2a058ce20913bf2b842126188436d7.googledrive.com/host/0B9LVk4xbDIJTfmFJTmlrSDd5LWNTTmpzQzl0bTdwR3FhenhMTlNWREQ3RzhqUmhuYmtFcjA/IMG_4857.JPG" alt="#PlutoPalooza at the Explorer’s Club"/>
<h1><a href="pluto-palooza.html" title="Blog Post">#PlutoPalooza at the Explorer’s Club</a></h1>
<p class="blogroll-meta"><span class="icon-clock"></span> 24th of May 2021</p>
<p class="blogroll-meta"><span class="icon-user"></span> Aurthor: <i>Sadia Afroz</i></p>
<p class="clear">
The Explorers Club is located in the heart of New York City, hosting the premiere
expeditionary moments of the world since its inception in 1904. This society has
served generations of explorers and scientists[...]
</p>
<a href="pluto-palooza.html" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
</article>
<article id="one" class="articles container-fluid white">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="https://3ac76718145605b36a796123c0f6da9effe5a228.googledrive.com/host/0B9LVk4xbDIJTfk5DYmxaVk5Yd2dfX3BHeU91cWZDSE1BWkN5T19EZjB2eURsRktHcEF6SXc/mark-jackson-presents-fiat_physica-newspacenyc_IMG_20150515_184316869.jpg" alt="Fiat Physica at NewSpace NYC"/>
<h1><a href="fiat-physica-space-talks.html" title="Blog Post">Fiat Physica at NewSpace NYC</a></h1>
<p class="blogroll-meta"><span class="icon-clock"></span> 17th of May 2021</p>
<p class="blogroll-meta"><span class="icon-user"></span> Aurthor: <i>Sadia Afroz</i></p>
<p class="clear">
“Physics is all around us, from quantum physics to the theory of relativity”,
dictated Dr. Mark G. Jackson at the NewSpace NYC meetup this past Friday.
If you have used a smart phone, then you have held a device utilizing the
principles of quantum mechanics[...]
</p>
<a href="fiat-physica-space-talks.html" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
</article>
<article id="one" class="articles container-fluid white">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="https://icubesat.files.wordpress.com/2013/01/picture-2525.jpg" alt="peapod 3U cubesat"/>
<h1><a href="space-launch-cheap.html" title="Blog Post">Did you know you could launch a pico-satellite for less than $10,000?</a></h1>
<p class="blogroll-meta"><span class="icon-clock"></span> 2nd April 2021</p>
<p class="blogroll-meta"><span class="icon-user"></span> Aurthor: <i>Kjell Hegstad</i></p>
<p class="clear">
That has been headline news lately and time will tell. The cost of sending a satellite
in space is indeed being reduced at a rapid rate. Currently one industry benchmark
is to use $/kilo and the current rate is about $50K/kilo[...]
</p>
<a href="space-launch-cheap.html" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
</article>
<!-- ============================ Section End ============================== -->
<!-- ============================ Section Start ============================ -->
<!-- saving for reference of classes with their styles
<section class="container padding">
<div class="row">
<div class="col-md-12">
<ul class="pagination">
<li><a href="#">PREV</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li class="active"><a href="#">NEXT</a></li>
</ul>
</div>
</div>
</section>
-->
<!-- ============================ Section 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">Icubator 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.
</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>