mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
14 lines
No EOL
658 B
HTML
14 lines
No EOL
658 B
HTML
<!-- Begin Top Section -->
|
|
<section id="top-section" class="top-section image-section {% if page.image %}enable-overlay{% endif %}" style="{% if page.image %}background-image: url('{{ site.baseurl }}/img/sections-background/{{ page.image }}');{% elsif page.color %}background: {{ page.color }}{% endif %}">
|
|
<div class="overlay gradient-overlay"></div>
|
|
|
|
{% include navigation.html %}
|
|
<div class="content-wrapper">
|
|
<div class="jumbotron text-left">
|
|
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
|
|
<h1>{{ page.title }}</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- End Top Section --> |