index.html 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
  11. <!--[if lt IE 9]>
  12. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  13. <![endif]-->
  14. <title>Radical Networks</title>
  15. </head>
  16. <body>
  17. <div id="container">
  18. <div class="inner">
  19. <header>
  20. <div class="headers">
  21. <h1>Radical<span class="light">/Networks</span></h1>
  22. <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
  23. </div>
  24. <div id="social">
  25. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="images/twitter.png"></a>
  26. <a href="mailto:info@radicalnetworks.org"><img src="images/email.png"></a>
  27. </div>
  28. </header>
  29. <!-- <section id="downloads" class="clearfix">
  30. <a href="https://github.com/chootka/radical-networks/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
  31. <a href="https://github.com/chootka/radical-networks/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
  32. <a href="https://github.com/chootka/radical-networks" id="view-on-github" class="button"><span>View on GitHub</span></a>
  33. </section> -->
  34. <hr>
  35. <section id="main_content">
  36. <p>From mass surveillance to the over-commercialization of the 
  37. Internet, the technology that we depend upon for community  and 
  38. connection is being compromised. The recent accessibility of 
  39. networking technology through devices such as the Raspberry Pi 
  40. and software such as BATMAN Adv has made it affordable and possible
  41. for everyday citizens to learn how to design their own web servers
  42. and networks.</p>
  43. <p>Join us for two days of speakers, panels and workshops designed to
  44. introduce the community to DIY networking. Learn how to create your
  45. own offline networks, portable web servers, mesh networks or internet
  46. gateways in hands on workshops. Attend panels where you can discuss
  47. your visions for how a localized network could support your school,
  48. your community, or your cause. Listen to speakers talk about the future
  49. of computer networks and why it’s important to understand how networks
  50. work in this age of hyper-connectivity.</p>
  51. <p>_QUESTIONS_<br/>
  52. What would you do with your own network?
  53. Why does it matter to understand how networks work?
  54. Why do community networks matter?
  55. How could free, open local networks benefit people?
  56. What can networks be used for other than social networking and commerical use?</p>
  57. <p>_THEMES_<br/>
  58. Community<br/>
  59. Education<br/>
  60. Activism<br/>
  61. Art</p>
  62. <p>_GOALS_<br/>
  63. To understand how the technology can be used as a method of control
  64. and how to subvert that.<br/>
  65. Teach people how to use the technology for themselves.<br/>
  66. Encourage creative and social exploration with computer networks.</p>
  67. <p>_IDEALS_<br/>
  68. Promoting free and open networks built with free and open hardware and software.<br/>
  69. Decentralizing the control of where networks exist and what and whom are served by them.<br/>
  70. Maintaining control of our own content, hardware, and means of deployment.<br/>
  71. Community and education first.</p>
  72. </section>
  73. <footer>
  74. Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
  75. </footer>
  76. </div>
  77. </div>
  78. </body>
  79. </html>