mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 09:37:12 +00:00
Adjust animation used on masthead elements
This commit is contained in:
parent
e7cadb3c4e
commit
1749e1722c
1 changed files with 6 additions and 6 deletions
|
@ -18,18 +18,18 @@
|
|||
{% if page.image.feature %}<header class="masthead">
|
||||
{% if site.logo != null %}
|
||||
<div class="wrap">
|
||||
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated bounceInDown"></a>
|
||||
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInDown"></a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</header><!-- /.masthead -->
|
||||
{% else %}<header class="masthead">
|
||||
<div class="wrap">
|
||||
{% if site.logo != null %}
|
||||
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInUp"></a>
|
||||
{% endif %}
|
||||
<h1 class="site-title animated fadeIn"><a href="{{ site.url }}/">{{ site.title }}</a></h1>
|
||||
{% if site.logo != null %}
|
||||
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInDown"></a>
|
||||
{% endif %}
|
||||
<h1 class="site-title animated fadeIn"><a href="{{ site.url }}/">{{ site.title }}</a></h1>
|
||||
<h2 class="site-description animated fadeIn" itemprop="description">{{ site.description }}</h2>
|
||||
</div>
|
||||
</header><!-- /.masthead -->{% endif %}
|
||||
|
||||
<div class="js-menu-screen menu-screen"></div>
|
||||
<div class="js-menu-screen menu-screen"></div>
|
||||
|
|
Loading…
Reference in a new issue