-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 2.49 KB
/
index.html
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
---
layout: default
home: true
---
<div id="title">
<p>Enter a nickname and press "connect" to join our chat channel!</p>
</div>
<div id="video">
<!-- <p><a href="https://github.com/seattleio/councilchat/blob/gh-pages/CONDUCT.md">Hey Duwamish </a> In short: act like a jerk and you'll get removed. Don't be a jerk.</p> -->
<!-- <p>You should also join the <a href="">seattle.io newsletter</a> to get updates on Seattle CouncilChat and similar projects.</p> -->
<iframe frameborder="0" scrolling="no" style="min-height: 100%; min-width: 100%" src="https://webchat.freenode.net?channels=%23mapseed"></iframe>
</div>
<div id="help">
Just type a message and press <code>Enter</code> to get started!<br><br>
Or, message someone directly by typing the following:<br>
<code>/msg <person's nickname> <message></code><br>
For example, to message the user <code>lswart</code>, just type:<br>
<code>/msg lswart hey there! let's build this together :-)</code>
<!-- Begin MailChimp Signup Form -->
<!-- <div id="mc_embed_signup"> <form action="//seattle.us5.list-manage.com/subscribe/post?u=b5b4f7fda673e887e9380b619&id=0884c4f1e3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Your email: </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
<input type="submit" value="Join the newsletter." name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<!-- <div style="position: absolute; left: -5000px;"><input type="text" name="b_b5b4f7fda673e887e9380b619_0884c4f1e3" tabindex="-1" value=""></div> -->
</div>
<!--End mc_embed_signup-->
<div id="about">
<hr>
<h4>Help build Mapseed</h4>
<p>You can help make MapSeed better! Help with code, design, outreach, monitoring, writing, etc.</p>
<p><a href="https://github.com/mapseed/platform" class="button">Contribute to MapSeed on GitHub.</a></p>
<br>
<br>
<p class="serif" style="font-size:75%;">An <a href="http://openseattle.org">openseattle.org</a> project</p>
</div>