From 4b5c1f35eae2376d01cb81f23c8faa8d3661c87b Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Thu, 25 Oct 2018 18:45:12 +0200 Subject: [PATCH] convert some more cards --- index.html | 332 +++++++++++++++++------------------------------------ 1 file changed, 108 insertions(+), 224 deletions(-) diff --git a/index.html b/index.html index 17c3ed85..04d430d6 100644 --- a/index.html +++ b/index.html @@ -494,63 +494,30 @@ layout: default
- -
-
-
-

Tor Browser

-
-
-

Tor projectTor 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. -

-

- - Download: torproject.org - - Tor logo -

-

OS: Windows, macOS, Linux, iOS, Android, OpenBSD.

-
-
-
+ {% include card.html color="success" + title="Tor Browser" + image="img/tools/Tor-Project.png" + url="https://www.torproject.org/" + 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." + %} - -
-
-
-

Mozilla Firefox

-
-
-

FirefoxFirefox 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.

-

- - Download: firefox.com - -

-

OS: Windows, macOS, Linux, Android, iOS, BSD.

-
-
-
+ {% include card.html color="primary" + title="Mozilla Firefox" + image="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.' + %} - -
-
-
-

Brave

-
-
-

Brave browserThe new open source browser "Brave" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium.

-

- - Download: brave.com - -

-

OS: Windows, macOS, Linux, Android, iOS.

-
-
-
+ {% include card.html color="warning" + title="Brave" + image="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." + %}