mirror of
https://github.com/rehlds/metamod-r.org.git
synced 2025-01-27 20:07:54 +03:00
Merge branch 'develop' of https://github.com/EpicMorg/metamod-r.org into develop
This commit is contained in:
commit
b170c6dbde
3
src/assets/js/bootstrap.engine.dev.js
vendored
3
src/assets/js/bootstrap.engine.dev.js
vendored
@ -58,6 +58,7 @@ $(document).ready(function(){
|
|||||||
$('.aenimka-the-unicorn').removeClass("hidden");
|
$('.aenimka-the-unicorn').removeClass("hidden");
|
||||||
$('.aenimka-the-unicorn').addClass('animated zoomIn');
|
$('.aenimka-the-unicorn').addClass('animated zoomIn');
|
||||||
$('.aenimka-the-unicorn').animateCSS('zoomIn', 2000, function() {
|
$('.aenimka-the-unicorn').animateCSS('zoomIn', 2000, function() {
|
||||||
|
|
||||||
// Animation complete!
|
// Animation complete!
|
||||||
$('.aenimka-the-unicorn').addClass('animated zoomOut');
|
$('.aenimka-the-unicorn').addClass('animated zoomOut');
|
||||||
$('.aenimka-the-unicorn').animateCSS('zoomOut', 1000, function() {
|
$('.aenimka-the-unicorn').animateCSS('zoomOut', 1000, function() {
|
||||||
@ -69,7 +70,5 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
//////////////////
|
|
||||||
});
|
});
|
||||||
|
|
@ -175,7 +175,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="mastfoot mt-auto text-center">
|
<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>
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user