mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Updated partnership proposition, changed .explore icon animation, added new tickets block, merged js plugins into one file, refactoring of scripts.js, minor style fixes
This commit is contained in:
parent
e9ee50a004
commit
220149a695
43 changed files with 432 additions and 5692 deletions
|
@ -1,21 +1,20 @@
|
|||
<!-- Begin Top Section -->
|
||||
<!-- Begin Hero Section -->
|
||||
<section id="top-section-hero" class="top-section-hero top-section 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">
|
||||
{% assign heroText = site.heroTitle | split:"<typeout>" %}
|
||||
<h1>{{ heroText[0] }}<span id="typeout-text"></span>{{ heroText[1] }}</h1>
|
||||
<h1>{{ heroText[0] }}<span id="typeout-text" class="hidden-xs"></span><span class="typeout-fallback">{{ site.typeoutFallback }}</span>{{ heroText[1] }}</h1>
|
||||
<p>{{ site.eventDate }}</p>
|
||||
{% for button in site.heroButtons %}
|
||||
<a href="{{ button.url }}" class="btn btn-primary waves-effect waves-button waves-light waves-float" target="_blank">{{ button.text }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<a href="#about" class="explore animated hidden fadeInDown">
|
||||
<a href="#about" class="explore">
|
||||
<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 Hero Section -->
|
Loading…
Add table
Add a link
Reference in a new issue