index.html 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  8. <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
  9. <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
  10. <!--[if lt IE 9]>
  11. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. <title>Radical Networks</title>
  14. </head>
  15. <body>
  16. <div id="container">
  17. <div class="inner">
  18. <nav>
  19. <ul>
  20. <li><a href="/about/"class="active">About</a></li>
  21. <li><a href="/participate/">Participate</a></li>
  22. <!-- <li><a href="/speakers/">Speakers</a></li>
  23. <li><a href="/sponsors/">Sponsors</a></li>
  24. <li><a href="/schedule/">Schedule</a></li> -->
  25. <li><a href="/policies/">Policies</a></li>
  26. </ul>
  27. </nav>
  28. <header>
  29. <div class="headers">
  30. <a href="/">
  31. <h1>Radical<span class="light">/Networks</span></h1>
  32. </a>
  33. <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
  34. </div>
  35. <div id="social">
  36. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
  37. <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
  38. </div>
  39. </header>
  40. <div class="sidebar">
  41. <p><a href="/participate">Call for proposals</a> are open! Deadline is August 10th, 2015.</p>
  42. <div>In Partnership with<br/>
  43. <a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_150.png" /></a>
  44. </div>
  45. <div>Hosted by<br/>
  46. <a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
  47. </div>
  48. </div>
  49. <section id="main_content">
  50. <p>From mass surveillance to the over-commercialization of the 
  51. Internet, the technology that we depend upon for community  and 
  52. connection is being compromised. The recent accessibility of 
  53. networking technology through devices such as the Raspberry Pi 
  54. and software such as BATMAN Adv has made it affordable and possible
  55. for everyday citizens to learn how to design their own web servers
  56. and networks.</p>
  57. <h3>GOALS</h3>
  58. <ul>
  59. <li>To understand how the technology can be used as a method of control and how to subvert that.</li>
  60. <li>Teach people how to use networking technology for themselves.</li>
  61. <li>Encourage creative and social exploration with computer networks.</li>
  62. </ul>
  63. <h3>IDEALS</h3>
  64. <ul>
  65. <li>Promoting free and open networks built with free and open hardware and software.</li>
  66. <li>Decentralizing the control of where networks exist and what and whom are served by them.</li>
  67. <li>Maintaining control of our own content, hardware, and means of deployment.</li>
  68. <li>Community and free expression first.</li>
  69. </ul>
  70. </section>
  71. <footer>
  72. Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
  73. </footer>
  74. </div>
  75. </div>
  76. </body>
  77. </html>