mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
CSS files converted to Sass. Some style fixes. Created file with sponsors.
This commit is contained in:
parent
1a5c529669
commit
a45174a1e4
851 changed files with 19814 additions and 5533 deletions
|
@ -1,21 +1,20 @@
|
|||
<!-- Begin Top Section -->
|
||||
<section id="top-section-hero" style="background-image: url('{{ site.baseurl }}/img/hero.jpg');">
|
||||
<section id="top-section-hero" class="top-section-hero image-section" style="background-image: url('{{ site.baseurl }}/img/hero.jpg');">
|
||||
|
||||
{% 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>
|
||||
<a href="{{ site.c4pUrl }}" target="_blank">
|
||||
<span class="btn btn-primary waves-element waves-button waves-light waves-will-raise">Become a speaker</span>
|
||||
</a>
|
||||
<span class="btn btn-primary waves-element waves-button waves-light waves-will-raise">
|
||||
<a href="{{ site.c4pUrl }}" target="_blank">Become a speaker</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#about" class="explore">
|
||||
<a href="#about" class="explore animated hidden fadeInDown">
|
||||
<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 -->
|
||||
<!-- End Top Section -->
|
Loading…
Add table
Add a link
Reference in a new issue