-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgetinvolved.php
34 lines (34 loc) · 1.97 KB
/
getinvolved.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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<title>Seattle Meshnet Project</title>
<?php require 'header.php'; ?>
<div class="container-fluid">
<div class="offset1 span10">
<p class="lead">Get involved!</p>
<p>
Help us build a new and better internet. An internet that can't be censored by the government or corporations and is controlled by the people.<br />
</p>
<p>
Your time, money, voice, or roof can be of great help.</p>
<ul>
<li>
Attend one of our casual meetups that usually takes place at <a href="http://www.metrixcreatespace.com/">Metrix</a>. All are welcome (especially "noobies")! Our meetups are usually on Fridays, but do first confirm (the day, time, and place of) the next meetup by reading (or just asking in the channel) the topic on our <a href="http://chat.efnet.org:9090/?channels=%23seattlemeshnet">IRC channel</a> (chat room).<br />
</li>
<!--<li>
Help <a href="https://fund.meshwith.me/">fund</a> the development of cjdns and the expansion of the meshnet.<br />
</li>-->
<li>
Help the meshnet grow by putting up a node (a piece of wireless equipment that connects to other nodes). Your roof may make a great home for a node.<br />
</li>
<li>
Tell all of your friends, family, neighbors, and everyone willing to listen about Seattle Meshnet.<br />
</li>
<li>
Find more information and answers to your questions, visit our: <a href="https://wiki.projectmeshnet.org/Seattle_Meshnet">Wiki</a>, <a href="http://chat.efnet.org:9090/?channels=%23seattlemeshnet">IRC channel</a> (chat room), <a href="http://www.reddit.com/r/seattlemeshnet">Subreddit</a>, <a href="https://twitter.com/seattlemeshnet">Twitter</a>, or our infrequent <a href="https://lists.projectmesh.net/cgi-bin/mailman/listinfo/seattle">mailing list</a>.</li>
</ul>
</div>
</div>
<?php require 'footer.php'; ?>
</body>
</html>