Browse Source

updated styles; added participation page

chootka 9 years ago
parent
commit
f74b82691d

+ 3 - 0
_includes/footer.html

@@ -0,0 +1,3 @@
+<footer>
+	Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+</footer>

+ 12 - 0
_includes/header.html

@@ -0,0 +1,12 @@
+<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>

+ 10 - 0
_includes/nav.html

@@ -0,0 +1,10 @@
+<nav>
+    <ul>
+        <li><a href="/about/"{% if page.url contains "/about/" %}class="active"{% endif %}>About</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>

+ 9 - 0
_includes/sidebar.html

@@ -0,0 +1,9 @@
+<div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>

BIN
_layouts/.DS_Store


+ 5 - 27
_layouts/default.html

@@ -16,37 +16,15 @@
   <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>
+        {% include nav.html %}
+        {% include header.html %}
+
+        {% include sidebar.html %}
 
         {{ content }}
 
         {% if page.url contains "/about/" %}
-        <footer>
-          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
-        </footer>
+        {% include footer.html %}
         {% endif %}
         
       </div>

+ 30 - 22
_site/2015/07/21/call-for-proposals/index.html

@@ -17,29 +17,37 @@
     <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>
+    <ul>
+        <li><a href="/about/">About</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>
+  <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>
+
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>
 
         <section id="main_content">
   <div class="post single">

+ 45 - 62
_site/about/index.html

@@ -17,36 +17,40 @@
     <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>
+    <ul>
+        <li><a href="/about/"class="active">About</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>
+  <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="eyebeam">In Partnership with<br/>
-	<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo.png" /></a>
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
 </div>
 
-<p>From mass surveillance to the over-commercialization of the 
+        <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 
@@ -54,47 +58,26 @@ 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>
 
-<div>_QUESTIONS_
-	<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>
-</div>
-
-<div>_THEMES_
-	<ul>
-		<li>Community</li>
-		<li>Education</li>
-		<li>Activism</li>
-		<li>Art</li>
-	</ul>
-</div>
-
-<div>_GOALS_
-	<ul>
-		<li>To understand how the technology can be used as a method of control and how to subvert that.</li>
-		<li>Teach people how to use the technology for themselves.</li>
-		<li>Encourage creative and social exploration with computer networks.</li>
-	</ul>
-</div>
+<h3>GOALS</h3>
+<ul>
+	<li>To understand how the technology can be used as a method of control and how to subvert that.</li>
+	<li>Teach people how to use networking technology for themselves.</li>
+	<li>Encourage creative and social exploration with computer networks.</li>
+</ul>
 
-<div>_IDEALS_
-	<ul>
-		<li>Promoting free and open networks built with free and open hardware and software.</li>
-		<li>Decentralizing the control of where networks exist and what and whom are served by them.</li>
-		<li>Maintaining control of our own content, hardware, and means of deployment.</li>
-		<li>Community and education first.</li>
-	</ul>
-</div>
+<h3>IDEALS</h3>
+<ul>
+	<li>Promoting free and open networks built with free and open hardware and software.</li>
+	<li>Decentralizing the control of where networks exist and what and whom are served by them.</li>
+	<li>Maintaining control of our own content, hardware, and means of deployment.</li>
+	<li>Community and free expression first.</li>
+</ul>
 </section>
 
         
         <footer>
-          Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
-        </footer>
+	Radical Networks is maintained by <a href="https://github.com/chootka">chootka</a>
+</footer>
         
         
       </div>

BIN
_site/images/bullet.png


BIN
_site/images/engineering_long_white_250.png


BIN
_site/images/eyebeam_logo_200.png


+ 49 - 22
_site/index.html

@@ -17,29 +17,37 @@
     <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>
+    <ul>
+        <li><a href="/about/">About</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>
+  <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>
+
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>
 
         <section id="main_content">
   <p>Join us for two days of speakers, panels and workshops designed to 
@@ -50,6 +58,25 @@ 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>
 </section>
 
         

+ 141 - 23
_site/participate/index.html

@@ -17,32 +17,150 @@
     <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>
+    <ul>
+        <li><a href="/about/">About</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>
+  <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>
+
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>
 
         <section id="main_content">
-  <p>Participate</p>
+  <p>We are seeking speakers, panel proposals, demos, and workshop leaders who would like to teach or present their ideas on computer networks. Some possible topics include:</p>
+
+<ul>
+	<li>offline networks</li>
+	<li>mesh networks</li>
+	<li>local networks for community</li>
+	<li>experimental application of computer networks</li>
+	<li>networks for political activism</li>
+	<li>network security for ordinary citizens</li>
+	<li>artistic use of computer networks</li>
+	<li>personal networks</li>
+	<li>bringing connectivity to rural areas</li>
+	<li>experimental social networks</li>
+	<li>control and ownership of networks</li>
+	<li>ethical hacking</li>
+	<li>... and anything else that takes a fresh or critical look at how networks are used!</li>
+</ul>
+
+<p>Submissions are <strong>due by August 10, 2015 at 12p</strong>. To submit your talk, panel, demo, or workshop, follow the instructions below for adding your proposal to our github repository. Accepted proposals will be <strong>notified by August 20th, 2015.</strong></p>
+
+<p>The call for participation is open to all! We encourage women, people of color, LGBTQIA, and differently-abled folks to apply!</p>
+
+<h3>HOW TO SUBMIT A PROPOSAL</h3>
+
+<h4>VIA GITHUB</h4>
+<ul>
+	<li>Create a free <a href="https://github.com/join" target="_blank">GitHub account</a> if you don't have one already.</li>
+	<li>Copy the template from below. All fields are required.</li>
+	<li>Then go <a href="https://github.com/chootka/radical-networks/issues/new" target="_blank">HERE</a></li>
+	<li>Paste the template and modify at will.</li>
+	<li>Submit your proposal! (You are free to edit your proposal if you forgot something up until the deadline on 8/10/15)</li>
+</ul>
+
+<p>Copy this template: All fields are required</p>
+
+<h4># Title of Talk / Panel / Workshop / Demo</h4>
+
+<ul>
+	<li>Name      : Jane Doe</li>
+	<li>Location  : Brooklyn, NY</li>
+	<li>Email     : janedoe@youremail.com</li>
+	<li>Twitter   : [@janedoe](url to twitter account)</li>
+	<li>GitHub    : [janedoe](url to GitHub account)</li>
+	<li>Url(s)    : [jane.doe.com](url to relevant sites)</li>
+</ul>
+
+<h4>## Description of your talk / panel / workshop / demo</h4>
+
+<p>[Description goes here. Try to keep it under 500 words, but more than 140 characters. Note that panels should follow a moderator / discussion format, with possible participation from the audience.]</p>
+
+<h4>## Length of talk / panel / workshop</h4>
+
+<p>[How much time do you need to present your talk or workshop? Guidelines are as follows: Talks: 15 - 45 minutes with 15 minutes for questions. Panels: 45 minutes with 15 minutes for questions. Workshops: 1h - 6hrs.]</p>
+
+<h4>## Workshop technical requirements and materials list</h4>
+
+<p>[For workshops, include technical requirements, the maximum number of attendees and a full list of materials needed for attendees.]</p>
+
+<h4>## Demo installation requirements</h4>
+
+<p>[For demos, include installation requirements. Please note that most we can provide is table space, power, and network connectivity. Pieces cannot be mounted on walls or ceiling.]</p>
+
+<h4>## Speaker Bio</h4>
+
+<p>[URL to bio picture goes here. Format for bio picture should be PNG/JPG/GIF, 256x256.]</p>
+
+<p>[Bio goes here. I'm an example bio. My background includes this and that. I've also
+contributed to these projects. These are some of my interests.]</p>
+
+<h4>Template ends before this line All fields are required!</h4>
+<ul>
+	<li>When you're ready, submit! Don't worry, you can go back and edit it if you need to.</li>
+	<li>Wait for us to get back to you, which we will do by August 20, 2015. We will respond to everyone who submits a proposal.</li>
+</ul>
+
+<h3>WHAT SHOULD BE IN THE PROPOSAL?</h3>
+
+<p>Every proposal should have the following information:</p>
+<ul>
+	<li>Your name</li>
+	<li>Your location</li>
+	<li>Your contact info</li>
+	<li>Talk / Panel / Workshop / Demo title</li>
+	<li>Talk / Panel / Workshop / Demo description</li>
+	<li>Duration of talk / panel / workshop (not needed for demos)</li>
+	<li>For workshops, max number of attendees and a list of materials required</li>
+	<li>For demos, include installation requirements. Please note that pieces cannot be mounted directly onto the ceilings or walls.</li>
+	<li>Your preferred image for the website (256x256)</li>
+</ul>
+
+<p><i>If you cannot provide info for a given required field, please indicate
+so using 'N/A' to acknowledge.</i></p>
+
+<p>If would be great if you could add in a short personal bio (50 words or
+less) and other details like links to your blog, twitter account, open
+source projects, company, etc.</p>
+
+<p>If you would like to include anything else relevant to your work, like
+slide decks, code samples, videos, etc, feel free to link us to them!</p>
+
+
+<h3>WHAT WE WILL PROVIDE PARTICIPANTS</h3>
+
+<p>We will pay participants a fee of $100 for their time and provide food,
+drinks and entry to the conference. For workshop leaders, we will
+additionally pay for materials needed for everyone in your workshop,
+unless you plan on selling kits yourself to your attendees.</p>
+
+
+
+
 </section>
 
         

+ 30 - 22
_site/policies/index.html

@@ -17,29 +17,37 @@
     <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>
+    <ul>
+        <li><a href="/about/">About</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>
+  <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>
+
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>
 
         <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>

+ 30 - 22
_site/schedule/index.html

@@ -17,29 +17,37 @@
     <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>
+    <ul>
+        <li><a href="/about/">About</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>
+  <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>
+
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>
 
         <section id="main_content">
   <p>Schedule</p>

+ 30 - 22
_site/speakers/index.html

@@ -17,29 +17,37 @@
     <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>
+    <ul>
+        <li><a href="/about/">About</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>
+  <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>
+
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>
 
         <section id="main_content">
   <p>Speakers</p>

+ 30 - 22
_site/sponsors/index.html

@@ -17,29 +17,37 @@
     <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>
+    <ul>
+        <li><a href="/about/">About</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>
+  <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>
+
+        <div class="sidebar">
+	<p><a href="/participate">Call for proposals</a> are open! Deadline is Augst 10th, 2015.</p>
+	<div>In Partnership with<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo_200.png" /></a>
+	</div>
+<!-- 	<div>Hosted by<br/>
+		<a href="http://eyebeam.org/" target="_blank"><img src="/images/engineering_long_white_250.png" /></a>
+	</div> -->
+</div>
 
         <section id="main_content">
   <p>Sponsors</p>

+ 29 - 12
_site/stylesheets/stylesheet.css

@@ -57,10 +57,18 @@ body {
 }
 
 a {
-  color: #d5000d;
+  /*color: #d5000d;*/
+  color: #D2408D;
+  /*color: ##F4BFBF;*/
+  /*color: #04D3C4;*/
 }
 a:hover {
-  color: #c5000c;
+  /*color: #c5000c;*/
+  /*color: #CFF5F3;*/
+  color: #B01C6A;
+}
+a.active {
+  color: #F49CCA;
 }
 
 header {
@@ -114,12 +122,18 @@ header h2 {
   max-width: 620px;
 }
 
-.eyebeam {
+.sidebar {
+  color: #fff;
+  width: 300px;
   position: absolute;
-  right: 90px;
+  right: 80px;
 }
 
-.eyebeam img {
+.sidebar div {
+  padding-top: 10px;
+}
+
+.sidebar img {
   margin-top: 7px;
 }
 
@@ -272,14 +286,15 @@ h2 {
 h3 {
   margin-bottom: 8px;
   font-size: 18px;
-  font-weight: bold;
-  color: #d5000d;
+  /*font-weight: bold;*/
+  /*color: #d5000d;*/
+  color: #4FB4E8;
 }
 
 h4 {
   font-size: 16px;
-  font-weight: bold;
-  color: #303030;
+  /*font-weight: bold;*/
+  color: #ABDEF9;
 }
 
 h5 {
@@ -313,9 +328,9 @@ blockquote {
 }
 
 ul li {
-  list-style: none;
+  background: url("/images/bullet.png") no-repeat left 10px;
   padding-left: 10px;
-  padding-bottom: 5px;
+  /*padding-bottom: 5px;*/
 }
 
 ol li {
@@ -350,8 +365,10 @@ nav {
   right: 160px;
 }
 
-nav li {
+nav ul li {
+  background: none;
   display: inline;
+  list-style: none;
   padding-left: 0;
   padding-right: 20px;
 }

+ 13 - 38
about/index.html

@@ -2,10 +2,6 @@
 layout: page
 title: About
 ---
-<div class="eyebeam">In Partnership with<br/>
-	<a href="http://eyebeam.org/" target="_blank"><img src="/images/eyebeam_logo.png" /></a>
-</div>
-
 <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 
@@ -14,38 +10,17 @@ 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>
 
-<div>_QUESTIONS_
-	<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>
-</div>
-
-<div>_THEMES_
-	<ul>
-		<li>Community</li>
-		<li>Education</li>
-		<li>Activism</li>
-		<li>Art</li>
-	</ul>
-</div>
-
-<div>_GOALS_
-	<ul>
-		<li>To understand how the technology can be used as a method of control and how to subvert that.</li>
-		<li>Teach people how to use the technology for themselves.</li>
-		<li>Encourage creative and social exploration with computer networks.</li>
-	</ul>
-</div>
+<h3>GOALS</h3>
+<ul>
+	<li>To understand how the technology can be used as a method of control and how to subvert that.</li>
+	<li>Teach people how to use networking technology for themselves.</li>
+	<li>Encourage creative and social exploration with computer networks.</li>
+</ul>
 
-<div>_IDEALS_
-	<ul>
-		<li>Promoting free and open networks built with free and open hardware and software.</li>
-		<li>Decentralizing the control of where networks exist and what and whom are served by them.</li>
-		<li>Maintaining control of our own content, hardware, and means of deployment.</li>
-		<li>Community and education first.</li>
-	</ul>
-</div>
+<h3>IDEALS</h3>
+<ul>
+	<li>Promoting free and open networks built with free and open hardware and software.</li>
+	<li>Decentralizing the control of where networks exist and what and whom are served by them.</li>
+	<li>Maintaining control of our own content, hardware, and means of deployment.</li>
+	<li>Community and free expression first.</li>
+</ul>

BIN
images/bullet.png


BIN
images/engineering_long_white_250.png


BIN
images/eyebeam_logo_200.png


+ 20 - 1
index.html

@@ -9,4 +9,23 @@ 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>
+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>

+ 110 - 1
participate/index.html

@@ -2,4 +2,113 @@
 layout: page
 title: Participate
 ---
-<p>Participate</p>
+<p>We are seeking speakers, panel proposals, demos, and workshop leaders who would like to teach or present their ideas on computer networks. Some possible topics include:</p>
+
+<ul>
+	<li>offline networks</li>
+	<li>mesh networks</li>
+	<li>local networks for community</li>
+	<li>experimental application of computer networks</li>
+	<li>networks for political activism</li>
+	<li>network security for ordinary citizens</li>
+	<li>artistic use of computer networks</li>
+	<li>personal networks</li>
+	<li>bringing connectivity to rural areas</li>
+	<li>experimental social networks</li>
+	<li>control and ownership of networks</li>
+	<li>ethical hacking</li>
+	<li>... and anything else that takes a fresh or critical look at how networks are used!</li>
+</ul>
+
+<p>Submissions are <strong>due by August 10, 2015 at 12p</strong>. To submit your talk, panel, demo, or workshop, follow the instructions below for adding your proposal to our github repository. Accepted proposals will be <strong>notified by August 20th, 2015.</strong></p>
+
+<p>The call for participation is open to all! We encourage women, people of color, LGBTQIA, and differently-abled folks to apply!</p>
+
+<h3>HOW TO SUBMIT A PROPOSAL</h3>
+
+<h4>VIA GITHUB</h4>
+<ul>
+	<li>Create a free <a href="https://github.com/join" target="_blank">GitHub account</a> if you don't have one already.</li>
+	<li>Copy the template from below. All fields are required.</li>
+	<li>Then go <a href="https://github.com/chootka/radical-networks/issues/new" target="_blank">HERE</a></li>
+	<li>Paste the template and modify at will.</li>
+	<li>Submit your proposal! (You are free to edit your proposal if you forgot something up until the deadline on 8/10/15)</li>
+</ul>
+
+<p>Copy this template: All fields are required</p>
+
+<h4># Title of Talk / Panel / Workshop / Demo</h4>
+
+<ul>
+	<li>Name      : Jane Doe</li>
+	<li>Location  : Brooklyn, NY</li>
+	<li>Email     : janedoe@youremail.com</li>
+	<li>Twitter   : [@janedoe](url to twitter account)</li>
+	<li>GitHub    : [janedoe](url to GitHub account)</li>
+	<li>Url(s)    : [jane.doe.com](url to relevant sites)</li>
+</ul>
+
+<h4>## Description of your talk / panel / workshop / demo</h4>
+
+<p>[Description goes here. Try to keep it under 500 words, but more than 140 characters. Note that panels should follow a moderator / discussion format, with possible participation from the audience.]</p>
+
+<h4>## Length of talk / panel / workshop</h4>
+
+<p>[How much time do you need to present your talk or workshop? Guidelines are as follows: Talks: 15 - 45 minutes with 15 minutes for questions. Panels: 45 minutes with 15 minutes for questions. Workshops: 1h - 6hrs.]</p>
+
+<h4>## Workshop technical requirements and materials list</h4>
+
+<p>[For workshops, include technical requirements, the maximum number of attendees and a full list of materials needed for attendees.]</p>
+
+<h4>## Demo installation requirements</h4>
+
+<p>[For demos, include installation requirements. Please note that most we can provide is table space, power, and network connectivity. Pieces cannot be mounted on walls or ceiling.]</p>
+
+<h4>## Speaker Bio</h4>
+
+<p>[URL to bio picture goes here. Format for bio picture should be PNG/JPG/GIF, 256x256.]</p>
+
+<p>[Bio goes here. I'm an example bio. My background includes this and that. I've also
+contributed to these projects. These are some of my interests.]</p>
+
+<h4>Template ends before this line All fields are required!</h4>
+<ul>
+	<li>When you're ready, submit! Don't worry, you can go back and edit it if you need to.</li>
+	<li>Wait for us to get back to you, which we will do by August 20, 2015. We will respond to everyone who submits a proposal.</li>
+</ul>
+
+<h3>WHAT SHOULD BE IN THE PROPOSAL?</h3>
+
+<p>Every proposal should have the following information:</p>
+<ul>
+	<li>Your name</li>
+	<li>Your location</li>
+	<li>Your contact info</li>
+	<li>Talk / Panel / Workshop / Demo title</li>
+	<li>Talk / Panel / Workshop / Demo description</li>
+	<li>Duration of talk / panel / workshop (not needed for demos)</li>
+	<li>For workshops, max number of attendees and a list of materials required</li>
+	<li>For demos, include installation requirements. Please note that pieces cannot be mounted directly onto the ceilings or walls.</li>
+	<li>Your preferred image for the website (256x256)</li>
+</ul>
+
+<p><i>If you cannot provide info for a given required field, please indicate
+so using 'N/A' to acknowledge.</i></p>
+
+<p>If would be great if you could add in a short personal bio (50 words or
+less) and other details like links to your blog, twitter account, open
+source projects, company, etc.</p>
+
+<p>If you would like to include anything else relevant to your work, like
+slide decks, code samples, videos, etc, feel free to link us to them!</p>
+
+
+<h3>WHAT WE WILL PROVIDE PARTICIPANTS</h3>
+
+<p>We will pay participants a fee of $100 for their time and provide food,
+drinks and entry to the conference. For workshop leaders, we will
+additionally pay for materials needed for everyone in your workshop,
+unless you plan on selling kits yourself to your attendees.</p>
+
+
+

+ 29 - 12
stylesheets/stylesheet.css

@@ -57,10 +57,18 @@ body {
 }
 
 a {
-  color: #d5000d;
+  /*color: #d5000d;*/
+  color: #D2408D;
+  /*color: ##F4BFBF;*/
+  /*color: #04D3C4;*/
 }
 a:hover {
-  color: #c5000c;
+  /*color: #c5000c;*/
+  /*color: #CFF5F3;*/
+  color: #B01C6A;
+}
+a.active {
+  color: #F49CCA;
 }
 
 header {
@@ -114,12 +122,18 @@ header h2 {
   max-width: 620px;
 }
 
-.eyebeam {
+.sidebar {
+  color: #fff;
+  width: 300px;
   position: absolute;
-  right: 90px;
+  right: 80px;
 }
 
-.eyebeam img {
+.sidebar div {
+  padding-top: 10px;
+}
+
+.sidebar img {
   margin-top: 7px;
 }
 
@@ -272,14 +286,15 @@ h2 {
 h3 {
   margin-bottom: 8px;
   font-size: 18px;
-  font-weight: bold;
-  color: #d5000d;
+  /*font-weight: bold;*/
+  /*color: #d5000d;*/
+  color: #4FB4E8;
 }
 
 h4 {
   font-size: 16px;
-  font-weight: bold;
-  color: #303030;
+  /*font-weight: bold;*/
+  color: #ABDEF9;
 }
 
 h5 {
@@ -313,9 +328,9 @@ blockquote {
 }
 
 ul li {
-  list-style: none;
+  background: url("/images/bullet.png") no-repeat left 10px;
   padding-left: 10px;
-  padding-bottom: 5px;
+  /*padding-bottom: 5px;*/
 }
 
 ol li {
@@ -350,8 +365,10 @@ nav {
   right: 160px;
 }
 
-nav li {
+nav ul li {
+  background: none;
   display: inline;
+  list-style: none;
   padding-left: 0;
   padding-right: 20px;
 }