Quellcode durchsuchen

added blog posts

chootka vor 10 Jahren
Ursprung
Commit
b06932461b

BIN
_includes/.DS_Store


+ 5 - 6
_includes/themes/bootstrap-3/default.html

@@ -32,10 +32,10 @@
 
     <!-- Fav and touch icons -->
     <!-- Update these with your own images
-      <link rel="shortcut icon" href="images/favicon.ico">
-      <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-      <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
-      <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+      <link rel="shortcut icon" href="{{ ASSET_PATH }}/images/favicon.ico">
+      <link rel="apple-touch-icon" href="{{ ASSET_PATH }}/images/apple-touch-icon.png">
+      <link rel="apple-touch-icon" sizes="72x72" href="{{ ASSET_PATH }}/images/apple-touch-icon-72x72.png">
+      <link rel="apple-touch-icon" sizes="114x114" href="{{ ASSET_PATH }}/images/apple-touch-icon-114x114.png">
     -->
   </head>
 
@@ -58,9 +58,7 @@
 
     <div id="footer">
       <div class="container">
-        <!-- {#% if page.url contains "/about/" %#} -->
         {% include footer.html %}
-        <!-- {#% endif %#} -->
       </div>
     </div>
 
@@ -71,5 +69,6 @@
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
     <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
   </body>
 </html>

+ 5 - 8
_includes/themes/bootstrap-3/post.html

@@ -1,12 +1,13 @@
-<div class="page-header">
-  <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endif %}</h1>
-</div>
+<h2 class="post">{{ page.title }}</h2>
 
 <div class="row post-full">
-  <div class="col-xs-12">
+  <div class="col-sm-12">
     <div class="date">
       <span>{{ page.date | date_to_long_string }}</span>
     </div>
+    <p>
+      <a href="https://twitter.com/share" class="twitter-share-button" data-via="radnetworks">Tweet</a>
+    </p>
     <div class="content">
       {{ content }}
     </div>
@@ -27,21 +28,17 @@
     </ul>
   {% endunless %}  
   
-    <hr>
     <ul class="pagination">
     {% if page.previous %}
       <li class="prev"><a href="{{ BASE_PATH }}{{ page.previous.url }}" title="{{ page.previous.title }}">&laquo; Previous</a></li>
     {% else %}
       <li class="prev disabled"><a>&larr; Previous</a></li>
     {% endif %}
-      <li><a href="{{ BASE_PATH }}">Home</a></li>
     {% if page.next %}
       <li class="next"><a href="{{ BASE_PATH }}{{ page.next.url }}" title="{{ page.next.title }}">Next &raquo;</a></li>
     {% else %}
       <li class="next disabled"><a>Next &rarr;</a>
     {% endif %}
     </ul>
-    <hr>
-    {% include JB/comments %}
   </div>
 </div>

+ 24 - 0
_posts/2015-07-24-Announcing-Radical-Networks.md

@@ -0,0 +1,24 @@
+---
+layout: post
+title: Announcing Radical Networks
+---
+<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>
+
+<p>The conference will be organized around the following questions and themes:</p>
+
+<h3>QUESTIONS</h3>
+<ul>
+  <li>What would you do with your own network?</li>
+  <li>Why does it matter to understand how networks work?</li>
+  <li>Why do community networks matter?</li>
+  <li>How could free, open local networks benefit people?</li>
+  <li>What can networks be used for other than social networking and commerical use?</li>
+</ul>
+
+<h3>THEMES</h3>
+<ul>
+  <li>Community</li>
+  <li>Education</li>
+  <li>Activism</li>
+  <li>Art</li>
+</ul>

+ 210 - 0
_site/2015/07/24/Announcing-Radical-Networks/index.html

@@ -0,0 +1,210 @@
+
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+    <title>Announcing Radical Networks</title>
+    
+    <meta name="author" content="Radical Networks">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- Bootstrap styles -->
+    <link href="/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Optional theme -->
+    <link href="/assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
+    <!-- Sticky Footer -->
+    <link href="/assets/themes/bootstrap-3/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
+    
+    <!-- Custom styles and fonts -->
+    <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 href="/assets/themes/bootstrap-3/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
+
+    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+    <![endif]-->
+
+    <!-- Fav and touch icons -->
+    <!-- Update these with your own images
+      <link rel="shortcut icon" href="/assets/themes/bootstrap-3/images/favicon.ico">
+      <link rel="apple-touch-icon" href="/assets/themes/bootstrap-3/images/apple-touch-icon.png">
+      <link rel="apple-touch-icon" sizes="72x72" href="/assets/themes/bootstrap-3/images/apple-touch-icon-72x72.png">
+      <link rel="apple-touch-icon" sizes="114x114" href="/assets/themes/bootstrap-3/images/apple-touch-icon-114x114.png">
+    -->
+  </head>
+
+  <body>
+    <div id="wrap">
+      <div class="container">
+        <nav class="row navbar" role="navigation">
+  <!-- Brand and toggle get grouped for better mobile display -->
+    <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
+            <br/>
+        </button>
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="jb-navbar-collapse">
+      <ul class="nav navbar-nav">
+          
+            
+            
+
+
+  
+    
+      
+      	
+      	<li><a href="/about/index.html">About</a></li>
+      	
+      
+    
+  
+    
+      
+    
+  
+    
+      
+      	
+      	<li><a href="/participate/index.html">Participate</a></li>
+      	
+      
+    
+  
+    
+      
+      	
+      	<li><a href="/policies/index.html">Policies</a></li>
+      	
+      
+    
+  
+
+
+
+        </ul>
+    </div><!-- /.navbar-collapse -->
+</nav>
+        <header>
+  <div class="row">
+    <a href="/">
+      <h1>Radical<span class="light">/Networks</span></h1>
+    </a>
+    <h2>October 24-25, 2015<br/>NYU Poly, Brooklyn, NY</h2>
+	<div class="social">
+		<a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/assets/themes/bootstrap-3/images/twitter.png"></a>
+	    <a href="mailto:info@radicalnetworks.org"><img src="/assets/themes/bootstrap-3/images/email.png"></a>
+	</div>
+  </div>
+</header>
+
+        <div class="row">
+          <div class="col-md-8 content">
+            
+<h2 class="post">Announcing Radical Networks</h2>
+
+<div class="row post-full">
+  <div class="col-sm-12">
+    <div class="date">
+      <span>24 July 2015</span>
+    </div>
+    <p>
+      <a href="https://twitter.com/share" class="twitter-share-button" data-via="radnetworks">Tweet</a>
+    </p>
+    <div class="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>
+
+<p>The conference will be organized around the following questions and themes:</p>
+
+<h3>QUESTIONS</h3>
+<ul>
+  <li>What would you do with your own network?</li>
+  <li>Why does it matter to understand how networks work?</li>
+  <li>Why do community networks matter?</li>
+  <li>How could free, open local networks benefit people?</li>
+  <li>What can networks be used for other than social networking and commerical use?</li>
+</ul>
+
+<h3>THEMES</h3>
+<ul>
+  <li>Community</li>
+  <li>Education</li>
+  <li>Activism</li>
+  <li>Art</li>
+</ul>
+
+    </div>
+
+    
+
+    
+  
+    <ul class="pagination">
+    
+      <li class="prev disabled"><a>&larr; Previous</a></li>
+    
+    
+      <li class="next disabled"><a>Next &rarr;</a>
+    
+    </ul>
+  </div>
+</div>
+
+
+          </div>
+          <div class="col-md-4 sidebar">
+            <p><a href="/participate">Call for proposals</a> are open! Deadline is August 10th, 2015.</p>
+<div>In Partnership with<br/>
+	<a href="http://eyebeam.org/" target="_blank"><img src="/assets/themes/bootstrap-3/images/eyebeam_logo_150.png" /></a>
+</div>
+<div>Hosted by<br/>
+	<a href="http://eyebeam.org/" target="_blank"><img src="/assets/themes/bootstrap-3/images/engineering_long_white_250.png" /></a>
+	<p style="padding-top: 8px">8th Floor, MAGNET<br/>2 Metrotech Center<br/>Brooklyn, NY 11201</p>
+</div>
+<div class="social">
+	<a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/assets/themes/bootstrap-3/images/twitter.png"></a>
+    <a href="mailto:info@radicalnetworks.org"><img src="/assets/themes/bootstrap-3/images/email.png"></a>
+</div>
+          </div>
+        </div>  
+      </div>
+    </div>
+
+    <div id="footer">
+      <div class="container">
+        <p>
+	&copy; 2015 Radical Networks &bull; Maintained by <a href="https://github.com/chootka">chootka</a>
+</p>
+      </div>
+    </div>
+
+    
+
+
+
+
+
+    <!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+    <script src="/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+  </body>
+</html>
+

+ 9 - 6
_site/about/index.html

@@ -33,10 +33,10 @@
 
     <!-- Fav and touch icons -->
     <!-- Update these with your own images
-      <link rel="shortcut icon" href="images/favicon.ico">
-      <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-      <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
-      <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+      <link rel="shortcut icon" href="/assets/themes/bootstrap-3/images/favicon.ico">
+      <link rel="apple-touch-icon" href="/assets/themes/bootstrap-3/images/apple-touch-icon.png">
+      <link rel="apple-touch-icon" sizes="72x72" href="/assets/themes/bootstrap-3/images/apple-touch-icon-72x72.png">
+      <link rel="apple-touch-icon" sizes="114x114" href="/assets/themes/bootstrap-3/images/apple-touch-icon-114x114.png">
     -->
   </head>
 
@@ -49,8 +49,12 @@
     <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
             <span class="sr-only">Toggle navigation</span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
+            <br/>
         </button>
     </div>
 
@@ -157,11 +161,9 @@
 
     <div id="footer">
       <div class="container">
-        <!-- {#% if page.url contains "/about/" %#} -->
         <p>
 	&copy; 2015 Radical Networks &bull; Maintained by <a href="https://github.com/chootka">chootka</a>
 </p>
-        <!-- {#% endif %#} -->
       </div>
     </div>
 
@@ -175,6 +177,7 @@
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
     <script src="/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
   </body>
 </html>
 

+ 54 - 5
_site/assets/themes/bootstrap-3/css/style.css

@@ -122,8 +122,29 @@ ul.nav li a.active {
   background-color: #111;
 }
 
+.navbar-toggle {
+  position: static;
+  padding: 9px 0;
+  margin: 9px 0;
+  width: 40px;
+  height: 40px;
+}
+
 .navbar-toggle .icon-bar {
   background-color: #eee;
+  width: 37px;
+  height: 3px;
+}
+
+.navbar-toggle .icon-spacer {
+  display: block;
+  width: 37px;
+  height: 6px;
+  border-radius: 1px;
+}
+
+.navbar-collapse {
+  border-top: 1px solid rgb(97, 96, 96);
 }
 
 .social a {
@@ -235,15 +256,20 @@ h1 {
 
 h2 {
   font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, serif;
-  font-size: 1.3em;
+  font-size: 1.25em;
   font-weight: 400;
   line-height: 1.3;
   margin: 20px 0;
 }
 
+h2.post {
+  font-size: 1.5em;
+  margin-bottom: 0;
+}
+
 h3 {
   margin: 20px 0;
-  font-size: 1.25em;
+  font-size: 1.15em;
   color: #8DC3DF;
 }
 
@@ -288,6 +314,15 @@ ul li {
   padding-left: 10px;
 }
 
+.pagination>li,
+.pagination>li>a,
+.pagination>.disabled>a,
+.pagination>li>a:hover,
+.pagination>.disabled>a:hover {
+  background: none;
+  border: none;
+}
+
 ol li {
   list-style-position: inside;
   list-style: decimal;
@@ -321,6 +356,11 @@ header h1 {
   font-weight: 100;
 }
 
+.date {
+  color: #bbb;
+  margin-bottom: 20px;
+}
+
 /* MISC */
 .clearfix:after {
   display: block;
@@ -402,7 +442,7 @@ header h1 {
 /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
 @media only screen and (min-width: 480px) and (max-width: 767px) { 
   body {
-    font-size: 1.25em;
+    font-size: 1.15em;
   }
   h1 {
     font-size: 2em;
@@ -410,6 +450,12 @@ header h1 {
   header {
     padding-bottom: 30px;
   }
+  .content {
+    padding: 0;
+  }
+  #footer p {
+    font-size: .5em;
+  }
   .navbar-brand, .navbar-nav>li>a {
     padding: 15px 0;
   }
@@ -418,12 +464,15 @@ header h1 {
 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 @media only screen and (max-width: 479px) { 
   body {
-    font-size: 1.25em;
+    font-size: 1.15em;
   }
   h1 {
     font-size: 1.75em;
   }
+  .content {
+    padding: 0;
+  }
   #footer p {
-    font-size: .6em;
+    font-size: .5em;
   }
 }

+ 27 - 7
_site/index.html

@@ -33,10 +33,10 @@
 
     <!-- Fav and touch icons -->
     <!-- Update these with your own images
-      <link rel="shortcut icon" href="images/favicon.ico">
-      <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-      <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
-      <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+      <link rel="shortcut icon" href="/assets/themes/bootstrap-3/images/favicon.ico">
+      <link rel="apple-touch-icon" href="/assets/themes/bootstrap-3/images/apple-touch-icon.png">
+      <link rel="apple-touch-icon" sizes="72x72" href="/assets/themes/bootstrap-3/images/apple-touch-icon-72x72.png">
+      <link rel="apple-touch-icon" sizes="114x114" href="/assets/themes/bootstrap-3/images/apple-touch-icon-114x114.png">
     -->
   </head>
 
@@ -49,8 +49,12 @@
     <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
             <span class="sr-only">Toggle navigation</span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
+            <br/>
         </button>
     </div>
 
@@ -113,7 +117,17 @@
         <div class="row">
           <div class="col-md-8 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>
+  
+	<div>  
+		<h2 class="post">Announcing Radical Networks</h2>
+		<div class="date">
+	      <span>24 July 2015</span>
+	    </div>
+	    <p>
+	      <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://radicalnetworks.org/2015/07/24/Announcing-Radical-Networks" data-via="radnetworks">Tweet</a>
+	    </p>
+	    <div class="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>
 
 <p>The conference will be organized around the following questions and themes:</p>
 
@@ -133,6 +147,13 @@
   <li>Activism</li>
   <li>Art</li>
 </ul>
+
+	    </div>
+	    <p>
+			<a href="/2015/07/24/Announcing-Radical-Networks">Read More &raquo;</a> 
+	    </p> 
+	</div>  
+
           </div>
           <div class="col-md-4 sidebar">
             <p><a href="/participate">Call for proposals</a> are open! Deadline is August 10th, 2015.</p>
@@ -154,11 +175,9 @@
 
     <div id="footer">
       <div class="container">
-        <!-- {#% if page.url contains "/about/" %#} -->
         <p>
 	&copy; 2015 Radical Networks &bull; Maintained by <a href="https://github.com/chootka">chootka</a>
 </p>
-        <!-- {#% endif %#} -->
       </div>
     </div>
 
@@ -172,6 +191,7 @@
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
     <script src="/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
   </body>
 </html>
 

+ 9 - 6
_site/participate/index.html

@@ -33,10 +33,10 @@
 
     <!-- Fav and touch icons -->
     <!-- Update these with your own images
-      <link rel="shortcut icon" href="images/favicon.ico">
-      <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-      <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
-      <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+      <link rel="shortcut icon" href="/assets/themes/bootstrap-3/images/favicon.ico">
+      <link rel="apple-touch-icon" href="/assets/themes/bootstrap-3/images/apple-touch-icon.png">
+      <link rel="apple-touch-icon" sizes="72x72" href="/assets/themes/bootstrap-3/images/apple-touch-icon-72x72.png">
+      <link rel="apple-touch-icon" sizes="114x114" href="/assets/themes/bootstrap-3/images/apple-touch-icon-114x114.png">
     -->
   </head>
 
@@ -49,8 +49,12 @@
     <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
             <span class="sr-only">Toggle navigation</span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
+            <br/>
         </button>
     </div>
 
@@ -259,11 +263,9 @@ unless you plan on selling kits yourself to your attendees.</p>
 
     <div id="footer">
       <div class="container">
-        <!-- {#% if page.url contains "/about/" %#} -->
         <p>
 	&copy; 2015 Radical Networks &bull; Maintained by <a href="https://github.com/chootka">chootka</a>
 </p>
-        <!-- {#% endif %#} -->
       </div>
     </div>
 
@@ -277,6 +279,7 @@ unless you plan on selling kits yourself to your attendees.</p>
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
     <script src="/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
   </body>
 </html>
 

+ 9 - 6
_site/policies/index.html

@@ -33,10 +33,10 @@
 
     <!-- Fav and touch icons -->
     <!-- Update these with your own images
-      <link rel="shortcut icon" href="images/favicon.ico">
-      <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-      <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
-      <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+      <link rel="shortcut icon" href="/assets/themes/bootstrap-3/images/favicon.ico">
+      <link rel="apple-touch-icon" href="/assets/themes/bootstrap-3/images/apple-touch-icon.png">
+      <link rel="apple-touch-icon" sizes="72x72" href="/assets/themes/bootstrap-3/images/apple-touch-icon-72x72.png">
+      <link rel="apple-touch-icon" sizes="114x114" href="/assets/themes/bootstrap-3/images/apple-touch-icon-114x114.png">
     -->
   </head>
 
@@ -49,8 +49,12 @@
     <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
             <span class="sr-only">Toggle navigation</span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
             <span class="icon-bar"></span>
+            <span class="icon-spacer"></span>
+            <br/>
         </button>
     </div>
 
@@ -144,11 +148,9 @@
 
     <div id="footer">
       <div class="container">
-        <!-- {#% if page.url contains "/about/" %#} -->
         <p>
 	&copy; 2015 Radical Networks &bull; Maintained by <a href="https://github.com/chootka">chootka</a>
 </p>
-        <!-- {#% endif %#} -->
       </div>
     </div>
 
@@ -162,6 +164,7 @@
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
     <script src="/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
   </body>
 </html>
 

+ 19 - 0
assets/themes/bootstrap-3/css/style.css

@@ -262,6 +262,11 @@ h2 {
   margin: 20px 0;
 }
 
+h2.post {
+  font-size: 1.5em;
+  margin-bottom: 0;
+}
+
 h3 {
   margin: 20px 0;
   font-size: 1.15em;
@@ -309,6 +314,15 @@ ul li {
   padding-left: 10px;
 }
 
+.pagination>li,
+.pagination>li>a,
+.pagination>.disabled>a,
+.pagination>li>a:hover,
+.pagination>.disabled>a:hover {
+  background: none;
+  border: none;
+}
+
 ol li {
   list-style-position: inside;
   list-style: decimal;
@@ -342,6 +356,11 @@ header h1 {
   font-weight: 100;
 }
 
+.date {
+  color: #bbb;
+  margin-bottom: 20px;
+}
+
 /* MISC */
 .clearfix:after {
   display: block;

+ 17 - 20
index.html

@@ -3,23 +3,20 @@ layout: default
 title : Radical Networks
 ---
 {% include JB/setup %}
-<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>
-
-<p>The conference will be organized around the following questions and themes:</p>
-
-<h3>QUESTIONS</h3>
-<ul>
-  <li>What would you do with your own network?</li>
-  <li>Why does it matter to understand how networks work?</li>
-  <li>Why do community networks matter?</li>
-  <li>How could free, open local networks benefit people?</li>
-  <li>What can networks be used for other than social networking and commerical use?</li>
-</ul>
-
-<h3>THEMES</h3>
-<ul>
-  <li>Community</li>
-  <li>Education</li>
-  <li>Activism</li>
-  <li>Art</li>
-</ul>
+{% for post in site.posts %}  
+	<div>  
+		<h2 class="post">{{ post.title }}</h2>
+		<div class="date">
+	      <span>{{ post.date | date_to_long_string }}</span>
+	    </div>
+	    <p>
+	      <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://radicalnetworks.org{{ post.url }}" data-via="radnetworks">Tweet</a>
+	    </p>
+	    <div class="content">
+	      {{ post.content }}
+	    </div>
+	    <p>
+			<a href="{{ post.url }}">Read More &raquo;</a> 
+	    </p> 
+	</div>  
+{% endfor %}