CSS files converted to Sass. Some style fixes. Created file with sponsors.

This commit is contained in:
Oleh Zasadnyy 2014-08-08 01:23:36 +03:00
parent 1a5c529669
commit a45174a1e4
851 changed files with 19814 additions and 5533 deletions

View file

@ -1,17 +1,17 @@
<!-- Begin Team List-->
<section id="team">
<section id="team" class="team">
<div class="content-wrapper">
<div class="col-lg-10 col-lg-offset-1">
<h3>About us</h3>
<p class="text-left animated hiding" data-animation="fadeInUp" data-delay="0">{{ site.aboutUs }}</p>
</div>
<div class="col-lg-10 col-lg-offset-1 row-centered">
<h4 class="text-left animated hiding" data-animation="fadeInUp" data-delay="0">Organizers</h4>
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Organizers</h4>
{% for speaker in site.data.team %} {% if speaker.team != null %}
<div class="team-item-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered">
<div class="team-item animated waves-element waves-block waves-light hiding increment-animation" data-animation="fadeInUp" data-delay="100" data-toggle="modal" data-target="#speakerDetail-{{ speaker.id }}">
<figure class="flow-img" style="background-image: url({{ site.baseurl | append: site.thumbnailsFolder | append: speaker.thumbnailUrl }})">
<div class="overlay"></div>
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect waves-element waves-block waves-light" data-toggle="modal" data-target="#speakerDetail-{{ speaker.id }}">
<figure style="background-image: url({{ site.baseurl | append: site.thumbnailsFolder | append: speaker.thumbnailUrl }})">
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">{{ speaker.name }} <span>{{ speaker.surname }}</span></h2>
@ -26,18 +26,18 @@
</a>
{% endfor %}
</figcaption>
</figure>
</div>
</div>
{% endif %} {% endfor %}
<div class="clearfix"></div>
<h4 class="text-left animated hiding" data-animation="fadeInUp" data-delay="0">Program committee</h4>
</div>
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Program committee</h4>
{% for speaker in site.data.team %} {% if speaker.subTeam != null %}
<div class="team-item-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered">
<div class="team-item animated waves-element waves-block waves-light hiding increment-animation" data-animation="fadeInUp" data-delay="100" data-toggle="modal" data-target="#speakerDetail-{{ speaker.id }}">
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect waves-element waves-block waves-light" data-toggle="modal" data-target="#speakerDetail-{{ speaker.id }}">
<figure class="flow-img" style="background-image: url({{ site.baseurl | append: site.thumbnailsFolder | append: speaker.thumbnailUrl }})">
<div class="overlay"></div>
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">{{ speaker.name }} <span>{{ speaker.surname }}</span></h2>
@ -52,7 +52,6 @@
</a>
{% endfor %}
</figcaption>
</figure>
</div>
</div>