1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-31 07:41:05 +00:00

Big layout improvements

Collections make more sense, added an edit button
This commit is contained in:
2021-05-02 19:49:21 -05:00
parent 4703b6e72d
commit 749e87cc60
18 changed files with 137 additions and 124 deletions

View File

@@ -1,8 +1,11 @@
---
name: Firefox
title: Firefox
type: Recommendation
logo: /assets/img/browsers/firefox-logo.svg
short: "**Firefox** is a fast, reliable, open-source, privacy-respecting browser developed by Mozilla. Unlike Google Chrome, Firefox wont track your data and send it to various companies. Firefox also allows you to simply install a number of add-ons that will improve your privacy online."
description: |
Firefox is a fast, reliable, open-source, privacy-respecting browser developed by Mozilla.
Unlike Google Chrome, Firefox wont track your data and send it to various companies. Firefox also allows you to simply install a number of add-ons that will improve your privacy online.
website: 'https://firefox.com/'
privacy_policy: 'https://www.mozilla.org/en-US/privacy/firefox/'
platform_win: 'https://www.mozilla.org/firefox/windows/'
@@ -16,19 +19,6 @@ source: 'https://hg.mozilla.org/mozilla-central/'
order: 1
---
<div class="row my-5">
<div class="col-2 d-none d-lg-block">
<img src="{{ page.logo }}" alt="{{ page.name }} logo" class="w-100">
</div>
<div class="col-lg-10 col-12">
<p class="mt-2"><strong>Firefox</strong> is a fast, reliable, open-source, privacy-respecting browser developed by Mozilla.</p>
<p>Unlike Google Chrome, Firefox wont track your data and send it to various companies. Firefox also allows you to simply install a number of add-ons that will improve your privacy online.</p>
<a href="{{ page.website }}" class="btn btn-primary mt-2">Visit {{ page.website | remove:'https://' | split:'/' | first }}</a>
</div>
</div>
{% include downloads.html %}
<h2 class="pt-3">Source Code</h2>
<p>Mozilla publishes the source code for the Firefox browser at <a href="{{ page.source }}">{{ page.source }}</a>.</p>