Initial commit

This commit is contained in:
Vitaliy Zasadnyy 2014-07-28 22:27:01 +03:00
parent 8e3b6da84f
commit 95607eea61
241 changed files with 14242 additions and 3 deletions

13
_includes/header.html Normal file
View file

@ -0,0 +1,13 @@
<!-- 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 -->