Skip to content

Commit

Permalink
Add lazy loading to images and iframes (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoMasutti committed Feb 11, 2020
1 parent c0fb6b7 commit e723637
Show file tree
Hide file tree
Showing 37 changed files with 232 additions and 232 deletions.
20 changes: 10 additions & 10 deletions _includes/footer.html
Expand Up @@ -6,9 +6,9 @@

<div class="col-12 col-lg-4 mt-md-0 mt-3 pl-md-5 pl-sm-3 small px-sm-4 px-4">
<h5 class="text-uppercase small grey">Bisq mobile notification App</h5>
<a target="_blank" rel="noopener" class="app-link" href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq"><img class="badge-img" alt="Get it on Google Play" src="/images/badge_google_play.svg"/></a>
<a target="_blank" rel="noopener" class="app-link" href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq"><img class="badge-img" alt="Get it on Google Play" src="/images/badge_google_play.svg "loading="lazy"/></a>
&nbsp;
<a target="_blank" rel="noopener" class="app-link" href="https://itunes.apple.com/us/app/bisq-mobile/id1424420411"><img class="badge-img" alt="Get it on the App Store" src="/images/badge_app_store.svg"/></a>
<a target="_blank" rel="noopener" class="app-link" href="https://itunes.apple.com/us/app/bisq-mobile/id1424420411"><img class="badge-img" alt="Get it on the App Store" src="/images/badge_app_store.svg" loading="lazy"/></a>


<div class="text-left small grey pt-4">
Expand Down Expand Up @@ -60,14 +60,14 @@ <h5 class="text-uppercase small grey">Resources</h5>
<h5 class="text-uppercase small grey">Join Bisq</h5>

<span id="community-footer">
<a target="_blank" rel="noopener" title="GitHub" href="https://github.com/bisq-network"> <img src="/images/community/github_w.svg" alt="github"> </a>
<a target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/bisq_network"> <img src="/images/community/twitter_w.svg" alt="twitter"> </a>
<a target="_blank" rel="noopener" title="YouTube" href="https://www.youtube.com/c/bisq-network"><img src="/images/community/youtube_w.svg" alt="youtube"> </a>
<a target="_blank" rel="noopener" title="Keybase" href="https://keybase.io/team/bisq"><img src="/images/community/keybase_w.svg" alt="keybase"> </a>
<a target="_blank" rel="noopener" title="Bisq Forum" href="https://bisq.community"><img src="/images/community/forum_w.svg" alt="forum"> </a>
<a target="_blank" rel="noopener" title="Mailing List" href="https://lists.bisq.network/listinfo/bisq-contrib"><img src="/images/community/mailinglist_w.svg" alt="mailinglist"> </a>
<a target="_blank" rel="noopener" title="IRC" href="https://webchat.freenode.net/?channels=bisq"><img src="/images/community/irc_w.svg" alt="irc"> </a>
<a target="_blank" rel="noopener" title="Reddit" href="https://www.reddit.com/r/bisq"><img src="/images/community/reddit_w.svg" alt="reddit"> </a>
<a target="_blank" rel="noopener" title="GitHub" href="https://github.com/bisq-network"> <img src="/images/community/github_w.svg" alt="github" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/bisq_network"> <img src="/images/community/twitter_w.svg" alt="twitter" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="YouTube" href="https://www.youtube.com/c/bisq-network"><img src="/images/community/youtube_w.svg" alt="youtube" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Keybase" href="https://keybase.io/team/bisq"><img src="/images/community/keybase_w.svg" alt="keybase" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Bisq Forum" href="https://bisq.community"><img src="/images/community/forum_w.svg" alt="forum" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Mailing List" href="https://lists.bisq.network/listinfo/bisq-contrib"><img src="/images/community/mailinglist_w.svg" alt="mailinglist" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="IRC" href="https://webchat.freenode.net/?channels=bisq"><img src="/images/community/irc_w.svg" alt="irc" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Reddit" href="https://www.reddit.com/r/bisq"><img src="/images/community/reddit_w.svg" alt="reddit" loading="lazy"> </a>
</span>

</div>
Expand Down
20 changes: 10 additions & 10 deletions _includes/footer_tr.html
Expand Up @@ -7,9 +7,9 @@

<div class="col-12 col-lg-4 mt-md-0 mt-3 pl-md-5 pl-sm-3 small px-sm-4 px-4">
<h5 class="text-uppercase small grey">{{ item.notificationApp }}</h5>
<a target="_blank" rel="noopener" class="app-link" href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq"><img class="badge-img" alt="Get it on Google Play" src="/images/badge_google_play.svg"/></a>
<a target="_blank" rel="noopener" class="app-link" href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq"><img class="badge-img" alt="Get it on Google Play" src="/images/badge_google_play.svg" loading="lazy"/></a>
&nbsp;
<a target="_blank" rel="noopener" class="app-link" href="https://itunes.apple.com/us/app/bisq-mobile/id1424420411"><img class="badge-img" alt="Get it on the App Store" src="/images/badge_app_store.svg"/></a>
<a target="_blank" rel="noopener" class="app-link" href="https://itunes.apple.com/us/app/bisq-mobile/id1424420411"><img class="badge-img" alt="Get it on the App Store" src="/images/badge_app_store.svg" loading="lazy"/></a>


<div class="text-left small grey pt-4">
Expand Down Expand Up @@ -58,14 +58,14 @@ <h5 class="text-uppercase small grey">{{ item.ulResources }}</h5>
<h5 class="text-uppercase small grey">{{ item.joinBisq }}</h5>

<span id="community-footer">
<a target="_blank" rel="noopener" title="GitHub" href="https://github.com/bisq-network"> <img src="/images/community/github_w.svg" alt="github"> </a>
<a target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/bisq_network"> <img src="/images/community/twitter_w.svg" alt="twitter"> </a>
<a target="_blank" rel="noopener" title="YouTube" href="https://www.youtube.com/c/bisq-network"><img src="/images/community/youtube_w.svg" alt="youtube"> </a>
<a target="_blank" rel="noopener" title="Keybase" href="https://keybase.io/team/bisq"><img src="/images/community/keybase_w.svg" alt="keybase"> </a>
<a target="_blank" rel="noopener" title="Bisq Forum" href="https://bisq.community"><img src="/images/community/forum_w.svg" alt="forum"> </a>
<a target="_blank" rel="noopener" title="Mailing List" href="https://lists.bisq.network/listinfo/bisq-contrib"><img src="/images/community/mailinglist_w.svg" alt="mailinglist"> </a>
<a target="_blank" rel="noopener" title="IRC" href="https://webchat.freenode.net/?channels=bisq"><img src="/images/community/irc_w.svg" alt="irc"> </a>
<a target="_blank" rel="noopener" title="Reddit" href="https://www.reddit.com/r/bisq"><img src="/images/community/reddit_w.svg" alt="reddit"> </a>
<a target="_blank" rel="noopener" title="GitHub" href="https://github.com/bisq-network"> <img src="/images/community/github_w.svg" alt="github" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/bisq_network"> <img src="/images/community/twitter_w.svg" alt="twitter" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="YouTube" href="https://www.youtube.com/c/bisq-network"><img src="/images/community/youtube_w.svg" alt="youtube" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Keybase" href="https://keybase.io/team/bisq"><img src="/images/community/keybase_w.svg" alt="keybase" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Bisq Forum" href="https://bisq.community"><img src="/images/community/forum_w.svg" alt="forum" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Mailing List" href="https://lists.bisq.network/listinfo/bisq-contrib"><img src="/images/community/mailinglist_w.svg" alt="mailinglist" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="IRC" href="https://webchat.freenode.net/?channels=bisq"><img src="/images/community/irc_w.svg" alt="irc" loading="lazy"> </a>
<a target="_blank" rel="noopener" title="Reddit" href="https://www.reddit.com/r/bisq"><img src="/images/community/reddit_w.svg" alt="reddit" loading="lazy"> </a>
</span>

</div>
Expand Down

0 comments on commit e723637

Please sign in to comment.