Finished hackathon page, fixed some issues

This commit is contained in:
Oleh Zasadnyy 2014-08-29 17:57:46 +03:00
parent aaa240eb29
commit 05b66f6e7c
61 changed files with 199 additions and 94 deletions

View file

@ -5,7 +5,7 @@
{% for speaker in site.data.speakers %}
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 appear-animation">
<div class="zoe-effect ribbon-activator" data-toggle="modal" data-target="#speakerDetail-{{ speaker.id }}">
<figure class="waves-effect waves-block waves-light" style="background-image: url({{ site.baseurl | append: site.thumbnailsFolder | append: speaker.thumbnailUrl }})">
<figure class="waves-effect waves-block waves-light" style="background-image: url({{ site.baseurl | append: '/img/people/' | append: speaker.thumbnailUrl }})">
<div class="overlay solid-overlay"></div>
{% if speaker.ribbon != null %}
<ul class="ribbon-wrapper">