index.html 3.3 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="/">Index</a></li> -->
  21. <li><a href="/about/"class="active">About</a></li>
  22. <!-- <li><a href="/tickets/">Tickets</a></li>
  23. <li><a href="/participate/">Participate</a></li>
  24. <li><a href="/speakers/">Speakers</a></li>
  25. <li><a href="/sponsors/">Sponsors</a></li>
  26. <li><a href="/schedule/">Schedule</a></li> -->
  27. <li><a href="/policies/">Policies</a></li>
  28. </ul>
  29. </nav>
  30. <header>
  31. <div class="headers">
  32. <a href="/">
  33. <h1>Radical<span class="light">/Networks</span></h1>
  34. </a>
  35. <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
  36. </div>
  37. <div id="social">
  38. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
  39. <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
  40. </div>
  41. </header>
  42. <section id="main_content">
  43. <p>From mass surveillance to the over-commercialization of the 
  44. Internet, the technology that we depend upon for community  and 
  45. connection is being compromised. The recent accessibility of 
  46. networking technology through devices such as the Raspberry Pi 
  47. and software such as BATMAN Adv has made it affordable and possible
  48. for everyday citizens to learn how to design their own web servers
  49. and networks.</p>
  50. <p>_QUESTIONS_<br/>
  51. What would you do with your own network?
  52. Why does it matter to understand how networks work?
  53. Why do community networks matter?
  54. How could free, open local networks benefit people?
  55. What can networks be used for other than social networking and commerical use?</p>
  56. <p>_THEMES_<br/>
  57. Community<br/>
  58. Education<br/>
  59. Activism<br/>
  60. Art</p>
  61. <p>_GOALS_<br/>
  62. To understand how the technology can be used as a method of control
  63. and how to subvert that.<br/>
  64. Teach people how to use the technology for themselves.<br/>
  65. Encourage creative and social exploration with computer networks.</p>
  66. <p>_IDEALS_<br/>
  67. Promoting free and open networks built with free and open hardware and software.<br/>
  68. Decentralizing the control of where networks exist and what and whom are served by them.<br/>
  69. Maintaining control of our own content, hardware, and means of deployment.<br/>
  70. Community and education first.</p>
  71. </section>
  72. <footer>
  73. Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
  74. </footer>
  75. </div>
  76. </div>
  77. </body>
  78. </html>