-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ejs
More file actions
89 lines (66 loc) · 3.11 KB
/
Copy pathindex.ejs
File metadata and controls
89 lines (66 loc) · 3.11 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
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
<div class="hero">
<div class="ui container">
<h1>LI Web</h1>
<p>
A Long Island based Meetup for developers, designers, administrators, marketers, managers and leaders who work, study and play on the web.
</p>
<a class="ui massive button positive caps" href="http://www.meetup.com/li-web">Join Our Meetup!</a>
</div>
</div>
<div class="mission cushy">
<div class="ui container">
<h2>About Us</h2>
<p>
LI Web is a group of talented developers, designers, administrators, marketers, managers and leaders who work in the web space.
</p>
<p>
We hold several different types of events including Presentation Nights, Dev Sprints and Social Outings. Our goal is to share knowledge, ideas and help build a community of like minded professionals on Long Island.
</p>
<p>
Our meetups are typically held at Stony Brook University and the surrounding area. We want to connect technology professionals with our students and the wider the University Community.
</p>
<p>
We also understand the challenges involved with community building and want to encourage anyone interested in hosting their own tech nights to let us know and we'll be happy to cross promote or make you an event organizer.
</p>
We look forward to building and growing this community and the exciting learning opportunities that are ahead of us!
</p>
</div>
</div>
<div class="events">
<div class="ui container">
<h2>Events</h2>
<div class="ui three column doubling stackable grid snug">
<div class="column">
<h3>Presentation Nights</h3>
<p>We recruit speakers from within our membership and the Long Island and NYC tech communities to speak about different technologies, pitch ideas or demo projects.</p>
<p>These presentations are typically held on the <strong>second Wednesday</strong> each month starting at 7PM at the New CS Building at Stony Brook University.
</div>
<div class="column">
<h3>Code Sprints</h3>
<p>Code sprints are open hours where our members are invited to come work on one of their projects, ask for advice or show off what they are building.</p>
<p>We host these sprints on the <strong>Third Thursday</strong> each month from 6PM until about 9PM at the New CS Building at Stony Brook University.
</div>
<div class="column">
<h3>Networking & Happy Hours</h3>
<p>Expand your social circle with people who share your passion for technology and discuss the latest trends while grabbing a beer and some food. </p>
<p>We typically meet at Brownstone Brewery in Ronkonkoma at 6:30PM on the third or fourth Tuesday each month.
</div>
</div>
<div class="ui one column grid cozy">
<div id='calendar'></div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="ui container" style="text-align: center;">
<div style="margin-bottom:1em;">Ready to Get Involved? Join Us On:</div>
<div class="ui buttons massive">
<a href="http://www.meetup.com/li-web" class="ui positive button">Meetup</a>
<div class="or"></div>
<a class="ui positive button" href="http://www.facebook.com/LIWebGroup">Facebook</a>
<div class="or"></div>
<a class="ui positive button" href="http://www.twitter.com/LIWebGroup">Twitter</a>
</div>
</div>
</div>