Organización y limpieza

This commit is contained in:
alay 2017-12-07 15:09:38 +01:00
parent 1fa6d0c3cb
commit 154c51cad1
35 changed files with 19 additions and 26 deletions

View file

@ -4,8 +4,7 @@
<div class="content-wrapper">
<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" class="hidden-xs"></span><span class="typeout-fallback">{{ site.typeoutFallback }}</span>{{ heroText[1] }}</h1>
<h1> <img src="{{ site.baseurl }}/img/seo/dataton_seo.png" width="40%"> </h1>
<p>{{ site.eventDate }}</p>
{% for button in site.heroButtons %}
<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>