index.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/">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>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. </section>
  52. <footer>
  53. Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
  54. </footer>
  55. </div>
  56. </div>
  57. </body>
  58. </html>