datamad2017/_includes/top-section.html

14 lines
658 B
HTML
Raw Normal View History

<!-- 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 -->