datamad2017/_includes/top-section.html

13 lines
393 B
HTML
Raw Normal View History

<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<div class="overlay gradient-overlay"></div>
{% include navigation.html %}
<div class="jumbotron text-left">
<div class="animated hiding" data-animation="fadeInLeft" data-delay="500">
<h1>{{ page.title }}</h1>
</div>
</div>
</section>
<!-- End Top Section -->