new layout

This commit is contained in:
Thomas Braun 2015-02-04 16:01:20 +01:00
commit 380ae91083

View file

@ -10,7 +10,16 @@ tags: menu
{% for screenshot in site.data.screenshots %} {% for screenshot in site.data.screenshots %}
<img src="/assets/screenshots/{{screenshot.file}}"> <img src="/assets/screenshots/{{screenshot.file}}">
{% endfor %} {% endfor %}
</div> </div>
<script>
$(function(){
$("#slides").slidesjs({
width: 940,
height: 528
});
});
</script>
<!-- <!--
<div class="row"> <div class="row">