Skip to content

Commit

Permalink
hid unfinished work
Browse files Browse the repository at this point in the history
  • Loading branch information
dansinker committed May 2, 2011
1 parent 63bcea8 commit 0da540d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions rethinkingfood.com/food.css
Expand Up @@ -261,4 +261,8 @@ a img {
.rotating_item {
z-index: 1;
position: absolute;
}

.none {
display: none;
}
8 changes: 4 additions & 4 deletions rethinkingfood.com/index.html
Expand Up @@ -117,8 +117,8 @@ <h5>Sustainable Food Facts</h5>
<ul>
<li><a class="chickenbox" href="megan.html" id="chickenstory"><img src="images/cost.png"></a><h4>the real cost of cheap food</h4><p>How much does that breast <i>actually</i> cost?</p></li>
<li><a class="chickenbox" href="mark.html" id="chickenstory"><img src="images/food_for.png"></a><h4>food for thought</h4><p>What we talk about when we talk about food.</p></li>
<li><a class="chickenbox" href="danielle.html" id="chickenstory"><img src="images/store.png"></a><h4>selling "local"</h4><p>Is the future of local food more mainstream choices or more consumer confusion?</p>
<li><a class="chickenbox" href="james.html" id="chickenstory"><img src="images/blank.png"></a><h4>feed: tracing our food sources</h4><p>discover where the food commonly found on your table comes from and how it gets there. An interactive data visualization.</p></li>
<li class="none"><a class="chickenbox" href="danielle.html" id="chickenstory"><img src="images/store.png"></a><h4>selling "local"</h4><p>Is the future of local food more mainstream choices or more consumer confusion?</p>
<li class="none"><a class="chickenbox" href="james.html" id="chickenstory"><img src="images/blank.png"></a><h4>feed: tracing our food sources</h4><p>discover where the food commonly found on your table comes from and how it gets there. An interactive data visualization.</p></li>
</ul>
</div>

Expand All @@ -127,7 +127,7 @@ <h3>grow</h3>
<h5>Growing Your Own in the City</h5>
<ul>
<li><a class="chickenbox" href="ellyn.html" id="chickenstory"><img src="images/growing.png"></a><h4>growing up</h4><p>vertical farming in chicago.</p></li>
<li><a class="chickenbox" href="trevis.html" id="chickenstory"><img src="images/window.png"></a><h4>Small Gardens for Small Spaces</h4><p>sourcing and building a window farm in Chicago</p></li>
<li class="none"><a class="chickenbox" href="trevis.html" id="chickenstory"><img src="images/window.png"></a><h4>Small Gardens for Small Spaces</h4><p>sourcing and building a window farm in Chicago</p></li>
<li><a class="chickenbox" href="mary.html" id="chickenstory"><img src="images/urban_chicken.png"></a><h4>Chicks in the City </h4><p>When you've got a problem with your city chickens, who you gonna call?</p></li>
</ul>
</div>
Expand All @@ -136,7 +136,7 @@ <h5>Growing Your Own in the City</h5>
<h3>go</h3>
<h5>Chicago's Locavore Hotspots</h5>
<ul>
<li><a class="chickenbox" href="maria.html" id="chickenstory"><img src="images/blank.png"></a><h4>chicago's local and sustainable resources</h4><p>Maps for the eco and health conscious locavore.</p></li>
<li class="none"><a class="chickenbox" href="maria.html" id="chickenstory"><img src="images/blank.png"></a><h4>chicago's local and sustainable resources</h4><p>Maps for the eco and health conscious locavore.</p></li>
<li><a class="chickenbox" href="patrick.html" id="chickenstory"><img src="images/oasis.png"></a><h4>searching for an oasis</h4><p>Gaylon Alcaraz is determined to make a positive impact for her child starting at her kitchen table.</p></li>
<li><a class="chickenbox" href="brent.html" id="chickenstory"><img src="images/green.png"></a><h4>cooking local</h4><p>Local food and drinks are just a bike ride away.</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion rethinkingfood.com/trevis.html
Expand Up @@ -56,7 +56,7 @@
</head>
<body>
<div id="contentpage">
<img src="images/big_blank.png">
<iframe width="720" height="410" src="http://www.youtube.com/embed/uHcbZ8Ee3BA" frameborder="0" allowfullscreen></iframe>
<h1>Small Gardens for Small Spaces</h1>
<h2>By Trevis Loosbrock</h2>
<h3>Documentary film maker Trevis Loosbrock sources and builds a window farm at Columbia College Chicago.</h3>
Expand Down

0 comments on commit 0da540d

Please sign in to comment.