mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Organización y limpieza
This commit is contained in:
parent
1fa6d0c3cb
commit
154c51cad1
35 changed files with 19 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue