forked from chihacknight/chihacknight.org
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·192 lines (174 loc) · 7.74 KB
/
index.html
File metadata and controls
executable file
·192 lines (174 loc) · 7.74 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
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
---
layout: default
---
<div class='row'>
<div class='col-sm-12'>
<p class='h2'>We’re all about making great ideas happen.</p>
<p class='h4'><strong>Progressive HackNight</strong> is a bi-weekly gathering of coders and creatives, makers and doers, to foment and inspire action. We use our collective talents and abilities to push forward pro-social change in benefit of the common good.</p>
<br />
</div>
</div>
<!-- <div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><b>Next Progressive Hacknight</b> <a class='pull-right' href='/events/'>Past events »</a></h3>
</div>
<div class="panel-body">
<h2><i class='fa fa-snowflake-o'></i> Happy holidays! See you in 2017! <i class='fa fa-snowflake-o'></i></h2>
<p>We're taking the last two weeks of the year off due to the holidays. We’ll be back again on <strong>January 3rd, 2017</strong> with more civic hacking fun!</p>
</div>
</div> -->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><b>Next Progressive Hacknight</b> <a class='pull-right' href='/events/'>Past events »</a></h3>
</div>
<div class="panel-body">
{% for post in site.categories['events'] limit:1 %}
<strong>{{ post.date | date: "%l:%M %P" }}, {{ post.date | date: "%A, %B %-d, %Y" }}</strong>
<h2 class='no-margin-top'>
<small>#{{post.event_id}}</small>
<a href="{{post.url}}">{{post.title}}</a>
</h2>
<div class='row'>
<div class='col-sm-7'>
{% if post.description %}
<p>{{ post.description }}</p>
{% endif %}
<br />
{% if site.time <= post.date %}
{% if post.rsvp %}
<a class='btn btn-success btn-lg' href="{{post.rsvp}}" target='_blank'><i class='fa fa-check-square-o'></i> RSVP</a>
{% else %}
<a class='btn btn-success btn-lg' href="https://www.eventbrite.com/e/progressive-hacknight-at-thoughtworks-tickets-39425199834" target='_blank'><i class='fa fa-check-square-o'></i> RSVP</a>
{% endif %}
{% endif %}
<a class='btn btn-link btn-lg' href="{{post.url}}"><i class='fa fa-info-circle-square-o'></i> Details</a>
<a class='btn btn-link btn-lg' href="{{post.agenda}}" target='_blank'><i class='fa fa-file-text-o'></i> Agenda</a>
</div>
<div class='col-sm-5'>
{% if post.image %}
<a href="{{post.url}}"><img class='img-responsive img-thumbnail' src='{{post.image}}' alt='{{post.title}}' /></a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><b>Civic Tech Events outside ProgressiveHacknight</b></h3>
</div>
<div class="panel-body">
<div class='row'>
{% for post in site.categories['other-events'] reversed limit:2 %}
{% if forloop.last %}
<div class='col-sm-5 col-sm-offset-1'>
{% else %}
<div class='col-sm-5'>
{% endif %}
{% if post.image %}
<a href="{{post.url}}"><img class='img-responsive img-thumbnail' src='{{post.image}}' alt='{{post.title}}' /></a>
{% endif %}
<strong>{{ post.date | date: "%A, %B %-d, %Y %I:%M %p" }}</strong>
<h4 class='no-margin-top'>
<a href="{{post.url}}">{{post.title}}</a>
</h4>
{% if post.description %}
<p>{{ post.description }}</p>
{% endif %}
<br />
{% if site.time <= post.date %}
<a class='btn btn-success' href="{{post.rsvp}}" target='_blank'><i class='fa fa-check-square-o'></i> RSVP</a>
{% endif %}
<a class='btn btn-link' href="{{post.url}}"><i class='fa fa-info-circle-square-o'></i> Details</a>
<a class='btn btn-link' href="{{post.agenda}}" target='_blank'><i class='fa fa-file-text-o'></i> Agenda</a>
</div>
{% endfor %}
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><b>Latest blog post</b> <a class='pull-right' href='/blog/'>All posts »</a></h3>
</div>
<div class="panel-body">
{% for post in site.categories['blog'] limit:1 %}
<div class='row'>
<div class='col-sm-4'>
{% if post.image %}
<img class='img-thumbnail img-responsive' src='{{post.image}}' alt='{{ post.title }}' />
{% else %}
<img class='img-thumbnail img-responsive' src='/images/logo/logo.png' alt='{{ post.title }}' />
{% endif %}
</div>
<div class='col-sm-8'>
<h4>
<a href='{{post.url}}'>{{ post.title }}</a>
</h4>
<p>
<small>{{ post.date | date: "%b %-d, %Y" }} by
<a class='muted' href='{{post.author_url}}'>{{post.author}}</a>
{% if post.author2 %}
, <a class='muted' href='{{post.author2_url}}'>{{post.author2}}</a>
{% endif %}
</small>
<br />
{{ post.description | markdownify }} <a href='{{post.url}}'>Read more »</a>
</p>
<br />
</div>
</div>
{% endfor %}
</div>
</div>
<div class='row'>
<div class='col-sm-12'>
<h2 id='about'>Welcome!</h2>
<p>Join us every other Tuesday from 6:30-9:30p on the 15th floor of ThoughtWorks NYC to hear from <a href='/events/index.html'>amazing speakers</a>, <a href='/breakouts.html#discussion'>discuss progressive issues</a> and <a href='/breakouts.html#working'>work on civic projects</a>. <a href='/about.html#everyone'><strong>Everyone is welcome!</strong></a></p>
<p>Progressive HackNight is a bi-weekly gathering of coders and creatives, makers and doers, to foment and inspire action as well as use our collective talents and abilities to push forward progressive agendas and pro-social change in benefit of the common good. <a href='/about.html'>More about us »</a></p>
<hr />
<h2 id='community'>Join our community</h2>
<p>Progressive Hacknight is a hub for <a href='/community.html'>New York's progressive tech community</a>. Here's the three best ways to get involved:</p>
<div class='row text-center'>
<div class='col-sm-4'>
<div class='well'>
<h1><i class='fa fa-fw fa-calendar'></i></h1>
<p>1. Go to Progressive Hacknight. <a href='https://www.eventbrite.com/e/progressive-hacknight-at-thoughtworks-tickets-39424865835'>We meet every other Tuesday at 6:30pm</a></p>
</div>
</div>
<div class='col-sm-4'>
<div class='well'>
<h1><i class='fa fa-fw fa-envelope'></i></h1>
<p>2. <a href='http://eepurl.com/cURxmP'>Subscribe to updates</a> on upcoming speakers and events</p>
</div>
</div>
<div class='col-sm-4'>
<div class='well'>
<h1><i class='fa fa-fw fa-group'></i></h1>
<p>3. Browse our <a href='/breakouts.html'>breakouts</a> to find your group</p>
</div>
</div>
</div>
<hr />
<div class='sponsors'>
<h2>Special Thanks to </h2>
<div class='sponsor col-sm-12 col-md-4'>
<a href="https://www.thoughtworks.com/locations/new-york">
<img src="/images/thoughtworks.jpg" />
</a>
<p align="center">Venue Partner</p>
</div>
<div class='sponsor col-sm-12 col-md-4'>
<a href="http://civichall.org/">
<img src="/images/sponsors/civichall.png" />
</a>
<p align="center">Amplifying Partner</p>
</div>
<div class='sponsor col-sm-12 col-md-4'>
<a href="https://www.meetup.com/Developers-for-Good/events/243214042/">
<img src="/images/sponsors/coders-for-good.jpeg" />
</a>
<p align="center">Amplifying Partner</p>
</div>
</div>
</div>
</div>