mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Finished hackathon page, fixed some issues
This commit is contained in:
parent
aaa240eb29
commit
05b66f6e7c
61 changed files with 199 additions and 94 deletions
|
@ -1,5 +1,5 @@
|
|||
<!-- 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');">
|
||||
<section id="top-section-hero" class="top-section-hero top-section image-section" style="background-image: url('{{ site.baseurl }}/img/sections-background/hero.jpg');">
|
||||
{% include navigation.html %}
|
||||
<div class="content-wrapper">
|
||||
<div class="jumbotron">
|
||||
|
@ -8,7 +8,7 @@
|
|||
<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>
|
||||
<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>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue