diff --git a/_includes/sections/operating-systems.html b/_includes/sections/operating-systems.html index c3b1879dc1..2913e54500 100644 --- a/_includes/sections/operating-systems.html +++ b/_includes/sections/operating-systems.html @@ -4,6 +4,26 @@

If you are currently using an operating system that collects data like Windows 10, you should pick an alternative here. +{% include cardv2.html + title="Pop!_OS" + image="/assets/img/png/3rd-party/pop!.png" + description='Pop!_OS is an Ubuntu based Linux distribution developed by System76. Pop!_OS is an easy to use & beginner friendly distro with many built in features. Pop! comes with the Gnome desktop enviroment installed by default.' + badges="info:Linux" + website="https://pop.system76.com/" + privacy-policy="https://system76.com/privacy" + github="https://github.com/pop-os" +%} + +{% include cardv2.html + title="Linux Mint" + image="/assets/img/png/3rd-party/mint.png" + description='Linux Mint is an easy to use Linux distro which focuses on stability and ease of use. Linux Mint can be installed with either the Cinnamon, Mate, or Xfce desktop environments which all have a resemblance to the Windows desktop environment making Linux Mint feel familiar and easy to use for people switching over.' + badges="info:Linux" + website="https://linuxmint.com/" + privacy-policy="https://www.linuxmint.com/privacy.php" + github="https://github.com/linuxmint" +%} + {% include cardv2.html title="Fedora Workstation" image="/assets/img/svg/3rd-party/fedora.svg" @@ -14,15 +34,6 @@

git="https://src.fedoraproject.org/" %} -{% include cardv2.html - title="Ubuntu" - image="/assets/img/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 desktop environments are also available.' - badges="info:Linux" - website="https://ubuntu.com" - privacy-policy="https://ubuntu.com/legal/data-privacy" - git="https://launchpad.net/ubuntu" -%}

Advanced Operating Systems

diff --git a/assets/img/png/3rd-party/mint.png b/assets/img/png/3rd-party/mint.png new file mode 100644 index 0000000000..82b896883b Binary files /dev/null and b/assets/img/png/3rd-party/mint.png differ diff --git a/assets/img/png/3rd-party/pop!.png b/assets/img/png/3rd-party/pop!.png new file mode 100644 index 0000000000..67126d7df2 Binary files /dev/null and b/assets/img/png/3rd-party/pop!.png differ