datamad2017/_includes/header.html

13 lines
351 B
HTML
Raw Normal View History

2014-07-28 21:27:01 +02:00
<!-- Begin Top Section -->
<section id="top-section">
<div class="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 -->