mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Finished hackathon page, fixed some issues
This commit is contained in:
parent
aaa240eb29
commit
05b66f6e7c
61 changed files with 199 additions and 94 deletions
|
@ -1,5 +1,5 @@
|
|||
<!-- Judges Section -->
|
||||
<section id="judges" class="judges image-section parallax" style="background-image: url({{ site.baseurl }}/img/judges.jpg);">
|
||||
<section id="judges" class="judges image-section parallax" style="background-image: url({{ site.baseurl }}/img/sections-background/judges.jpg);">
|
||||
<div class="overlay solid-overlay"></div>
|
||||
<div class="content-wrapper">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
|
@ -8,7 +8,7 @@
|
|||
{% assign animationDelay = 0 %} {% for judge in site.data.judges %}
|
||||
{% assign colWidth = 12 | divided_by: forloop.length %}
|
||||
<div class="judge col-md-{{ colWidth }} col-xs-6 animated hiding" data-animation="fadeInDown" data-delay="{{ animationDelay }}">
|
||||
<div class="flow-img img-circle judge-img" style="background-image: url({{ site.baseurl }}/img/speakers/{{ judge.thumbnailUrl }})"></div>
|
||||
<div class="flow-img img-circle judge-img" style="background-image: url({{ site.baseurl }}/img/people/{{ judge.thumbnailUrl }})"></div>
|
||||
<p class="name">{{ judge.name }} {{ judge.surname }}</p>
|
||||
<span class="company">{{ judge.company }}</span>
|
||||
<span class="title">{{ judge.title }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue