-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.php
17 lines (17 loc) · 986 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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">What is the Seattle Meshnet Project?</p>
<p>
The Seattle Meshnet Project is an attempt to build the physical infrastructure to run cjdns, a decentralized, encrypted, low latency routing protocol. Building off of previous wireless projects, we intend to create a separate network that will be resistant towards attempts to censor or otherwise impede free & legal speech, while also being resistant to natural disasters and other events that might take down ISPs today.
</p>
<p><a href="/getinvolved" class="btn btn-primary">Get Involved <i class="icon-chevron-sign-right"></i></a></p>
</div>
</div>
<?php require 'footer.php'; ?>
</body>
</html>