123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>About</title>
-
- <meta name="author" content="Radical Networks">
-
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <link href="/assets/themes/bootstrap/css/bootstrap.min.css" rel="stylesheet">
-
- <link href="/assets/themes/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
-
- <link href="/assets/themes/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
-
-
- <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
- <link href="/assets/themes/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
-
-
-
-
-
- </head>
- <body>
- <div id="wrap">
- <div class="container">
- <nav class="row navbar" role="navigation">
-
- <div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-spacer"></span>
- <span class="icon-bar"></span>
- <span class="icon-spacer"></span>
- <span class="icon-bar"></span>
- <span class="icon-spacer"></span>
- <br/>
- </button>
- </div>
-
- <div class="collapse navbar-collapse" id="jb-navbar-collapse">
- <ul class="nav navbar-nav">
-
-
-
-
-
-
- <li class="active"><a href="/about/" class="active">About</a></li>
-
-
-
-
-
- <li><a href="/location/">Location</a></li>
-
-
-
-
-
- <li><a href="/participate/">Participate</a></li>
-
-
-
-
-
- <li><a href="/team/">Team</a></li>
-
-
-
-
-
- <li><a href="/policies/">Policies</a></li>
-
-
-
-
-
- <li><a href="/archives/">Archives</a></li>
-
-
-
- </ul>
- </div>
- </nav>
- <header>
- <div class="row">
- <a href="/">
- <img class="logo" src="/assets/themes/images/radnets_logo.png" width="500" height="76" />
- </a>
- <h2>November 4-6, 2016<br/>Chemistry Creative, Brooklyn NY</h2>
- <div class="social">
- <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/assets/themes//images/twitter_logo.png" width="37" height="37" /></a>
- <a href="mailto:info@radicalnetworks.org"><img src="/assets/themes//images/email.png" width="37" height="37" /></a>
- </div>
- </div>
- </header>
- <div class="row">
- <div class="col-md-8 content">
-
- <div class="row">
- <div class="col-xs-12">
-
- <p>From mass surveillance to the over-commercialization of the Internet, the technology that we depend upon for community and connection is being compromised. The recent accessibility of networking technology through devices such as the Raspberry Pi and software such as BATMAN Adv has made it affordable and possible for everyday citizens to learn how to design their own web servers and networks.</p>
- <h3>GOALS</h3>
- <ul>
- <li>To understand how the technology can be used as a method of control and how to subvert that.</li>
- <li>Teach people how to use networking technology for themselves.</li>
- <li>Encourage creative and social exploration with computer networks.</li>
- </ul>
- <h3>IDEALS</h3>
- <ul>
- <li>Promoting free and open networks built with free and open hardware and software.</li>
- <li>Decentralizing the control of where networks exist and what and whom are served by them.</li>
- <li>Maintaining control of our own content, hardware, and means of deployment.</li>
- <li>Community and free expression first.</li>
- </ul>
- </div>
- </div>
- </div>
- <div class="col-md-4 sidebar">
-
- <div>In Partnership with<br/>
- <a href="http://eyebeam.org/" target="_blank"><img src="/assets/themes//images/eyebeam_logo.png" width="150" height="94" /></a>
- </div>
- <div>Hosted by<br/>
- <a href="http://www.elsewherebrooklyn.com" target="_blank">
- <img src="/assets/themes//images/elsewhere.png" width="120" height="135" /></a>
-
- </div>
- <div class="social">Contact<br/>
- <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/assets/themes//images/twitter_logo.png" width="37" height="37" /></a>
- <a href="mailto:info@radicalnetworks.org"><img src="/assets/themes//images/email.png" width="37" height="37" /></a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="footer">
- <div class="container">
- <p>
- © 2016 Radical Networks • Maintained by <a href="https://github.com/chootka">chootka</a>
- </p>
- </div>
- </div>
-
-
-
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- <script src="/assets/themes//bootstrap/js/bootstrap.min.js"></script>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
- </body>
- </html>
|