2014-08-25 11:42:51 +02:00
|
|
|
<!-- Begin Hero Section -->
|
2017-10-07 22:45:35 +02:00
|
|
|
<section id="top-section-hero" class="top-section-hero top-section image-section" style="background-image: url('{{ site.baseurl }}/img/sections-background/{{ site.homeImage }}');">
|
2014-07-28 21:27:01 +02:00
|
|
|
{% include navigation.html %}
|
2014-08-25 12:52:17 +02:00
|
|
|
<div class="content-wrapper">
|
2014-07-28 21:27:01 +02:00
|
|
|
<div class="jumbotron">
|
|
|
|
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
|
2017-12-07 15:09:38 +01:00
|
|
|
<h1> <img src="{{ site.baseurl }}/img/seo/dataton_seo.png" width="40%"> </h1>
|
2014-08-17 23:31:26 +02:00
|
|
|
<p>{{ site.eventDate }}</p>
|
|
|
|
{% for button in site.heroButtons %}
|
2014-08-29 16:57:46 +02:00
|
|
|
<a href="{% if button.permalink != null %} {{ button.permalink | prepend: site.baseurl }} {% else %} {{ button.link }} {% endif %}" class="btn btn-primary waves-effect waves-button waves-light waves-float" {% if button.link != null %}target="_blank"{% endif %}>{{ button.text }}</a>
|
2014-08-17 23:31:26 +02:00
|
|
|
{% endfor %}
|
2014-07-28 21:27:01 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-08-25 11:42:51 +02:00
|
|
|
<a href="#about" class="explore">
|
2014-07-28 21:27:01 +02:00
|
|
|
<svg class="icon icon-arrow-down" viewBox="0 0 32 32">
|
|
|
|
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-arrow-down"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
2014-08-25 12:52:17 +02:00
|
|
|
</div>
|
2014-07-28 21:27:01 +02:00
|
|
|
</section>
|
2017-10-07 22:45:35 +02:00
|
|
|
<!-- End Hero Section -->
|