Skip to content

Commit

Permalink
new gigapixel examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Aug 11, 2016
1 parent 44dd622 commit c613823
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file added static/img/logos/logo_chem_engineering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/logo_coindesk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/logo_ifex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/logo_rijksmuseum_museum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/thumbnails/thumb_coindesk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/thumbnails/thumb_ebola.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/thumbnails/thumb_leaders.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/thumbnails/thumb_museum_painting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ <h2>Gigapixel</h2>
<!--Chemical & Engineering News-->
<div class="span3">
<p>
<a href="http://cen.acs.org/ebola.html" target="_blank"><img src="//media.knightlab.com/StoryMapJS/img/thumbnails/thumb_ebola.jpg" class="thumbnail">
<a href="http://cen.acs.org/ebola.html" target="_blank"><img src="{{ static_url }}img/thumbnails/thumb_ebola.jpg" class="thumbnail">
<div style="height:33px; width:160px;">
<img src="//media.knightlab.com/StoryMapJS/img/logos/logo_chem&engineering.png" alt="Chemical & Engineering News" style="max-width:160px; max-height:33px;">
<img src="{{ static_url }}img/logos/logo_chem_engineering.png" alt="Chemical & Engineering News" style="max-width:160px; max-height:33px;">
</div>
<h3 style="color:#1dacd6;">
Dissecting Ebola
Expand All @@ -356,9 +356,9 @@ <h3 style="color:#1dacd6;">
<!--CoinDesk-->
<div class="span3">
<p>
<a href="http://www.coindesk.com/bitcoin-price-2014-year-review/" target="_blank"><img src="//media.knightlab.com/StoryMapJS/img/thumbnails/thumb_coindesk.png" class="thumbnail">
<a href="http://www.coindesk.com/bitcoin-price-2014-year-review/" target="_blank"><img src="{{ static_url }}img/thumbnails/thumb_coindesk.png" class="thumbnail">
<div style="height:33px; width:160px;">
<img src="//media.knightlab.com/StoryMapJS/img/logos/logo_coindesk.png" alt="CoinDesk" style="max-width:160px; max-height:33px;">
<img src="{{ static_url }}img/logos/logo_coindesk.png" alt="CoinDesk" style="max-width:160px; max-height:33px;">
</div>
<h3 style="color:#1dacd6;">
Bitcoin Price Year in Review
Expand All @@ -370,9 +370,9 @@ <h3 style="color:#1dacd6;">
<!--ifex-->
<div class="span3">
<p>
<a href="http://cdn.knightlab.com/libs/storymapjs/latest/embed/?url=https://c601794cc2b16d3de4b23e66eae4d2540aa5354b.googledrive.com/host/0B0tbyqeniQH4TTVtc2JPbmlzSjg/published.json" target="_blank"><img src="//media.knightlab.com/StoryMapJS/img/thumbnails/thumb_leaders.jpg" class="thumbnail">
<a href="http://cdn.knightlab.com/libs/storymapjs/latest/embed/?url=https://c601794cc2b16d3de4b23e66eae4d2540aa5354b.googledrive.com/host/0B0tbyqeniQH4TTVtc2JPbmlzSjg/published.json" target="_blank"><img src="{{ static_url }}img/thumbnails/thumb_leaders.jpg" class="thumbnail">
<div style="height:33px; width:160px;">
<img src="//media.knightlab.com/StoryMapJS/img/logos/logo_ifex.png" alt="ifex" style="max-width:160px; max-height:33px;">
<img src="{{ static_url }}img/logos/logo_ifex.png" alt="ifex" style="max-width:160px; max-height:33px;">
</div>
<h3 style="color:#1dacd6;">
Free speech and world leaders following Charlie Hebdo
Expand All @@ -384,9 +384,9 @@ <h3 style="color:#1dacd6;">
<!--Museum-->
<div class="span3">
<p>
<a href="https://uploads.knightlab.com/storymapjs/f9d7b44e8575c73185fd5fdfc9c55494/the-art-gallery-of-jan-gildemeester-jansz/index.html" target="_blank"><img src="//media.knightlab.com/StoryMapJS/img/thumbnails/thumb_museum_painting.jpg" class="thumbnail">
<a href="https://uploads.knightlab.com/storymapjs/f9d7b44e8575c73185fd5fdfc9c55494/the-art-gallery-of-jan-gildemeester-jansz/index.html" target="_blank"><img src="{{ static_url }}img/thumbnails/thumb_museum_painting.png" class="thumbnail">
<div style="height:33px; width:160px;">
<img src="//media.knightlab.com/StoryMapJS/img/logos/logo_rijksmuseum_museum.png" alt="Rijksmuseum Museum" style="max-width:160px; max-height:33px;">
<img src="{{ static_url }}img/logos/logo_rijksmuseum_museum.png" alt="Rijksmuseum Museum" style="max-width:160px; max-height:33px;">
</div>
<h3 style="color:#1dacd6;">
The Art Gallery of Jan Gildemeester Jansz
Expand Down

0 comments on commit c613823

Please sign in to comment.