Skip to content

Commit

Permalink
new image source
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Dec 12, 2015
1 parent 7099d5d commit 7fbdfb4
Showing 1 changed file with 38 additions and 27 deletions.
65 changes: 38 additions & 27 deletions index.html
Expand Up @@ -40,43 +40,43 @@ <h1>Kort</h1>

<h2>Default</h2>
<div class="thumb kort">
<img src="http://placekitten.com/200/201" width="200" height="200">
<img src="http://placekitten.com/200/202" width="200" height="200">
<img src="http://placekitten.com/200/203" width="200" height="200">
<img src="http://placekitten.com/200/204" width="200" height="200">
<img src="http://placekitten.com/200/205" width="200" height="200">
<img src="http://placekitten.com/200/206" width="200" height="200">
<img src="http://placekitten.com/200/207" width="200" height="200">
<img src="http://placekitten.com/200/208" width="200" height="200">
<img src="http://placekitten.com/200/209" width="200" height="200">
<img src="http://placeimg.com/200/201/nature" width="200" height="200">
<img src="http://placeimg.com/200/202/nature" width="200" height="200">
<img src="http://placeimg.com/200/203/nature" width="200" height="200">
<img src="http://placeimg.com/200/204/nature" width="200" height="200">
<img src="http://placeimg.com/200/205/nature" width="200" height="200">
<img src="http://placeimg.com/200/206/nature" width="200" height="200">
<img src="http://placeimg.com/200/207/nature" width="200" height="200">
<img src="http://placeimg.com/200/208/nature" width="200" height="200">
<img src="http://placeimg.com/200/209/nature" width="200" height="200">
</div>

<!--
<h2>Concave</h2>
<div class="thumb kort concave">
<img src="http://placekitten.com/200/201" width="200" height="200">
<img src="http://placekitten.com/200/202" width="200" height="200">
<img src="http://placekitten.com/200/203" width="200" height="200">
<img src="http://placekitten.com/200/204" width="200" height="200">
<img src="http://placekitten.com/200/205" width="200" height="200">
<img src="http://placekitten.com/200/206" width="200" height="200">
<img src="http://placekitten.com/200/207" width="200" height="200">
<img src="http://placekitten.com/200/208" width="200" height="200">
<img src="http://placekitten.com/200/209" width="200" height="200">
<img src="http://placeimg.com/200/201/nature" width="200" height="200">
<img src="http://placeimg.com/200/202/nature" width="200" height="200">
<img src="http://placeimg.com/200/203/nature" width="200" height="200">
<img src="http://placeimg.com/200/204/nature" width="200" height="200">
<img src="http://placeimg.com/200/205/nature" width="200" height="200">
<img src="http://placeimg.com/200/206/nature" width="200" height="200">
<img src="http://placeimg.com/200/207/nature" width="200" height="200">
<img src="http://placeimg.com/200/208/nature" width="200" height="200">
<img src="http://placeimg.com/200/209/nature" width="200" height="200">
</div>
-->

<h2>Stack</h2>
<div class="thumb kort stack">
<img src="http://placekitten.com/200/201" width="200" height="200">
<img src="http://placekitten.com/200/202" width="200" height="200">
<img src="http://placekitten.com/200/203" width="200" height="200">
<img src="http://placekitten.com/200/204" width="200" height="200">
<img src="http://placekitten.com/200/205" width="200" height="200">
<img src="http://placekitten.com/200/206" width="200" height="200">
<img src="http://placekitten.com/200/207" width="200" height="200">
<img src="http://placekitten.com/200/208" width="200" height="200">
<img src="http://placekitten.com/200/209" width="200" height="200">
<img src="http://placeimg.com/200/201/nature" width="200" height="200">
<img src="http://placeimg.com/200/202/nature" width="200" height="200">
<img src="http://placeimg.com/200/203/nature" width="200" height="200">
<img src="http://placeimg.com/200/204/nature" width="200" height="200">
<img src="http://placeimg.com/200/205/nature" width="200" height="200">
<img src="http://placeimg.com/200/206/nature" width="200" height="200">
<img src="http://placeimg.com/200/207/nature" width="200" height="200">
<img src="http://placeimg.com/200/208/nature" width="200" height="200">
<img src="http://placeimg.com/200/209/nature" width="200" height="200">
</div>

<script src="js/kort.js"></script>
Expand All @@ -91,5 +91,16 @@ <h2>Stack</h2>

<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

<script>
var _gaq = [['_setAccount', 'UA-15240703-1'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>

</body>
</html>

0 comments on commit 7fbdfb4

Please sign in to comment.