datamad2017/_includes/hero.html

18 lines
878 B
HTML
Raw Normal View History

2014-07-28 21:27:01 +02:00
<!-- Begin Top Section -->
<section id="top-section-hero" class="top-section-hero image-section" style="background-image: url('{{ site.baseurl }}/img/hero.jpg');">
2014-07-28 21:27:01 +02:00
{% include navigation.html %}
<div class="jumbotron">
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
<h1>GDG DevFest <span id="typeout-text"></span> 2014</h1>
<p>{{site.eventDate}}</p>
2014-08-14 23:27:17 +02:00
<a href="{{ site.c4pUrl }}" class="btn btn-primary waves-effect waves-button waves-light waves-float" target="_blank">Become a speaker</a>
2014-07-28 21:27:01 +02:00
</div>
</div>
<a href="#about" class="explore animated hidden fadeInDown">
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>
</section>
<!-- End Top Section -->