index.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. <div class="eyebeam">In Partnership with<br/>
  44. <a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo.png" /></a>
  45. </div>
  46. <p>From mass surveillance to the over-commercialization of the 
  47. Internet, the technology that we depend upon for community  and 
  48. connection is being compromised. The recent accessibility of 
  49. networking technology through devices such as the Raspberry Pi 
  50. and software such as BATMAN Adv has made it affordable and possible
  51. for everyday citizens to learn how to design their own web servers
  52. and networks.</p>
  53. <div>_QUESTIONS_
  54. <ul>
  55. <li>What would you do with your own network?</li>
  56. <li>Why does it matter to understand how networks work?</li>
  57. <li>Why do community networks matter?</li>
  58. <li>How could free, open local networks benefit people?</li>
  59. <li>What can networks be used for other than social networking and commerical use?</li>
  60. </ul>
  61. </div>
  62. <div>_THEMES_
  63. <ul>
  64. <li>Community</li>
  65. <li>Education</li>
  66. <li>Activism</li>
  67. <li>Art</li>
  68. </ul>
  69. </div>
  70. <div>_GOALS_
  71. <ul>
  72. <li>To understand how the technology can be used as a method of control and how to subvert that.</li>
  73. <li>Teach people how to use the technology for themselves.</li>
  74. <li>Encourage creative and social exploration with computer networks.</li>
  75. </ul>
  76. </div>
  77. <div>_IDEALS_
  78. <ul>
  79. <li>Promoting free and open networks built with free and open hardware and software.</li>
  80. <li>Decentralizing the control of where networks exist and what and whom are served by them.</li>
  81. <li>Maintaining control of our own content, hardware, and means of deployment.</li>
  82. <li>Community and education first.</li>
  83. </ul>
  84. </div>
  85. </section>
  86. <footer>
  87. Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
  88. </footer>
  89. </div>
  90. </div>
  91. </body>
  92. </html>