From c9b05461caf7b60dfafff8629386964d8a1b4525 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 13:48:59 +0100 Subject: [PATCH] Move browser recommendation to separate file --- .../sections/browser-recommendation.html | 32 ++++++++++++ index.html | 50 +------------------ 2 files changed, 33 insertions(+), 49 deletions(-) create mode 100644 _includes/sections/browser-recommendation.html diff --git a/_includes/sections/browser-recommendation.html b/_includes/sections/browser-recommendation.html new file mode 100644 index 00000000..1a5fbea4 --- /dev/null +++ b/_includes/sections/browser-recommendation.html @@ -0,0 +1,32 @@ +

Browser Recommendation

+ +
+ + {% include card.html color="success" + title="Tor Browser" + image="assets/img/tools/Tor-Project.png" + url="https://www.torproject.org/" + tor="http://expyuzz4wqqyqhjn.onion" + footer='OS: Windows, macOS, Linux, iOS, Android, OpenBSD.' + description="Tor Browser is your choice if you need an extra layer of anonymity. It's a modified version of Firefox, it comes with pre-installed privacy add-ons, encryption and an advanced proxy." + %} + + {% include card.html color="primary" + title="Mozilla Firefox" + image="assets/img/tools/Firefox.png" + url="https://www.firefox.com/" + footer="OS: Windows, macOS, Linux, Android, iOS, BSD." + description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our + recommendations: WebRTC and about:config and get the privacy add-ons.' + %} + + {% include card.html color="warning" + title="Brave" + labels="warning:experimental:Brave is a good choice if you want to use a Chromium-based browser. But at this point in Brave's development, it's not as good as Firefox with privacy addons." + image="assets/img/tools/Brave.png" + url="https://www.brave.com/" + footer="OS: Windows, macOS, Linux, Android, iOS." + description="The new open source browser \"Brave\" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium." + %} + +
diff --git a/index.html b/index.html index 3263b4da..85f46442 100644 --- a/index.html +++ b/index.html @@ -13,55 +13,7 @@ layout: default {% include sections/warrant-canary.html %} - - -

Browser Recommendation

- -
- - {% include card.html color="success" - title="Tor Browser" - image="assets/img/tools/Tor-Project.png" - url="https://www.torproject.org/" - tor="http://expyuzz4wqqyqhjn.onion" - footer='OS: Windows, macOS, Linux, iOS, Android, OpenBSD.' - description="Tor Browser is your choice if you need an extra layer of anonymity. It's a modified version of Firefox, it comes with pre-installed privacy add-ons, encryption and an advanced proxy." - %} - - {% include card.html color="primary" - title="Mozilla Firefox" - image="assets/img/tools/Firefox.png" - url="https://www.firefox.com/" - footer="OS: Windows, macOS, Linux, Android, iOS, BSD." - description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our - recommendations: WebRTC and about:config and get the privacy add-ons.' - %} - - {% include card.html color="warning" - title="Brave" - labels="warning:experimental:Brave is a good choice if you want to use a Chromium-based browser. But at this point in Brave's development, it's not as good as Firefox with privacy addons." - image="assets/img/tools/Brave.png" - url="https://www.brave.com/" - footer="OS: Windows, macOS, Linux, Android, iOS." - description="The new open source browser \"Brave\" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium." - %} - - - -
+ {% include sections/browser-recommendation.html %}

Browser Fingerprint - Is your browser configuration unique?