make share buttons and some more lists responsive

This commit is contained in:
Samuel Shifterovich 2018-10-27 19:22:21 +02:00
parent b01e58bdd3
commit 317c2a9455

View File

@ -688,7 +688,7 @@ layout: default
<!-- Getting started list --> <!-- Getting started list -->
<h3>Getting started:</h3> <h3>Getting started:</h3>
<ol> <ol class="long-string-list">
<li>privacy.firstparty.isolate = true <li>privacy.firstparty.isolate = true
<ul> <ul>
<li>A result of the <a href="https://wiki.mozilla.org/Security/Tor_Uplift">Tor Uplift</a> effort, this preference isolates all browser identifier sources (e.g. cookies) to the first party domain, with the goal of preventing tracking across different domains. (Don't do this if you are using the Firefox Addon "Cookie AutoDelete" with Firefox v58 or below.)</li> <li>A result of the <a href="https://wiki.mozilla.org/Security/Tor_Uplift">Tor Uplift</a> effort, this preference isolates all browser identifier sources (e.g. cookies) to the first party domain, with the goal of preventing tracking across different domains. (Don't do this if you are using the Firefox Addon "Cookie AutoDelete" with Firefox v58 or below.)</li>
@ -2253,7 +2253,8 @@ This tool uses some known methods that attempt to disable major tracking feature
<h1 id="participate" class="anchor"><a href="#participate"><i class="fas fa-link anchor-icon"></i></a> Spread the word and help your friends</h1> <h1 id="participate" class="anchor"><a href="#participate"><i class="fas fa-link anchor-icon"></i></a> Spread the word and help your friends</h1>
<div class="d-flex justify-content-between"> <div class="row">
<div class="col-12 col-md-6 d-flex justify-content-between">
<a href="mailto:?subject=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance&body=https://www.privacytools.io/" class="share-btn email" title="Email"> <a href="mailto:?subject=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance&body=https://www.privacytools.io/" class="share-btn email" title="Email">
<i class="fas fa-envelope"></i> <i class="fas fa-envelope"></i>
</a> </a>
@ -2269,7 +2270,8 @@ This tool uses some known methods that attempt to disable major tracking feature
<a href="https://plus.google.com/share?url=https://www.privacytools.io" class="share-btn google-plus" title="Google+"> <a href="https://plus.google.com/share?url=https://www.privacytools.io" class="share-btn google-plus" title="Google+">
<i class="fab fa-google-plus-g"></i> <i class="fab fa-google-plus-g"></i>
</a> </a>
</div>
<div class="col-12 col-md-6 d-flex justify-content-between">
<a href="http://reddit.com/submit?url=https://www.privacytools.io&title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance" class="share-btn reddit" title="reddit"> <a href="http://reddit.com/submit?url=https://www.privacytools.io&title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance" class="share-btn reddit" title="reddit">
<i class="fab fa-reddit-alien"></i> <i class="fab fa-reddit-alien"></i>
</a> </a>
@ -2286,6 +2288,7 @@ This tool uses some known methods that attempt to disable major tracking feature
<i class="fas fa-asterisk"></i> <i class="fas fa-asterisk"></i>
</a> </a>
</div> </div>
</div>
<br> <br>
<br> <br>