-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 2.13 KB
/
index.html
File metadata and controls
52 lines (48 loc) · 2.13 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
---
layout: home
---
<div class="flex-container event-background">
<div class="card">
<div class="wrapper">
<div class="top">
<header>
<h1>Next<br> Event</h1>
<p class="event-date"><b>10</b><br>April</p>
</header>
<section class="ticket-footer">
<p>Hosted At:</p>
<p>{% include location-tba.html %}</p>
</section>
<div class="counter" id="clockdiv">
<p>See you in:</p>
<ul id="countdown">
<li>
<span class="days"></span>
<p>days</p>
</li>
<li>
<span class="hours"></span>
<p>Hours</p>
</li>
<li>
<span class="minutes"></span>
<p>Minutes</p>
</li>
<li>
<span class="seconds"></span>
<p>Seconds</p>
</li>
</ul>
</div>
</div>
{% include tickets-soon.html %}
</div>
</div>
</div>
<div class="about">
<h1>About ManhattanJS</h1>
<p>ManhattanJS is an NYC meetup celebrating everything about JavaScript (and a lot of things that aren't JavaScript, too). We're part of the BoroJS family of meetups in NYC (<a href="http://www.brooklynjs.com" target="_blank" class="borojs">BrooklynJS</a>, <a href="http://www.meetup.com/QueensJS/" target="_blank" class="borojs">QueensJS</a>, & <a href="http://jerseyscript.github.io/" target="_blank" class="borojs">JerseyScript</a>). We come together on the second Wednesday of every month to learn and connect with other members of the NYC development community.</p>
<p>The event starts at 7pm, featuring both technical & passion talks, with various arts & entertainment during intermissions, including an in-house DJ & Battledecks. The price of your ticket helps cover food, dessert, beer, wine & soda*. All proceeds are donated to <a href="https://codenation.org/" target="_blank" class="borojs">Code Nation</a>.</p>
<a href="/sponsorship" class="sponsorship flex-container">Interested in being a sponsor?</a>
</div>
{% include speakers/speaker-list-2019-02.html %}