Skip to content

Commit

Permalink
Added thumbnails so the demo page loads quickly.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Apr 14, 2012
1 parent 45ec978 commit bdc84a0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homepage/html/demo.html
Expand Up @@ -52,15 +52,15 @@
<div class="wrapper"> <div class="wrapper">
<div class="demoCol"> <div class="demoCol">
<div class="image"> <div class="image">
<a href="/static/demo/ochotona-princeps.png"><img src="/static/demo/ochotona-princeps.png" ></a> <a href="/static/demo/ochotona-princeps.png"><img src="/static/demo/ochotona-princeps-thumb.png" ></a>
</div> </div>
<div class="caption"> <div class="caption">
American Pikas (<em>Ochotona princeps</em>) in the Rocky Mountains of America. American Pikas (<em>Ochotona princeps</em>) in the Rocky Mountains of America.
</div> </div>
</div> </div>
<div class="demoCol"> <div class="demoCol">
<div class="image"> <div class="image">
<a href="/static/demo/global.png"><img src="/static/demo/global.png" ></a> <a href="/static/demo/global.png"><img src="/static/demo/global-thumb.png" ></a>
</div> </div>
<div class="caption"> <div class="caption">
Global distribution patterns of the European Nightjar, Global distribution patterns of the European Nightjar,
Expand All @@ -71,7 +71,7 @@


<div class="demoCol"> <div class="demoCol">
<div class="image"> <div class="image">
<a href="/static/demo/species-lists.png"><img src="/static/demo/species-lists.png"></a> <a href="/static/demo/species-lists.png"><img src="/static/demo/species-lists-thumb.png"></a>
</div> </div>
<div class="caption"> <div class="caption">
A list of bird species found around a point in northwestern Kenya. A list of bird species found around a point in northwestern Kenya.
Expand Down
Binary file added homepage/static/demo/global-thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added homepage/static/demo/ochotona-princeps-thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added homepage/static/demo/species-lists-thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdc84a0

Please sign in to comment.