Browse Source

built jekyll framework

chootka 9 years ago
parent
commit
3ca2cec760
50 changed files with 1824 additions and 112 deletions
  1. BIN
      .DS_Store
  2. 6 1
      Gemfile
  3. 131 0
      Gemfile.lock
  4. 133 0
      _config.yml
  5. 10 0
      _drafts/jekyll-introduction-draft.md
  6. 53 0
      _layouts/default.html
  7. 6 0
      _layouts/page.html
  8. 12 0
      _layouts/post.html
  9. 6 0
      _posts/2015-07-21-call-for-proposals.md
  10. 62 0
      _site/2015/07/21/call-for-proposals/index.html
  11. 1 0
      _site/CNAME
  12. 7 0
      _site/Gemfile
  13. 131 0
      _site/Gemfile.lock
  14. 86 0
      _site/about/index.html
  15. BIN
      _site/images/Black-Circle-Icon_Email1-940x940.png
  16. BIN
      _site/images/arrow-down.png
  17. BIN
      _site/images/body-bg.png
  18. BIN
      _site/images/email.png
  19. BIN
      _site/images/facebook-70251b04a4be865178ab592bc9586c83.png
  20. BIN
      _site/images/highlight-bg.jpg
  21. BIN
      _site/images/hr.png
  22. BIN
      _site/images/logo.png
  23. BIN
      _site/images/logo_letters.png
  24. BIN
      _site/images/logo_sq.png
  25. BIN
      _site/images/octocat-icon.png
  26. BIN
      _site/images/octocat-small.png
  27. BIN
      _site/images/tar-gz-icon.png
  28. BIN
      _site/images/twitter.png
  29. BIN
      _site/images/twitter_logo_white.png
  30. BIN
      _site/images/zip-icon.png
  31. 62 0
      _site/index.html
  32. 1 0
      _site/javascripts/main.js
  33. 20 0
      _site/javascripts/scale.fix.js
  34. 0 0
      _site/params.json
  35. 55 0
      _site/participate/index.html
  36. 57 0
      _site/policies/index.html
  37. 55 0
      _site/schedule/index.html
  38. 55 0
      _site/speakers/index.html
  39. 55 0
      _site/sponsors/index.html
  40. 116 0
      _site/stylesheets/github-dark.css
  41. 228 0
      _site/stylesheets/print.css
  42. 388 0
      _site/stylesheets/stylesheet.css
  43. 36 0
      about/index.html
  44. 5 85
      index.html
  45. 5 0
      participate/index.html
  46. 7 0
      policies/index.html
  47. 5 0
      schedule/index.html
  48. 5 0
      speakers/index.html
  49. 5 0
      sponsors/index.html
  50. 20 26
      stylesheets/stylesheet.css

BIN
.DS_Store


+ 6 - 1
Gemfile

@@ -1,2 +1,7 @@
 source 'https://rubygems.org'
-gem 'github-pages'
+
+require 'json'
+require 'open-uri'
+versions = JSON.parse(open('https://pages.github.com/versions.json').read)
+
+gem 'github-pages', versions['github-pages']

+ 131 - 0
Gemfile.lock

@@ -0,0 +1,131 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    RedCloth (4.2.9)
+    activesupport (4.2.3)
+      i18n (~> 0.7)
+      json (~> 1.7, >= 1.7.7)
+      minitest (~> 5.1)
+      thread_safe (~> 0.3, >= 0.3.4)
+      tzinfo (~> 1.1)
+    blankslate (2.1.2.4)
+    celluloid (0.16.0)
+      timers (~> 4.0.0)
+    classifier-reborn (2.0.3)
+      fast-stemmer (~> 1.0)
+    coffee-script (2.4.1)
+      coffee-script-source
+      execjs
+    coffee-script-source (1.9.1.1)
+    colorator (0.1)
+    execjs (2.5.2)
+    fast-stemmer (1.0.2)
+    ffi (1.9.10)
+    gemoji (2.1.0)
+    github-pages (38)
+      RedCloth (= 4.2.9)
+      github-pages-health-check (~> 0.2)
+      jekyll (= 2.4.0)
+      jekyll-coffeescript (= 1.0.1)
+      jekyll-feed (= 0.3.0)
+      jekyll-mentions (= 0.2.1)
+      jekyll-redirect-from (= 0.8.0)
+      jekyll-sass-converter (= 1.2.0)
+      jekyll-sitemap (= 0.8.1)
+      jemoji (= 0.4.0)
+      kramdown (= 1.5.0)
+      liquid (= 2.6.2)
+      maruku (= 0.7.0)
+      mercenary (~> 0.3)
+      pygments.rb (= 0.6.3)
+      rdiscount (= 2.1.7)
+      redcarpet (= 3.3.1)
+      terminal-table (~> 1.4)
+    github-pages-health-check (0.3.1)
+      net-dns (~> 0.6)
+      public_suffix (~> 1.4)
+    hitimes (1.2.2)
+    html-pipeline (1.9.0)
+      activesupport (>= 2)
+      nokogiri (~> 1.4)
+    i18n (0.7.0)
+    jekyll (2.4.0)
+      classifier-reborn (~> 2.0)
+      colorator (~> 0.1)
+      jekyll-coffeescript (~> 1.0)
+      jekyll-gist (~> 1.0)
+      jekyll-paginate (~> 1.0)
+      jekyll-sass-converter (~> 1.0)
+      jekyll-watch (~> 1.1)
+      kramdown (~> 1.3)
+      liquid (~> 2.6.1)
+      mercenary (~> 0.3.3)
+      pygments.rb (~> 0.6.0)
+      redcarpet (~> 3.1)
+      safe_yaml (~> 1.0)
+      toml (~> 0.1.0)
+    jekyll-coffeescript (1.0.1)
+      coffee-script (~> 2.2)
+    jekyll-feed (0.3.0)
+    jekyll-gist (1.2.1)
+    jekyll-mentions (0.2.1)
+      html-pipeline (~> 1.9.0)
+      jekyll (~> 2.0)
+    jekyll-paginate (1.1.0)
+    jekyll-redirect-from (0.8.0)
+      jekyll (>= 2.0)
+    jekyll-sass-converter (1.2.0)
+      sass (~> 3.2)
+    jekyll-sitemap (0.8.1)
+    jekyll-watch (1.2.1)
+      listen (~> 2.7)
+    jemoji (0.4.0)
+      gemoji (~> 2.0)
+      html-pipeline (~> 1.9)
+      jekyll (~> 2.0)
+    json (1.8.3)
+    kramdown (1.5.0)
+    liquid (2.6.2)
+    listen (2.10.1)
+      celluloid (~> 0.16.0)
+      rb-fsevent (>= 0.9.3)
+      rb-inotify (>= 0.9)
+    maruku (0.7.0)
+    mercenary (0.3.5)
+    mini_portile (0.6.2)
+    minitest (5.7.0)
+    net-dns (0.8.0)
+    nokogiri (1.6.6.2)
+      mini_portile (~> 0.6.0)
+    parslet (1.5.0)
+      blankslate (~> 2.0)
+    posix-spawn (0.3.11)
+    public_suffix (1.5.1)
+    pygments.rb (0.6.3)
+      posix-spawn (~> 0.3.6)
+      yajl-ruby (~> 1.2.0)
+    rb-fsevent (0.9.5)
+    rb-inotify (0.9.5)
+      ffi (>= 0.5.0)
+    rdiscount (2.1.7)
+    redcarpet (3.3.1)
+    safe_yaml (1.0.4)
+    sass (3.4.16)
+    terminal-table (1.5.2)
+    thread_safe (0.3.5)
+    timers (4.0.1)
+      hitimes
+    toml (0.1.2)
+      parslet (~> 1.5.0)
+    tzinfo (1.2.2)
+      thread_safe (~> 0.1)
+    yajl-ruby (1.2.1)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  github-pages
+
+BUNDLED WITH
+   1.10.5

+ 133 - 0
_config.yml

@@ -0,0 +1,133 @@
+# This is the default format. 
+# For more see: http://jekyllrb.com/docs/permalinks/
+permalink: /:categories/:year/:month/:day/:title 
+
+exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
+highlighter: pygments
+
+# Themes are encouraged to use these universal variables 
+# so be sure to set them if your theme uses them.
+#
+title : Radical Networks
+tagline:
+author :
+  name : Radical Networks
+  email : info@radicalnetworks.org
+  github : chootka
+  twitter : radnetworks
+
+# The production_url is only used when full-domain names are needed
+# such as sitemap.txt 
+# Most places will/should use BASE_PATH to make the urls
+#
+# If you have set a CNAME (pages.github.com) set your custom domain here.
+# Else if you are pushing to username.github.io, replace with your username.
+# Finally if you are pushing to a GitHub project page, include the project name at the end.
+#
+production_url : http://radicalnetworks.org
+
+# All Jekyll-Bootstrap specific configurations are namespaced into this hash
+#
+JB :
+  version : 0.3.0
+
+  # All links will be namespaced by BASE_PATH if defined.
+  # Links in your website should always be prefixed with {{BASE_PATH}}
+  # however this value will be dynamically changed depending on your deployment situation.
+  #
+  # CNAME (http://yourcustomdomain.com)
+  #   DO NOT SET BASE_PATH 
+  #   (urls will be prefixed with "/" and work relatively)
+  #
+  # GitHub Pages (http://username.github.io)
+  #   DO NOT SET BASE_PATH 
+  #   (urls will be prefixed with "/" and work relatively)
+  #
+  # GitHub Project Pages (http://username.github.io/project-name)
+  #
+  #   A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
+  #  REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
+  #
+  # CAUTION:
+  #   - When in Localhost, your site will run from root "/" regardless of BASE_PATH
+  #   - Only the following values are falsy: ["", null, false]
+  #   - When setting BASE_PATH it must be a valid url.
+  #     This means always setting the protocol (http|https) or prefixing with "/"
+  BASE_PATH : false
+
+  # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
+  # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
+  #
+  # Override this by defining an absolute path to assets here.
+  # ex: 
+  #   http://s3.amazonaws.com/yoursite/themes/watermelon
+  #   /assets
+  #
+  ASSET_PATH : false
+
+  # These paths are to the main pages Jekyll-Bootstrap ships with.
+  # Some JB helpers refer to these paths; change them here if needed.
+  #
+  archive_path: /archive.html
+  categories_path : /categories.html
+  tags_path : /tags.html
+  atom_path : /atom.xml
+  rss_path : /rss.xml
+
+  # Settings for comments helper
+  # Set 'provider' to the comment provider you want to use.
+  # Set 'provider' to false to turn commenting off globally.
+  #
+  comments :
+    provider : disqus
+    disqus :
+      short_name : jekyllbootstrap
+    livefyre :
+      site_id : 123
+    intensedebate :
+      account : 123abc
+    facebook :
+      appid : 123
+      num_posts: 5
+      width: 580
+      colorscheme: light
+    duoshuo :
+      short_name : jekyllbootstrap
+   
+  # Settings for analytics helper
+  # Set 'provider' to the analytics provider you want to use.
+  # Set 'provider' to false to turn analytics off globally.
+  #        
+  analytics :
+    provider : google
+    gauges :
+        site_id : 'SITE ID'
+    google : 
+        tracking_id : 'UA-123-12'
+    getclicky :
+      site_id : 
+    mixpanel :
+        token : '_MIXPANEL_TOKEN_'
+    piwik :
+        baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
+        idsite : '1'                   # the id of the site on Piwik
+
+  # Settings for sharing helper. 
+  # Sharing is for things like tweet, plusone, like, reddit buttons etc.
+  # Set 'provider' to the sharing provider you want to use.
+  # Set 'provider' to false to turn sharing off globally.
+  #
+  sharing :
+    provider : false
+    
+  # Settings for all other include helpers can be defined by creating 
+  # a hash with key named for the given helper. ex:
+  #
+  #   pages_list :
+  #     provider : "custom"   
+  #
+  # Setting any helper's provider to 'custom' will bypass the helper code
+  # and include your custom code. Your custom file must be defined at:
+  #   ./_includes/custom/[HELPER]
+  # where [HELPER] is the name of the helper you are overriding.
+  

+ 10 - 0
_drafts/jekyll-introduction-draft.md

@@ -0,0 +1,10 @@
+---
+layout: post
+category : lessons
+tagline: "Supporting tagline"
+tags : [intro, beginner, jekyll, tutorial]
+---
+{% include JB/setup %}
+
+
+This is an example of a draft. Read more here: [http://jekyllrb.com/docs/drafts/](http://jekyllrb.com/docs/drafts/)

+ 53 - 0
_layouts/default.html

@@ -0,0 +1,53 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/"{% if page.url contains "/about/" %}class="active"{% endif %}>About</a></li>
+            <!-- <li><a href="/tickets/"{% if page.url contains "/tickets/" %}class="active"{% endif %}>Tickets</a></li>
+            <li><a href="/participate/"{% if page.url contains "/participate/" %}class="active"{% endif %}>Participate</a></li>
+            <li><a href="/speakers/"{% if page.url contains "/speakers/" %}class="active"{% endif %}>Speakers</a></li>
+            <li><a href="/sponsors/"{% if page.url contains "/sponsors/" %}class="active"{% endif %}>Sponsors</a></li>
+            <li><a href="/schedule/"{% if page.url contains "/schedule/" %}class="active"{% endif %}>Schedule</a></li> -->
+            <li><a href="/policies/"{% if page.url contains "/policies/" %}class="active"{% endif %}>Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        {{ content }}
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 6 - 0
_layouts/page.html

@@ -0,0 +1,6 @@
+---
+layout: default
+---
+<section id="main_content">
+  {{ content }}
+</section>

+ 12 - 0
_layouts/post.html

@@ -0,0 +1,12 @@
+---
+layout: default
+---
+<section id="main_content">
+  <div class="post single">
+    <h1>{{ page.title }}</h1>
+    <info datetime="{{ page.date | date: "%Y-%m-%d" }}">
+      {{ page.date | date: "%b %d, %Y" }}
+    </info>
+    <div class="body">{{ content }}</div>
+  </div>
+</section>

+ 6 - 0
_posts/2015-07-21-call-for-proposals.md

@@ -0,0 +1,6 @@
+---
+title: "Call For Proposals"
+layout: post
+---
+
+Call for proposals!

+ 62 - 0
_site/2015/07/21/call-for-proposals/index.html

@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/">Participate</a></li>
+            <li><a href="/speakers/">Speakers</a></li>
+            <li><a href="/sponsors/">Sponsors</a></li>
+            <li><a href="/schedule/">Schedule</a></li> -->
+            <li><a href="/policies/">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <div class="post single">
+    <h1>Call For Proposals</h1>
+    <info datetime="2015-07-21">
+      Jul 21, 2015
+    </info>
+    <div class="body"><p>Call for proposals!</p>
+</div>
+  </div>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 1 - 0
_site/CNAME

@@ -0,0 +1 @@
+radicalnetworks.org

+ 7 - 0
_site/Gemfile

@@ -0,0 +1,7 @@
+source 'https://rubygems.org'
+
+require 'json'
+require 'open-uri'
+versions = JSON.parse(open('https://pages.github.com/versions.json').read)
+
+gem 'github-pages', versions['github-pages']

+ 131 - 0
_site/Gemfile.lock

@@ -0,0 +1,131 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    RedCloth (4.2.9)
+    activesupport (4.2.3)
+      i18n (~> 0.7)
+      json (~> 1.7, >= 1.7.7)
+      minitest (~> 5.1)
+      thread_safe (~> 0.3, >= 0.3.4)
+      tzinfo (~> 1.1)
+    blankslate (2.1.2.4)
+    celluloid (0.16.0)
+      timers (~> 4.0.0)
+    classifier-reborn (2.0.3)
+      fast-stemmer (~> 1.0)
+    coffee-script (2.4.1)
+      coffee-script-source
+      execjs
+    coffee-script-source (1.9.1.1)
+    colorator (0.1)
+    execjs (2.5.2)
+    fast-stemmer (1.0.2)
+    ffi (1.9.10)
+    gemoji (2.1.0)
+    github-pages (38)
+      RedCloth (= 4.2.9)
+      github-pages-health-check (~> 0.2)
+      jekyll (= 2.4.0)
+      jekyll-coffeescript (= 1.0.1)
+      jekyll-feed (= 0.3.0)
+      jekyll-mentions (= 0.2.1)
+      jekyll-redirect-from (= 0.8.0)
+      jekyll-sass-converter (= 1.2.0)
+      jekyll-sitemap (= 0.8.1)
+      jemoji (= 0.4.0)
+      kramdown (= 1.5.0)
+      liquid (= 2.6.2)
+      maruku (= 0.7.0)
+      mercenary (~> 0.3)
+      pygments.rb (= 0.6.3)
+      rdiscount (= 2.1.7)
+      redcarpet (= 3.3.1)
+      terminal-table (~> 1.4)
+    github-pages-health-check (0.3.1)
+      net-dns (~> 0.6)
+      public_suffix (~> 1.4)
+    hitimes (1.2.2)
+    html-pipeline (1.9.0)
+      activesupport (>= 2)
+      nokogiri (~> 1.4)
+    i18n (0.7.0)
+    jekyll (2.4.0)
+      classifier-reborn (~> 2.0)
+      colorator (~> 0.1)
+      jekyll-coffeescript (~> 1.0)
+      jekyll-gist (~> 1.0)
+      jekyll-paginate (~> 1.0)
+      jekyll-sass-converter (~> 1.0)
+      jekyll-watch (~> 1.1)
+      kramdown (~> 1.3)
+      liquid (~> 2.6.1)
+      mercenary (~> 0.3.3)
+      pygments.rb (~> 0.6.0)
+      redcarpet (~> 3.1)
+      safe_yaml (~> 1.0)
+      toml (~> 0.1.0)
+    jekyll-coffeescript (1.0.1)
+      coffee-script (~> 2.2)
+    jekyll-feed (0.3.0)
+    jekyll-gist (1.2.1)
+    jekyll-mentions (0.2.1)
+      html-pipeline (~> 1.9.0)
+      jekyll (~> 2.0)
+    jekyll-paginate (1.1.0)
+    jekyll-redirect-from (0.8.0)
+      jekyll (>= 2.0)
+    jekyll-sass-converter (1.2.0)
+      sass (~> 3.2)
+    jekyll-sitemap (0.8.1)
+    jekyll-watch (1.2.1)
+      listen (~> 2.7)
+    jemoji (0.4.0)
+      gemoji (~> 2.0)
+      html-pipeline (~> 1.9)
+      jekyll (~> 2.0)
+    json (1.8.3)
+    kramdown (1.5.0)
+    liquid (2.6.2)
+    listen (2.10.1)
+      celluloid (~> 0.16.0)
+      rb-fsevent (>= 0.9.3)
+      rb-inotify (>= 0.9)
+    maruku (0.7.0)
+    mercenary (0.3.5)
+    mini_portile (0.6.2)
+    minitest (5.7.0)
+    net-dns (0.8.0)
+    nokogiri (1.6.6.2)
+      mini_portile (~> 0.6.0)
+    parslet (1.5.0)
+      blankslate (~> 2.0)
+    posix-spawn (0.3.11)
+    public_suffix (1.5.1)
+    pygments.rb (0.6.3)
+      posix-spawn (~> 0.3.6)
+      yajl-ruby (~> 1.2.0)
+    rb-fsevent (0.9.5)
+    rb-inotify (0.9.5)
+      ffi (>= 0.5.0)
+    rdiscount (2.1.7)
+    redcarpet (3.3.1)
+    safe_yaml (1.0.4)
+    sass (3.4.16)
+    terminal-table (1.5.2)
+    thread_safe (0.3.5)
+    timers (4.0.1)
+      hitimes
+    toml (0.1.2)
+      parslet (~> 1.5.0)
+    tzinfo (1.2.2)
+      thread_safe (~> 0.1)
+    yajl-ruby (1.2.1)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  github-pages
+
+BUNDLED WITH
+   1.10.5

+ 86 - 0
_site/about/index.html

@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/"class="active">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/">Participate</a></li>
+            <li><a href="/speakers/">Speakers</a></li>
+            <li><a href="/sponsors/">Sponsors</a></li>
+            <li><a href="/schedule/">Schedule</a></li> -->
+            <li><a href="/policies/">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <p>From mass surveillance to the over-commercialization of the 
+Internet, the technology that we depend upon for community  and 
+connection is being compromised. The recent accessibility of 
+networking technology through devices such as the Raspberry Pi 
+and software such as BATMAN Adv has made it affordable and possible 
+for everyday citizens to learn how to design their own web servers 
+and networks.</p>
+
+<p>_QUESTIONS_<br/>
+What would you do with your own network?
+Why does it matter to understand how networks work?
+Why do community networks matter?
+How could free, open local networks benefit people?
+What can networks be used for other than social networking and commerical use?</p>
+
+<p>_THEMES_<br/>
+Community<br/>
+Education<br/>
+Activism<br/>
+Art</p>
+
+<p>_GOALS_<br/>
+To understand how the technology can be used as a method of control 
+and how to subvert that.<br/>
+Teach people how to use the technology for themselves.<br/>
+Encourage creative and social exploration with computer networks.</p>
+
+<p>_IDEALS_<br/>
+Promoting free and open networks built with free and open hardware and software.<br/>
+Decentralizing the control of where networks exist and what and whom are served by them.<br/>
+Maintaining control of our own content, hardware, and means of deployment.<br/>
+Community and education first.</p>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

BIN
_site/images/Black-Circle-Icon_Email1-940x940.png


BIN
_site/images/arrow-down.png


BIN
_site/images/body-bg.png


BIN
_site/images/email.png


BIN
_site/images/facebook-70251b04a4be865178ab592bc9586c83.png


BIN
_site/images/highlight-bg.jpg


BIN
_site/images/hr.png


BIN
_site/images/logo.png


BIN
_site/images/logo_letters.png


BIN
_site/images/logo_sq.png


BIN
_site/images/octocat-icon.png


BIN
_site/images/octocat-small.png


BIN
_site/images/tar-gz-icon.png


BIN
_site/images/twitter.png


BIN
_site/images/twitter_logo_white.png


BIN
_site/images/zip-icon.png


+ 62 - 0
_site/index.html

@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/">Participate</a></li>
+            <li><a href="/speakers/">Speakers</a></li>
+            <li><a href="/sponsors/">Sponsors</a></li>
+            <li><a href="/schedule/">Schedule</a></li> -->
+            <li><a href="/policies/">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <p>Join us for two days of speakers, panels and workshops designed to 
+introduce the community to DIY networking. Learn how to create your 
+own offline networks, portable web servers, mesh networks or internet 
+gateways in hands on workshops. Attend panels where you can discuss 
+your visions for how a localized network could support your school, 
+your community, or your cause. Listen to speakers talk about the future 
+of computer networks and why it’s important to understand how networks 
+work in this age of hyper-connectivity.</p>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 1 - 0
_site/javascripts/main.js

@@ -0,0 +1 @@
+console.log('This would be the main JS file.');

+ 20 - 0
_site/javascripts/scale.fix.js

@@ -0,0 +1,20 @@
+fixScale = function(doc) {
+
+	var addEvent = 'addEventListener',
+	    type = 'gesturestart',
+	    qsa = 'querySelectorAll',
+	    scales = [1, 1],
+	    meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : [];
+
+	function fix() {
+		meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1];
+		doc.removeEventListener(type, fix, true);
+	}
+
+	if ((meta = meta[meta.length - 1]) && addEvent in doc) {
+		fix();
+		scales = [.25, 1.6];
+		doc[addEvent](type, fix, true);
+	}
+
+};

File diff suppressed because it is too large
+ 0 - 0
_site/params.json


+ 55 - 0
_site/participate/index.html

@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/"class="active">Participate</a></li>
+            <li><a href="/speakers/">Speakers</a></li>
+            <li><a href="/sponsors/">Sponsors</a></li>
+            <li><a href="/schedule/">Schedule</a></li> -->
+            <li><a href="/policies/">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <p>Participate</p>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 57 - 0
_site/policies/index.html

@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/">Participate</a></li>
+            <li><a href="/speakers/">Speakers</a></li>
+            <li><a href="/sponsors/">Sponsors</a></li>
+            <li><a href="/schedule/">Schedule</a></li> -->
+            <li><a href="/policies/"class="active">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <p>Radical Networks is dedicated to providing a harassment-free event for everyone. Harassment includes verbal comments that reinforce social structures of domination, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks online and off, inappropriate physical contact, and unwelcome sexual attention. Audience members violating these rules will be expelled from the event at the discretion of the organizers.</p>
+
+<p>This anti-harassment policy is based on the <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy" target="_blank">example policy</a> from the Geek Feminism wiki, created by the Ada Initiative and other volunteers.</p>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 55 - 0
_site/schedule/index.html

@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/">Participate</a></li>
+            <li><a href="/speakers/">Speakers</a></li>
+            <li><a href="/sponsors/">Sponsors</a></li>
+            <li><a href="/schedule/"class="active">Schedule</a></li> -->
+            <li><a href="/policies/">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <p>Schedule</p>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 55 - 0
_site/speakers/index.html

@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/">Participate</a></li>
+            <li><a href="/speakers/"class="active">Speakers</a></li>
+            <li><a href="/sponsors/">Sponsors</a></li>
+            <li><a href="/schedule/">Schedule</a></li> -->
+            <li><a href="/policies/">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <p>Speakers</p>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 55 - 0
_site/sponsors/index.html

@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset='utf-8'>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <title>Radical Networks</title>
+  </head>
+
+  <body>
+    <div id="container">
+      <div class="inner">
+        <nav>
+          <ul>
+            <!-- <li><a href="/">Index</a></li> -->
+            <li><a href="/about/">About</a></li>
+            <!-- <li><a href="/tickets/">Tickets</a></li>
+            <li><a href="/participate/">Participate</a></li>
+            <li><a href="/speakers/">Speakers</a></li>
+            <li><a href="/sponsors/"class="active">Sponsors</a></li>
+            <li><a href="/schedule/">Schedule</a></li> -->
+            <li><a href="/policies/">Policies</a></li>
+          </ul>
+        </nav>
+        <header>
+          <div class="headers">
+            <a href="/">
+              <h1>Radical<span class="light">/Networks</span></h1>
+            </a>
+            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+          </div>
+          <div id="social">
+            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/images/twitter.png"></a>
+            <a href="mailto:info@radicalnetworks.org"><img src="/images/email.png"></a>
+          </div>
+        </header>
+
+        <section id="main_content">
+  <p>Sponsors</p>
+</section>
+
+        <footer>
+          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+        </footer>
+        
+      </div>
+    </div>
+  </body>
+</html>

+ 116 - 0
_site/stylesheets/github-dark.css

@@ -0,0 +1,116 @@
+/*
+   Copyright 2014 GitHub Inc.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+*/
+
+.pl-c /* comment */ {
+  color: #969896;
+}
+
+.pl-c1      /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
+.pl-s .pl-v /* string variable */ {
+  color: #0099cd;
+}
+
+.pl-e  /* entity */,
+.pl-en /* entity.name */ {
+  color: #9774cb;
+}
+
+.pl-s .pl-s1 /* string source */,
+.pl-smi      /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
+  color: #ddd;
+}
+
+.pl-ent /* entity.name.tag */ {
+  color: #7bcc72;
+}
+
+.pl-k /* keyword, storage, storage.type */ {
+  color: #cc2372;
+}
+
+.pl-pds              /* punctuation.definition.string, string.regexp.character-class */,
+.pl-s                /* string */,
+.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
+.pl-sr               /* string.regexp */,
+.pl-sr .pl-cce       /* string.regexp constant.character.escape */,
+.pl-sr .pl-sra       /* string.regexp string.regexp.arbitrary-repitition */,
+.pl-sr .pl-sre       /* string.regexp source.ruby.embedded */ {
+  color: #3c66e2;
+}
+
+.pl-v /* variable */ {
+  color: #fb8764;
+}
+
+.pl-id /* invalid.deprecated */ {
+  color: #e63525;
+}
+
+.pl-ii /* invalid.illegal */ {
+  background-color: #e63525;
+  color: #f8f8f8;
+}
+
+.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
+  color: #7bcc72;
+  font-weight: bold;
+}
+
+.pl-ml /* markup.list */ {
+  color: #c26b2b;
+}
+
+.pl-mh        /* markup.heading */,
+.pl-mh .pl-en /* markup.heading entity.name */,
+.pl-ms        /* meta.separator */ {
+  color: #264ec5;
+  font-weight: bold;
+}
+
+.pl-mq /* markup.quote */ {
+  color: #00acac;
+}
+
+.pl-mi /* markup.italic */ {
+  color: #ddd;
+  font-style: italic;
+}
+
+.pl-mb /* markup.bold */ {
+  color: #ddd;
+  font-weight: bold;
+}
+
+.pl-md /* markup.deleted, meta.diff.header.from-file */ {
+  background-color: #ffecec;
+  color: #bd2c00;
+}
+
+.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
+  background-color: #eaffea;
+  color: #55a532;
+}
+
+.pl-mdr /* meta.diff.range */ {
+  color: #9774cb;
+  font-weight: bold;
+}
+
+.pl-mo /* meta.output */ {
+  color: #264ec5;
+}
+

+ 228 - 0
_site/stylesheets/print.css

@@ -0,0 +1,228 @@
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+  padding: 0;
+  margin: 0;
+  font: inherit;
+  font-size: 100%;
+  vertical-align: baseline;
+  border: 0;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+  display: block;
+}
+body {
+  line-height: 1;
+}
+ol, ul {
+  list-style: none;
+}
+blockquote, q {
+  quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+  content: '';
+  content: none;
+}
+table {
+  border-spacing: 0;
+  border-collapse: collapse;
+}
+body {
+  font-family: 'Helvetica Neue', Helvetica, Arial, serif;
+  font-size: 13px;
+  line-height: 1.5;
+  color: #000;
+}
+
+a {
+  font-weight: bold;
+  color: #d5000d;
+}
+
+header {
+  padding-top: 35px;
+  padding-bottom: 10px;
+}
+
+header h1 {
+  font-size: 48px;
+  font-weight: bold;
+  line-height: 1.2;
+  color: #303030;
+  letter-spacing: -1px;
+}
+
+header h2 {
+  font-size: 24px;
+  font-weight: normal;
+  line-height: 1.3;
+  color: #aaa;
+  letter-spacing: -1px;
+}
+#downloads {
+  display: none;
+}
+#main_content {
+  padding-top: 20px;
+}
+
+code, pre {
+  margin-bottom: 30px;
+  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
+  font-size: 12px;
+  color: #222;
+}
+
+code {
+  padding: 0 3px;
+}
+
+pre {
+  padding: 20px;
+  overflow: auto;
+  border: solid 1px #ddd;
+}
+pre code {
+  padding: 0;
+}
+
+ul, ol, dl {
+  margin-bottom: 20px;
+}
+
+
+/* COMMON STYLES */
+
+table {
+  width: 100%;
+  border: 1px solid #ebebeb;
+}
+
+th {
+  font-weight: 500;
+}
+
+td {
+  font-weight: 300;
+  text-align: center;
+  border: 1px solid #ebebeb;
+}
+
+form {
+  padding: 20px;
+  background: #f2f2f2;
+
+}
+
+
+/* GENERAL ELEMENT TYPE STYLES */
+
+h1 {
+  font-size: 2.8em;
+}
+
+h2 {
+  margin-bottom: 8px;
+  font-size: 22px;
+  font-weight: bold;
+  color: #303030;
+}
+
+h3 {
+  margin-bottom: 8px;
+  font-size: 18px;
+  font-weight: bold;
+  color: #d5000d;
+}
+
+h4 {
+  font-size: 16px;
+  font-weight: bold;
+  color: #303030;
+}
+
+h5 {
+  font-size: 1em;
+  color: #303030;
+}
+
+h6 {
+  font-size: .8em;
+  color: #303030;
+}
+
+p {
+  margin-bottom: 20px;
+  font-weight: 300;
+}
+
+a {
+  text-decoration: none;
+}
+
+p a {
+  font-weight: 400;
+}
+
+blockquote {
+  padding: 0 0 0 30px;
+  margin-bottom: 20px;
+  font-size: 1.6em;
+  border-left: 10px solid #e9e9e9;
+}
+
+ul li {
+  list-style-position: inside;
+  list-style: disc;
+  padding-left: 20px;
+}
+
+ol li {
+  list-style-position: inside;
+  list-style: decimal;
+  padding-left: 3px;
+}
+
+dl dd {
+  font-style: italic;
+  font-weight: 100;
+}
+
+footer {
+  padding-top: 20px;
+  padding-bottom: 30px;
+  margin-top: 40px;
+  font-size: 13px;
+  color: #aaa;
+}
+
+footer a {
+  color: #666;
+}
+
+/* MISC */
+.clearfix:after {
+  display: block;
+  height: 0;
+  clear: both;
+  visibility: hidden;
+  content: '.';
+}
+
+.clearfix {display: inline-block;}
+* html .clearfix {height: 1%;}
+.clearfix {display: block;}

+ 388 - 0
_site/stylesheets/stylesheet.css

@@ -0,0 +1,388 @@
+/* http://meyerweb.com/eric/tools/css/reset/
+   v2.0 | 20110126
+   License: none (public domain)
+*/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+	padding: 0;
+	margin: 0;
+	font: inherit;
+	font-size: 100%;
+	vertical-align: baseline;
+	border: 0;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+	display: block;
+}
+body {
+	line-height: 1;
+}
+ol, ul {
+	list-style: none;
+}
+blockquote, q {
+	quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+	content: '';
+	content: none;
+}
+table {
+	border-spacing: 0;
+	border-collapse: collapse;
+}
+
+/* LAYOUT STYLES */
+body {
+  font-family: 'Roboto Mono';
+  font-size: 1em;
+  line-height: 1.5;
+  background-color: #000;
+  text-shadow: none;
+  /*background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;*/
+}
+
+a {
+  color: #d5000d;
+}
+a:hover {
+  color: #c5000c;
+}
+
+header {
+  padding-top: 25px;
+  padding-bottom: 25px;
+}
+
+header h1 {
+  font-family: 'Roboto Mono', 'Helvetica Neue', Helvetica, Arial, serif;
+  font-size:  38px; font-weight: 300;
+  line-height: 1.2;
+  color: #fff;
+  text-transform: uppercase;
+  cursor: pointer;
+}
+
+header a,
+header a:hover {
+  color: #fff;
+}
+
+.light {
+  font-weight: 100;
+}
+
+header h2 {
+  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, serif;
+  font-size: 20px;
+  font-weight: 400;
+  line-height: 1.3;
+  margin-top: 20px;
+  color: #fff;
+}
+
+#container {
+  min-height: 595px;
+}
+
+.inner {
+  /*width: 620px;*/
+  margin: 0 auto;
+  padding: 0 30px;
+}
+
+#container .inner img {
+  max-width: 100%;
+}
+
+#main_content {
+  color: #fff;
+  max-width: 620px;
+}
+
+#social {
+  position: absolute;
+  right: 50px;
+  top: 30px;
+}
+
+#social a {
+  padding: 0 8px;
+}
+
+a.button {
+  display: block;
+  float: left;
+  width: 179px;
+  padding: 12px 8px 12px 8px;
+  margin-right: 14px;
+  font-size: 15px;
+  font-weight: bold;
+  line-height: 25px;
+  color: #303030;
+  background: #fdfdfd; /* Old browsers */
+  background: -moz-linear-gradient(top,  #fdfdfd 0%, #f2f2f2 100%); /* FF3.6+ */
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
+  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
+  background: -o-linear-gradient(top,  #fdfdfd 0%,#f2f2f2 100%); /* Opera 11.10+ */
+  background: -ms-linear-gradient(top,  #fdfdfd 0%,#f2f2f2 100%); /* IE10+ */
+  background: linear-gradient(top,  #fdfdfd 0%,#f2f2f2 100%); /* W3C */
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
+  border-top: solid 1px #cbcbcb;
+  border-right: solid 1px #b7b7b7;
+  border-bottom: solid 1px #b3b3b3;
+  border-left: solid 1px #b7b7b7;
+  border-radius: 30px;
+  -webkit-box-shadow: 10px 10px 5px #888;
+  -moz-box-shadow: 10px 10px 5px #888;
+  box-shadow: 0px 1px 5px #e8e8e8;
+  -moz-border-radius: 30px;
+  -webkit-border-radius: 30px;
+}
+a.button:hover {
+  background: #fafafa; /* Old browsers */
+  background: -moz-linear-gradient(top,  #fdfdfd 0%, #f6f6f6 100%); /* FF3.6+ */
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
+  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
+  background: -o-linear-gradient(top,  #fdfdfd 0%,#f6f6f6 100%); /* Opera 11.10+ */
+  background: -ms-linear-gradient(top,  #fdfdfd 0%,#f6f6f6 100%); /* IE10+ */
+  background: linear-gradient(top,  #fdfdfd 0%,#f6f6f6, 100%); /* W3C */
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
+  border-top: solid 1px #b7b7b7;
+  border-right: solid 1px #b3b3b3;
+  border-bottom: solid 1px #b3b3b3;
+  border-left: solid 1px #b3b3b3;
+}
+
+a.button span {
+  display: block;
+  height: 23px;
+  padding-left: 50px;
+}
+
+code, pre {
+  margin-bottom: 30px;
+  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
+  font-size: 14px;
+  color: #222;
+}
+
+code {
+  padding: 0 3px;
+  background-color: #f2f2f2;
+  border: solid 1px #ddd;
+}
+
+pre {
+  padding: 20px;
+  overflow: auto;
+  color: #f2f2f2;
+  text-shadow: none;
+  background: #303030;
+}
+pre code {
+  padding: 0;
+  color: #f2f2f2;
+  background-color: #303030;
+  border: none;
+}
+
+ul, ol, dl {
+  margin-bottom: 20px;
+}
+
+
+/* COMMON STYLES */
+
+hr {
+  height: 1px;
+  padding-bottom: 1em;
+  margin-top: 1em;
+  line-height: 1px;
+  background: transparent url('../images/hr.png') 50% 0 no-repeat;
+  border: none;
+}
+
+strong {
+  font-weight: bold;
+}
+
+em {
+  font-style: italic;
+}
+
+table {
+  width: 100%;
+  border: 1px solid #ebebeb;
+}
+
+th {
+  font-weight: 500;
+}
+
+td {
+  font-weight: 300;
+  text-align: center;
+  border: 1px solid #ebebeb;
+}
+
+form {
+  padding: 20px;
+  background: #f2f2f2;
+
+}
+
+
+/* GENERAL ELEMENT TYPE STYLES */
+
+h1 {
+  font-size: 32px;
+}
+
+h2 {
+  margin-bottom: 8px;
+  font-size: 22px;
+  font-weight: bold;
+  color: #303030;
+}
+
+h3 {
+  margin-bottom: 8px;
+  font-size: 18px;
+  font-weight: bold;
+  color: #d5000d;
+}
+
+h4 {
+  font-size: 16px;
+  font-weight: bold;
+  color: #303030;
+}
+
+h5 {
+  font-size: 1em;
+  color: #303030;
+}
+
+h6 {
+  font-size: .8em;
+  color: #303030;
+}
+
+p {
+  margin-bottom: 20px;
+  font-weight: 300;
+}
+
+a {
+  text-decoration: none;
+}
+
+p a {
+  font-weight: 400;
+}
+
+blockquote {
+  padding: 0 0 0 30px;
+  margin-bottom: 20px;
+  font-size: 1.6em;
+  border-left: 10px solid #e9e9e9;
+}
+
+ul li {
+  list-style-position: inside;
+  list-style: disc;
+  padding-left: 20px;
+}
+
+ol li {
+  list-style-position: inside;
+  list-style: decimal;
+  padding-left: 3px;
+}
+
+dl dt {
+  color: #303030;
+}
+
+footer {
+  padding-top: 20px;
+  padding-bottom: 30px;
+  margin-top: 40px;
+  font-size: 13px;
+  color: #aaa;
+  background: transparent url('../images/hr.png') 0 0 no-repeat;
+}
+
+footer a {
+  color: #666;
+}
+footer a:hover {
+  color: #444;
+}
+
+nav {
+  position: absolute;
+  top: 35px;
+  right: 160px;
+}
+
+nav li {
+  display: inline;
+  padding-left: 0;
+  padding-right: 20px;
+}
+
+/* MISC */
+.clearfix:after {
+  display: block;
+  height: 0;
+  clear: both;
+  visibility: hidden;
+  content: '.';
+}
+
+.clearfix {display: inline-block;}
+* html .clearfix {height: 1%;}
+.clearfix {display: block;}
+
+/* #Media Queries
+================================================== */
+
+/* Smaller than standard 960 (devices and browsers) */
+@media only screen and (max-width: 959px) { }
+
+/* Tablet Portrait size to standard 960 (devices and browsers) */
+@media only screen and (min-width: 768px) and (max-width: 959px) { }
+
+/* All Mobile Sizes (devices and browser) */
+@media only screen and (max-width: 767px) {
+  header {
+    padding-top: 10px;
+    padding-bottom: 10px;
+  }
+  .inner {
+    width: 94%;
+    margin: 0 auto;
+  }
+}
+
+/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
+@media only screen and (min-width: 480px) and (max-width: 767px) { }
+
+/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
+@media only screen and (max-width: 479px) { }

+ 36 - 0
about/index.html

@@ -0,0 +1,36 @@
+---
+layout: page
+title: About
+---
+<p>From mass surveillance to the over-commercialization of the 
+Internet, the technology that we depend upon for community  and 
+connection is being compromised. The recent accessibility of 
+networking technology through devices such as the Raspberry Pi 
+and software such as BATMAN Adv has made it affordable and possible 
+for everyday citizens to learn how to design their own web servers 
+and networks.</p>
+
+<p>_QUESTIONS_<br/>
+What would you do with your own network?
+Why does it matter to understand how networks work?
+Why do community networks matter?
+How could free, open local networks benefit people?
+What can networks be used for other than social networking and commerical use?</p>
+
+<p>_THEMES_<br/>
+Community<br/>
+Education<br/>
+Activism<br/>
+Art</p>
+
+<p>_GOALS_<br/>
+To understand how the technology can be used as a method of control 
+and how to subvert that.<br/>
+Teach people how to use the technology for themselves.<br/>
+Encourage creative and social exploration with computer networks.</p>
+
+<p>_IDEALS_<br/>
+Promoting free and open networks built with free and open hardware and software.<br/>
+Decentralizing the control of where networks exist and what and whom are served by them.<br/>
+Maintaining control of our own content, hardware, and means of deployment.<br/>
+Community and education first.</p>

+ 5 - 85
index.html

@@ -1,51 +1,7 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset='utf-8'>
-    <meta http-equiv="X-UA-Compatible" content="chrome=1">
-    <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
-    <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
-    <link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
-    <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
-    <!--[if lt IE 9]>
-    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <title>Radical Networks</title>
-  </head>
-
-  <body>
-    <div id="container">
-      <div class="inner">
-
-        <header>
-          <div class="headers">
-            <h1>Radical<span class="light">/Networks</span></h1>
-            <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
-          </div>
-          <div id="social">
-            <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="images/twitter.png"></a>
-            <a href="mailto:info@radicalnetworks.org"><img src="images/email.png"></a>
-          </div>
-        </header>
-
-        <!-- <section id="downloads" class="clearfix">
-          <a href="https://github.com/chootka/radical-networks/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
-          <a href="https://github.com/chootka/radical-networks/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
-          <a href="https://github.com/chootka/radical-networks" id="view-on-github" class="button"><span>View on GitHub</span></a>
-        </section> -->
-
-        <hr>
-
-        <section id="main_content">
-          <p>From mass surveillance to the over-commercialization of the 
-Internet, the technology that we depend upon for community  and 
-connection is being compromised. The recent accessibility of 
-networking technology through devices such as the Raspberry Pi 
-and software such as BATMAN Adv has made it affordable and possible 
-for everyday citizens to learn how to design their own web servers 
-and networks.</p>
-
+---
+layout: page
+title: Index
+---
 <p>Join us for two days of speakers, panels and workshops designed to 
 introduce the community to DIY networking. Learn how to create your 
 own offline networks, portable web servers, mesh networks or internet 
@@ -53,40 +9,4 @@ gateways in hands on workshops. Attend panels where you can discuss
 your visions for how a localized network could support your school, 
 your community, or your cause. Listen to speakers talk about the future 
 of computer networks and why it’s important to understand how networks 
-work in this age of hyper-connectivity.</p>
-
-<p>_QUESTIONS_<br/>
-What would you do with your own network?
-Why does it matter to understand how networks work?
-Why do community networks matter?
-How could free, open local networks benefit people?
-What can networks be used for other than social networking and commerical use?</p>
-
-<p>_THEMES_<br/>
-Community<br/>
-Education<br/>
-Activism<br/>
-Art</p>
-
-<p>_GOALS_<br/>
-To understand how the technology can be used as a method of control 
-and how to subvert that.<br/>
-Teach people how to use the technology for themselves.<br/>
-Encourage creative and social exploration with computer networks.</p>
-
-<p>_IDEALS_<br/>
-Promoting free and open networks built with free and open hardware and software.<br/>
-Decentralizing the control of where networks exist and what and whom are served by them.<br/>
-Maintaining control of our own content, hardware, and means of deployment.<br/>
-Community and education first.</p>
-        </section>
-
-        <footer>
-          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
-        </footer>
-
-        
-      </div>
-    </div>
-  </body>
-</html>
+work in this age of hyper-connectivity.</p>

+ 5 - 0
participate/index.html

@@ -0,0 +1,5 @@
+---
+layout: page
+title: Participate
+---
+<p>Participate</p>

+ 7 - 0
policies/index.html

@@ -0,0 +1,7 @@
+---
+layout: page
+title: Policies
+---
+<p>Radical Networks is dedicated to providing a harassment-free event for everyone. Harassment includes verbal comments that reinforce social structures of domination, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks online and off, inappropriate physical contact, and unwelcome sexual attention. Audience members violating these rules will be expelled from the event at the discretion of the organizers.</p>
+
+<p>This anti-harassment policy is based on the <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy" target="_blank">example policy</a> from the Geek Feminism wiki, created by the Ada Initiative and other volunteers.</p>

+ 5 - 0
schedule/index.html

@@ -0,0 +1,5 @@
+---
+layout: page
+title: Schedule
+---
+<p>Schedule</p>

+ 5 - 0
speakers/index.html

@@ -0,0 +1,5 @@
+---
+layout: page
+title: Speakers
+---
+<p>Speakers</p>

+ 5 - 0
sponsors/index.html

@@ -0,0 +1,5 @@
+---
+layout: page
+title: Sponsors
+---
+<p>Sponsors</p>

+ 20 - 26
stylesheets/stylesheet.css

@@ -51,7 +51,7 @@ body {
   font-family: 'Roboto Mono';
   font-size: 1em;
   line-height: 1.5;
-  color: #000;
+  background-color: #000;
   text-shadow: none;
   /*background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;*/
 }
@@ -64,7 +64,7 @@ a:hover {
 }
 
 header {
-  padding-top: 35px;
+  padding-top: 25px;
   padding-bottom: 25px;
 }
 
@@ -74,6 +74,12 @@ header h1 {
   line-height: 1.2;
   color: #fff;
   text-transform: uppercase;
+  cursor: pointer;
+}
+
+header a,
+header a:hover {
+  color: #fff;
 }
 
 .light {
@@ -91,7 +97,6 @@ header h2 {
 
 #container {
   min-height: 595px;
-  background-color: #000;
 }
 
 .inner {
@@ -119,10 +124,6 @@ header h2 {
   padding: 0 8px;
 }
 
-#downloads {
-  margin-bottom: 40px;
-}
-
 a.button {
   display: block;
   float: left;
@@ -173,19 +174,6 @@ a.button span {
   padding-left: 50px;
 }
 
-#download-zip span {
-  background: transparent url(../images/zip-icon.png) 12px 50% no-repeat;
-}
-#download-tar-gz span {
-  background: transparent url(../images/tar-gz-icon.png) 12px 50% no-repeat;
-}
-#view-on-github span {
-  background: transparent url(../images/octocat-icon.png) 12px 50% no-repeat;
-}
-#view-on-github {
-  margin-right: 0;
-}
-
 code, pre {
   margin-bottom: 30px;
   font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
@@ -347,6 +335,18 @@ footer a:hover {
   color: #444;
 }
 
+nav {
+  position: absolute;
+  top: 35px;
+  right: 160px;
+}
+
+nav li {
+  display: inline;
+  padding-left: 0;
+  padding-right: 20px;
+}
+
 /* MISC */
 .clearfix:after {
   display: block;
@@ -375,12 +375,6 @@ footer a:hover {
     padding-top: 10px;
     padding-bottom: 10px;
   }
-  #downloads {
-    margin-bottom: 25px;
-  }
-  #download-zip, #download-tar-gz {
-    display: none;
-  }
   .inner {
     width: 94%;
     margin: 0 auto;

Some files were not shown because too many files changed in this diff