datamad2017/_includes/top-section.html
2014-08-29 17:57:46 +03:00

14 lines
No EOL
439 B
HTML

<!-- Begin Top Section -->
<section id="top-section" class="top-section image-section">
<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 -->