forked from clairebaire/onio-wp-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events-civichackingday.php
26 lines (25 loc) · 1.26 KB
/
events-civichackingday.php
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
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<span>
<a data-toggle="collapse" data-parent="#events-accordion" href="#NDCHCollapse">
NDoCH
</a>
</span>
</h4>
</div>
<div id="NDCHCollapse" class="panel-collapse collapse">
<div class="panel-body">
National Day of Civic Hacking (NDoCH) is an international event that takes place the first weekend in June in over 80 cities around the world.
The event brings together citizens, software developers, and entrepreneurs to collaboratively create, build, and invent new solutions using publicly-released data,
code and technology to improve our communities and the governments that serve them.
Anyone can participate; you don’t have to be an expert in technology, you just have to care about your neighborhood and community.
In 2014, Open Nebraska will join brigades and organizations around the world in celebrating the NDoCH, with the first annual Community Tech Party in the Park (link).
</div>
<div class="links">
<span class="social eventbrite"></span>
<span class="social meetup"></span>
<span class="social twitter"></span>
</div>
</div>
</div>