Skip to content

Commit

Permalink
Merge pull request #232 from wiz/use-relative-urls
Browse files Browse the repository at this point in the history
Replace absolute URL references with relative URL references
  • Loading branch information
Steve Jain authored Sep 5, 2019
2 parents 71bcb7d + 2e3af7e commit 08ca6cc
Show file tree
Hide file tree
Showing 32 changed files with 270 additions and 298 deletions.
28 changes: 14 additions & 14 deletions _includes/footer.html
Original file line number Diff line number Diff line change
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="{{ site.url }}/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"/></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="{{ site.url }}/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"/></a>


<div class="text-left small grey pt-4">
Expand All @@ -28,13 +28,13 @@ <h5 class="text-uppercase small grey">Bisq mobile notification App</h5>
<h5 class="text-uppercase small grey">Resources</h5>
<ul class="list-unstyled divide-3col" style="column-gap: 3rem;">
<!--<li>
<a href="{{ site.url }}/press">Press</a>
<a href="/press">Press</a>
</li>-->
<li>
<a href="{{ site.url }}/downloads">Downloads</a>
<a href="/downloads">Downloads</a>
</li>
<li>
<a href="{{ site.url }}/roadmap">Roadmap</a>
<a href="/roadmap">Roadmap</a>
</li>
<li>
<a href="https://docs.bisq.network/contributor-checklist.html" target="_blank" rel="noopener">Contribute</a>
Expand All @@ -45,7 +45,7 @@ <h5 class="text-uppercase small grey">Resources</h5>
<!--
lets activate it once we have a dynamic content
<li>
<a href="{{ site.url }}/stats">Stats</a>
<a href="/stats">Stats</a>
</li>-->
</ul>
</div>
Expand All @@ -57,14 +57,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="{{ site.url }}/images/community/github_w.svg" alt="github"> </a>
<a target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/bisq_network"> <img src="{{ site.url }}/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="{{ site.url }}/images/community/youtube_w.svg" alt="youtube"> </a>
<a target="_blank" rel="noopener" title="Slack" href="https://bisq.network/slack-invite"><img src="{{ site.url }}/images/community/slack_w.svg" alt="slack"> </a>
<a target="_blank" rel="noopener" title="Bisq Forum" href="https://bisq.community"><img src="{{ site.url }}/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="{{ site.url }}/images/community/mailinglist_w.svg" alt="mailinglist"> </a>
<a target="_blank" rel="noopener" title="IRC" href="https://webchat.freenode.net/?channels=bisq"><img src="{{ site.url }}/images/community/irc_w.svg" alt="irc"> </a>
<a target="_blank" rel="noopener" title="Reddit" href="https://www.reddit.com/r/bisq"><img src="{{ site.url }}/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"> </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="Slack" href="https://bisq.network/slack-invite"><img src="/images/community/slack_w.svg" alt="slack"> </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>
</span>

</div>
Expand Down
28 changes: 14 additions & 14 deletions _includes/footer_tr.html
Original file line number Diff line number Diff line change
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="{{ site.url }}/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"/></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="{{ site.url }}/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"/></a>


<div class="text-left small grey pt-4">
Expand All @@ -29,13 +29,13 @@ <h5 class="text-uppercase small grey">{{ item.notificationApp }}</h5>
<h5 class="text-uppercase small grey">{{ item.ulResources }}</h5>
<ul class="list-unstyled divide-3col" style="column-gap: 3rem;">
<!--<li>
<a href="{{ site.url }}/press">Press</a>
<a href="/press">Press</a>
</li>-->
<li>
<a href="{{ site.url }}/{{ page.lang }}/downloads">{{ item.liDownloads }}</a>
<a href="/{{ page.lang }}/downloads">{{ item.liDownloads }}</a>
</li>
<li>
<a href="{{ site.url }}/roadmap">{{ item.liRoadmap }}</a>
<a href="/roadmap">{{ item.liRoadmap }}</a>
</li>
<li>
<a href="https://docs.bisq.network/contributor-checklist.html" target="_blank" rel="noopener">{{ item.liContribute }}</a>
Expand All @@ -46,7 +46,7 @@ <h5 class="text-uppercase small grey">{{ item.ulResources }}</h5>
<!--
lets activate it once we have a dynamic content
<li>
<a href="{{ site.url }}/stats">Stats</a>
<a href="/stats">Stats</a>
</li>-->
</ul>
</div>
Expand All @@ -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="{{ site.url }}/images/community/github_w.svg" alt="github"> </a>
<a target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/bisq_network"> <img src="{{ site.url }}/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="{{ site.url }}/images/community/youtube_w.svg" alt="youtube"> </a>
<a target="_blank" rel="noopener" title="Slack" href="https://bisq.network/slack-invite"><img src="{{ site.url }}/images/community/slack_w.svg" alt="slack"> </a>
<a target="_blank" rel="noopener" title="Bisq Forum" href="https://bisq.community"><img src="{{ site.url }}/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="{{ site.url }}/images/community/mailinglist_w.svg" alt="mailinglist"> </a>
<a target="_blank" rel="noopener" title="IRC" href="https://webchat.freenode.net/?channels=bisq"><img src="{{ site.url }}/images/community/irc_w.svg" alt="irc"> </a>
<a target="_blank" rel="noopener" title="Reddit" href="https://www.reddit.com/r/bisq"><img src="{{ site.url }}/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"> </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="Slack" href="https://bisq.network/slack-invite"><img src="/images/community/slack_w.svg" alt="slack"> </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>
</span>

</div>
Expand Down
Loading

0 comments on commit 08ca6cc

Please sign in to comment.