Merge branch 'develop' of https://github.com/EpicMorg/metamod-r.org into develop

This commit is contained in:
STAM 2018-03-28 16:52:25 +03:00
commit b170c6dbde
2 changed files with 2 additions and 3 deletions

View File

@ -58,6 +58,7 @@ $(document).ready(function(){
$('.aenimka-the-unicorn').removeClass("hidden");
$('.aenimka-the-unicorn').addClass('animated zoomIn');
$('.aenimka-the-unicorn').animateCSS('zoomIn', 2000, function() {
// Animation complete!
$('.aenimka-the-unicorn').addClass('animated zoomOut');
$('.aenimka-the-unicorn').animateCSS('zoomOut', 1000, function() {
@ -69,7 +70,5 @@ $(document).ready(function(){
});
});
});
//////////////////
});

View File

@ -175,7 +175,7 @@
</main>
<footer class="mastfoot mt-auto text-center">
<div class="inner">
<div class="inner
<p>Site <a href="https://github.com/EpicMorg/metamod-r.org"><i class="fab fa-github"></i> developed</a> and hosted by <a href="https://ww.epicm.org/"><i class="far fa-hdd"></i> EpicMorg</a>, 2018, <a href="#" data-toggle="modal" data-target="#aboutModal">0.0.0.7</a>.</p>
</div>
</footer>