mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 11:36:36 +00:00 
			
		
		
		
	Merge pull request #602 from Vincevrp/replace-gplus
Replace Google+ share button with Mastodon
This commit is contained in:
		| @@ -155,7 +155,7 @@ | ||||
|                 <a class="dropdown-item" href="mailto:?subject=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance&body=https://www.privacytools.io/">Email</a> | ||||
|                 <a class="dropdown-item" href="https://www.facebook.com/sharer/sharer.php?u=https://www.privacytools.io">Facebook</a> | ||||
|                 <a class="dropdown-item" href="https://twitter.com/share?text=Knowledge%20and%20tools%20to%20protect%20your%20privacy%20against%20global%20mass%20surveillance%20&url=https://www.privacytools.io/&via=privacytoolsIO">Twitter</a> | ||||
|                 <a class="dropdown-item" href="https://plus.google.com/share?url=https://www.privacytools.io">Google+</a> | ||||
|                 <a class="dropdown-item" href="http://sharetomastodon.github.io/?title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance&url=https://www.privacytools.io">Mastodon</a> | ||||
|                 <a class="dropdown-item" href="http://reddit.com/submit?url=https://www.privacytools.io&title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance">reddit</a> | ||||
|                 <a class="dropdown-item" href="https://www.linkedin.com/shareArticle?url=https://www.privacytools.io&title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance">LinkedIn</a> | ||||
|                 <a class="dropdown-item" href="http://www.stumbleupon.com/submit?url=https://www.privacytools.io&title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance">StumbleUpon</a> | ||||
|   | ||||
| @@ -17,7 +17,7 @@ $share-btn-active:    #e2e2e2; | ||||
|  | ||||
| /* Social */ | ||||
| $twitter:             #55acee; | ||||
| $google:              #dd4b39; | ||||
| $mastodon:            #3088d4; | ||||
| $facebook:            #3b5998; | ||||
| $stumbleupon:         #eb4823; | ||||
| $reddit:              #ff5700; | ||||
|   | ||||
| @@ -114,7 +114,7 @@ a, | ||||
| } | ||||
|  | ||||
| .twitter { background: $twitter; } | ||||
| .google-plus { background: $google; } | ||||
| .mastodon { background: $mastodon; } | ||||
| .facebook { background: $facebook; } | ||||
| .stumbleupon { background: $stumbleupon; } | ||||
| .reddit { background: $reddit; } | ||||
|   | ||||
| @@ -2260,8 +2260,8 @@ This tool uses some known methods that attempt to disable major tracking feature | ||||
|         <i class="fab fa-twitter"></i> | ||||
|     </a> | ||||
|  | ||||
|     <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> | ||||
|     <a href="http://sharetomastodon.github.io/?title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance&url=https://www.privacytools.io" class="share-btn mastodon" title="Mastodon"> | ||||
|       <i class="fab fa-mastodon"></i> | ||||
|     </a> | ||||
| </div> | ||||
| <div class="col-12 col-md-6 d-flex justify-content-between"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samuel Shifterovich
					Samuel Shifterovich