index.html 3.5 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. <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. <h1>Radical<span class="light">/Networks</span></h1>
  21. <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
  22. </header>
  23. <!-- <section id="downloads" class="clearfix">
  24. <a href="https://github.com/chootka/radical-networks/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
  25. <a href="https://github.com/chootka/radical-networks/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
  26. <a href="https://github.com/chootka/radical-networks" id="view-on-github" class="button"><span>View on GitHub</span></a>
  27. </section> -->
  28. <hr>
  29. <section id="main_content">
  30. <p>From mass surveillance to the the over-commercialization of the 
  31. Internet, the technology that we depend upon for community  and 
  32. connection is being compromised. The recent accessibility of 
  33. networking technology through devices such as the Raspberry Pi 
  34. and software such as BATMAN Adv has made it affordable and possible
  35. for everyday citizens to learn how to design their own web servers
  36. and networks. </p>
  37. <p>Join us for two days of speakers, panels and workshops designed to
  38. introduce the community to DIY networking. Learn how to create your
  39. own offline networks, portable web servers, mesh networks or internet
  40. gateways in hands on workshops. Attend panels where you can discuss
  41. your visions for how a localized network could support your school,
  42. your community, or your cause. Listen to speakers talk about the future
  43. of computer networks and why it’s important to understand how networks
  44. work in this age of hyper-connectivity. </p>
  45. <p>QUESTIONS
  46. What would you do with your own network?
  47. Why does it matter to understand how networks work?
  48. Why do community networks matter?
  49. How could free, open local networks benefit people?
  50. What can networks be used for other than social networking and commerical use?</p>
  51. <p>THEMES
  52. Community
  53. Education
  54. Activism
  55. Art</p>
  56. <p>GOALS
  57. To understand how the technology can be used as a method of control
  58. and how to subvert that.
  59. Teach people how to use the technology for themselves.
  60. Encourage creative and social exploration with computer networks.</p>
  61. <p>IDEALS
  62. Promoting free and open networks built with free and open hardware and software
  63. Decentralizing the control of where networks exist and what and whom are served by them
  64. Maintaining control of our own content, hardware, and means of deployment
  65. Community and education first</p>
  66. </section>
  67. <footer>
  68. Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
  69. </footer>
  70. </div>
  71. </div>
  72. </body>
  73. </html>