Skip to content

Commit

Permalink
loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 13, 2020
1 parent 80a3f2b commit 7be7037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/dino.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'use strict';
// Preloader
$(window).on("load", function () {
$("#loading").fadeOut(500);
$("#loading").fadeOut(5);
});
/* ============= backgroun d animation =====================*/
// ==========================================================
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ <h4>
</div>

</section>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script>
$(function () {
$('.material-card > .mc-btn-action').click(function () {
Expand Down Expand Up @@ -1012,7 +1012,7 @@ <h3>
href="https://www.facebook.com/AlgerianCenterForSocialEntrepreneurship/"
style="color: black;" target="_blank"></a>
<a class="fa fa-fw fa-globe"
href="http://www.acsedz.com/?fbclid=IwAR01_lScAjIx5nBlt__s3OW2uoDrOJtgGybeXYtirNRpUD4m3jybH58wWSM"
href="https://www.acsedz.com/?fbclid=IwAR01_lScAjIx5nBlt__s3OW2uoDrOJtgGybeXYtirNRpUD4m3jybH58wWSM"
style="color: black;" target="_blank"></a>
</h3>
<p>The Algerian Center for Social Entrepreneurship<br></p>
Expand Down

0 comments on commit 7be7037

Please sign in to comment.