Added sitemap, fixed animation bug

This commit is contained in:
Oleh Zasadnyy 2014-08-25 13:52:17 +03:00
parent f056f8dcb3
commit 59106ff780
9 changed files with 43 additions and 21 deletions

View file

@ -1,6 +1,7 @@
<!-- Begin Hero Section -->
<section id="top-section-hero" class="top-section-hero top-section image-section" style="background-image: url('{{ site.baseurl }}/img/hero.jpg');">
{% include navigation.html %}
<div class="content-wrapper">
<div class="jumbotron">
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
{% assign heroText = site.heroTitle | split:"<typeout>" %}
@ -16,5 +17,6 @@
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-arrow-down"></use>
</svg>
</a>
</div>
</section>
<!-- End Hero Section -->