mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-28 14:21:08 +00:00
Fun Refactoring!
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<strong>If you are currently using an operating system that collects data like Windows 10, you should pick an alternative here.</strong>
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
{% include legacy/cardv2.html
|
||||
title="Fedora Workstation"
|
||||
image="/assets/img/svg/3rd-party/fedora.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/fedora.svg"
|
||||
description='Fedora is a Linux distribution developed by the Fedora Project and sponsored by Red Hat. Fedora Workstation is a secure, reliable, and user-friendly edition developed for desktops and laptops. Fedora by default comes with the GNOME desktop environment, other <a href="https://spins.fedoraproject.org/">desktop environments</a> are also available.'
|
||||
badges="info:Linux"
|
||||
website="https://getfedora.org/"
|
||||
@@ -14,9 +14,9 @@
|
||||
git="https://src.fedoraproject.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
{% include legacy/cardv2.html
|
||||
title="Ubuntu"
|
||||
image="/assets/img/svg/3rd-party/ubuntu.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/ubuntu.svg"
|
||||
description='Ubuntu is a Linux distribution developed by Canonical Ltd. Ubuntu is a reliable and distribution that is user-friendly and can be run on desktops, servers, and IoT devices. Ubuntu uses GNOME as the default desktop environment, while other <a href="https://ubuntu.com/download/flavours">desktop environments</a> are also available.'
|
||||
badges="info:Linux"
|
||||
website="https://ubuntu.com"
|
||||
@@ -30,9 +30,9 @@
|
||||
<strong>These options have advanced features and are unique in some way. These options will likely require the user to read technical background documentation.</strong>
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
{% include legacy/cardv2.html
|
||||
title="Alpine Linux"
|
||||
image="/assets/img/svg/3rd-party/alpinelinux.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/alpinelinux.svg"
|
||||
description='Alpine Linux is a very minimal distribution designed to be secure and very resource efficient. Alpine Linux can run from RAM, and merge configuration files into the system on boot using <a href="https://wiki.alpinelinux.org/wiki/Alpine_local_backup">Alpine local backup</a>. Alpine Linux is often used on servers and in Linux containers.'
|
||||
badges="info:Linux"
|
||||
website="https://alpinelinux.org/"
|
||||
@@ -40,9 +40,9 @@
|
||||
gitlab="https://gitlab.alpinelinux.org"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
{% include legacy/cardv2.html
|
||||
title="Arch Linux"
|
||||
image="/assets/img/svg/3rd-party/archlinux.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/archlinux.svg"
|
||||
description='A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement.'
|
||||
badges="info:Linux"
|
||||
labels="color==success::link==https://tests.reproducible-builds.org/archlinux/archlinux.html::text==Reproducible builds"
|
||||
@@ -51,9 +51,9 @@
|
||||
gitlab="https://gitlab.archlinux.org"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
{% include legacy/cardv2.html
|
||||
title="Debian"
|
||||
image="/assets/img/svg/3rd-party/debian.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/debian.svg"
|
||||
description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.'
|
||||
badges="info:Linux"
|
||||
labels="color==success::link==https://reproducible.debian.net::text==Reproducible builds"
|
||||
@@ -63,9 +63,9 @@
|
||||
gitlab="https://salsa.debian.org/qa/debsources"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
{% include legacy/cardv2.html
|
||||
title="NixOS"
|
||||
image="/assets/img/svg/3rd-party/nixos.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/nixos.svg"
|
||||
description='NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many <a href="https://nixos.org/features.html">other advantages</a>.'
|
||||
badges="info:Linux"
|
||||
labels="color==success::link==https://r13y.com::text==Reproducible builds"
|
||||
@@ -74,9 +74,9 @@
|
||||
github="https://github.com/NixOS"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
{% include legacy/cardv2.html
|
||||
title="Qubes OS"
|
||||
image="/assets/img/svg/3rd-party/qubes_os.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/qubes_os.svg"
|
||||
description='Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers.'
|
||||
badges="info:Xen"
|
||||
website="https://www.qubes-os.org/"
|
||||
|
Reference in New Issue
Block a user