Skip to content

Commit

Permalink
span3 on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
scott2b committed Sep 9, 2016
1 parent 8bc4517 commit 3b990ec
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions website/templates/_other_examples.html
Expand Up @@ -5,79 +5,81 @@ <h2>Examples</h2>
<!-- Examples Row 1-->
<div class="row">

<div class="span3">
<div class="span4">
<a href="http://www.nytimes.com/interactive/2014/04/13/magazine/blues.html" target="_blank">
<img src="/static/img/examples/thumbs/thumb_record.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_nytmag.png" alt="New York Times Magazine">
<h3>The Ballad of Geeshie and Elvie</h3>
</a>
</div>

<div class="span3">
<div class="span4">
<a href="http://www.macleans.ca/news/canada/interactive-timeline-what-happened-in-ottawa/" target="_blank">
<img src="/static/img/examples/thumbs/thumb_ottawa.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_macleans.jpg" alt="Maclean's">
<h3>What Happened in Ottawa</h3>
</a>
</div>
</div>

<!-- Examples Row 2-->
<div class="row">

<div class="span3">
<div class="span4">
<a href="http://www.propublica.org/article/the-red-cross-secret-disaster" target="_blank">
<img src="/static/img/examples/thumbs/thumb_redpicture.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_propublica.png" alt="ProPublica">
<h3>The Red Cross' Secret Disaster</h3>
</a>
</div>

<div class="span3">
</div>

<!-- Examples Row 2-->
<div class="row">

<div class="span4">
<a href="http://www.washingtonpost.com/sf/style/2014/07/01/songwriters/" target="_blank">
<img src="/static/img/examples/thumbs/thumb_singer.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_washingtonpost.png" alt="Washington Post">
<h3>Songwriters at The End of the World</h3>
</a>
</div>

<div class="span3">
<div class="span4">
<a href="http://www.wbez.org/blogs/jim-derogatis/2013-05/chance-rapper-paints-giddy-yet-profound-picture-south-side-life-107164" target="_blank">
<img src="/static/img/examples/thumbs/thumb_chance-the-rapper.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_wbez.png" alt="WBEZ">
<h3>Jim DeRogatis: Chance the Rapper</h3>
</a>
</div>
</div>

<!-- Examples Row 3-->
<div class="row">

<div class="span3">
<div class="span4">
<a href="http://www.edweek.org/ew/projects/2013/native-american-education/running-in-place.html" target="_blank">
<img src="/static/img/examples/thumbs/thumb_lakota-schoolbus.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_educationweek.png" alt="Education Week">
<h3>Running in Place</h3>
</a>
</div>

<div class="span3">
</div>

<!-- Examples Row 3-->
<div class="row">

<div class="span4">
<a href="http://interactive.wbez.org/nerdsjocks/" target="_blank">
<img src="/static/img/examples/thumbs/thumb_jock-or-nerd.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_wbez.png" alt="WBEZ">
<h3>Nerd or Jock?</h3>
</a>
</div>

<div class="span3">
<div class="span4">
<a href="http://www.mo.be/interview/nick-yarris" target="_blank">
<img src="/static/img/examples/thumbs/thumb_mondiaal-nieuws-book.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_mondiaal.png" alt="Mondiaal Nieuws">
<h3>Wrongly Convicted: 21 Years on Death Row</h3>
</a>
</div>

<div class="span3">
<div class="span4">
<a href="http://projects.aljazeera.com/2014/tangier-island/" target="_blank">
<img src="/static/img/examples/thumbs/thumb_fisherman.jpg" class="thumbnail">
<img src="/static/img/examples/logos/logo_aja.png" alt="Al Jazeera America">
Expand Down

0 comments on commit 3b990ec

Please sign in to comment.