-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (28 loc) · 901 Bytes
/
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
---
layout: default
title: Home | Space Apps NYC
class: home
hero: home-hero.html
---
<!-- <section class="wave"> -->
<div class="container -text">
<div class="video">
<iframe src="https://www.youtube.com/embed/mo4Ispe3O3w" frameborder="0" allow="autoplay; encrypted-media"
allowfullscreen></iframe>
</div>
</div>
<!-- </section> -->
{% include event-details.html %}
<section class="wave">
<div class="container -text">
<h2>WATCH OUR 2019 HACKATHON DEMOS</h2>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/pYfTWedddxo" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<section class="signup container">
<img src="/images/redesign/website-10@2x.png" class="hashtag--red" />
{% include signup.html %}
</section>