forked from chihacknight/chihacknight.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscussion.html
More file actions
24 lines (19 loc) · 1015 Bytes
/
discussion.html
File metadata and controls
24 lines (19 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
---
<h1>Discussion</h1>
<p>Between hack nights, we use the internets for coordinating and collaborating on civic technology projects in Chicago.</p>
<p><i class='fa fa-twitter'></i> On Twitter, we use the <a href='https://twitter.com/search?q=%23chihacknight'>#chihacknight</a> hashtag</p>
<p><i class='fa fa-terminal'></i> On IRC, we use the <strong>#chihacknight</strong> channel on irc.freenode.net</p>
<p><i class='fa fa-envelope'></i> But our primary mode of online communication is the <a href='https://groups.google.com/forum/#!forum/chihacknight'>chihacknight Google Group</a>, shown below.</p>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="700">
</iframe>
<script type="text/javascript">
document.getElementById('forum_embed').src =
'https://groups.google.com/forum/embed/?place=forum/chihacknight&showsearch=true&showpopout=true&showtabs=false&hideforumtitle=true#!categories/chihacknight';
</script>