diff --git a/_includes/nav.html b/_includes/nav.html index 9937e14d..4bc2f0f5 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -70,6 +70,9 @@ Don't use Windows 10 + diff --git a/_includes/sections/hardware.html b/_includes/sections/hardware.html new file mode 100644 index 00000000..595f6981 --- /dev/null +++ b/_includes/sections/hardware.html @@ -0,0 +1,41 @@ +

Hardware

+
+ + {% include card.html color="success" + title="Technoethical" + image="/assets/img/tools/technoethical.png" + url="https://tehnoetic.com/" + description="Technoethical only sells grade A, high quality devices compatbile with fully free operating systems. All of their laptops come pre-installed with a completely libre BIOS (Libreboot)." + %} + + {% include card.html color="primary" + title="ThinkPenguin.com" + labels="warning:warning:ThinkPenguin.com may sell hardware with non-free software such as firmware. We recommend finding products with free software certifications." + image="/assets/img/tools/thinkpenguin.png" + url="https://www.thinkpenguin.com/" + description="ThinkPenguin.com sells hardware with zero non-free drivers." + %} + + {% include card.html color="warning" + title="Purism" + labels="warning:warning (more info):Purism laptops and tablets still contain some non-free components." + image="/assets/img/tools/purism.png" + url="https://puri.sm/" + description="Purism sells high-end hardware with kill switches and a de-blobbed ME." + %} + +
+ + +Caution: These companies may sell hardware with non-free software such as firmware. We recommend looking for products with free software certifications like OSHWA, RYF, or OSI Certified. + + + +

Worth Mentioning

+ + + diff --git a/assets/img/tools/Purism.png b/assets/img/tools/Purism.png index 25d34fe3..48667c4e 100644 Binary files a/assets/img/tools/Purism.png and b/assets/img/tools/Purism.png differ diff --git a/assets/img/tools/purism.png b/assets/img/tools/purism.png new file mode 100644 index 00000000..48667c4e Binary files /dev/null and b/assets/img/tools/purism.png differ diff --git a/assets/img/tools/technoethical.png b/assets/img/tools/technoethical.png new file mode 100644 index 00000000..c9fb085e Binary files /dev/null and b/assets/img/tools/technoethical.png differ diff --git a/assets/img/tools/thinkpenguin.png b/assets/img/tools/thinkpenguin.png new file mode 100644 index 00000000..fbd9e892 Binary files /dev/null and b/assets/img/tools/thinkpenguin.png differ diff --git a/pages/hardware.html b/pages/hardware.html new file mode 100644 index 00000000..1f7a3015 --- /dev/null +++ b/pages/hardware.html @@ -0,0 +1,8 @@ +--- +layout: page +permalink: /hardware/ +title: "Hardware" +description: "Privacy isn't all about the software you use. Discover hardware dedicated to protecting your data and security." +--- + +{% include sections/hardware.html %} diff --git a/pages/old.html b/pages/old.html index eed694b7..ff314fdc 100644 --- a/pages/old.html +++ b/pages/old.html @@ -29,6 +29,8 @@ permalink: /classic/ {% include sections/browser-tweaks.html %} +{% include sections/hardware.html %} + {% include sections/email-providers.html %} {% include sections/email-clients.html %}