index.html 2.1 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. <div class="post single">
  44. <h1>Call For Proposals</h1>
  45. <info datetime="2015-07-21">
  46. Jul 21, 2015
  47. </info>
  48. <div class="body"><p>Call for proposals!</p>
  49. </div>
  50. </div>
  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>