index.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="/about/">About</a></li>
  21. <li><a href="/participate/">Participate</a></li>
  22. <!-- <li><a href="/speakers/"class="active">Speakers</a></li>
  23. <li><a href="/sponsors/">Sponsors</a></li>
  24. <li><a href="/schedule/">Schedule</a></li> -->
  25. <li><a href="/policies/">Policies</a></li>
  26. </ul>
  27. </nav>
  28. <header>
  29. <div class="headers">
  30. <a href="/">
  31. <h1>Radical<span class="light">/Networks</span></h1>
  32. </a>
  33. <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
  34. </div>
  35. <div id="social">
  36. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
  37. <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
  38. </div>
  39. </header>
  40. <div class="sidebar">
  41. <p><a href="/participate">Call for proposals</a> are open! Deadline is August 10th, 2015.</p>
  42. <div>In Partnership with<br/>
  43. <a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_150.png" /></a>
  44. </div>
  45. <div>Hosted by<br/>
  46. <a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
  47. </div>
  48. </div>
  49. <section id="main_content">
  50. <p>Speakers</p>
  51. </section>
  52. </div>
  53. </div>
  54. </body>
  55. </html>