diff --git a/_includes/nav.html b/_includes/nav.html index 138e7e8b..9a09bed1 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -68,6 +68,11 @@ Router Firmware + + + diff --git a/_includes/sections/bios.html b/_includes/sections/bios.html new file mode 100644 index 00000000..caeba817 --- /dev/null +++ b/_includes/sections/bios.html @@ -0,0 +1,26 @@ +

BIOS

+
+ + {% include card.html color="success" + title="Libreboot" + image="/assets/img/tools/libreboot.png" + url="https://libreboot.org/" + description="LibreBoot is a completely Libre BIOS." + %} + + {% include card.html color="primary" + title="SeaBIOS" + image="/assets/img/tools/seabios.png" + url="https://www.seabios.org/" + description="Open Source BIOS for x86 computers." + %} + + {% include card.html color="warning" + title="Coreboot" + labels="warning:warning: Coreboot contains non-free dependencies. It is not recommended for sensitive information." + image="/assets/img/tools/coreboot.png" + url="https://www.coreboot.org/" + description="Coreboot is a lightweight bios for 32 bit and 64 bit operating systems." + %} + +
diff --git a/_includes/sections/diy-hardware.html b/_includes/sections/diy-hardware.html new file mode 100644 index 00000000..720a1666 --- /dev/null +++ b/_includes/sections/diy-hardware.html @@ -0,0 +1,34 @@ +

DIY Hardware

+ +{% include cardv2.html +title="ZeroCat" +image="/assets/img/tools/zerocat.png" +description="ZeroCat is a DIY hardware manufacuter with a focus on free software. Warning: Not all of their hardware is yet compleely free'd." +website="http://zerocat.org/" +forum="" +github="" +windows="" +mac="" +linux="" +bsd="" +%} + +{% include cardv2.html +title="ThinkPenguin.com" +image="/assets/img/tools/thinkpenguin.png" +description="ThinkPenguin.com sells hardware with zero non-free drivers." +website="https://www.thinkpenguin.com/" +forum="" +git="" +windows="" +mac="" +linux="" +bsd="" +%} + + +

Worth Mentioning

+ + diff --git a/_includes/sections/hardware-learn-more.html b/_includes/sections/hardware-learn-more.html new file mode 100644 index 00000000..acff20c8 --- /dev/null +++ b/_includes/sections/hardware-learn-more.html @@ -0,0 +1,9 @@ +

More Hardware Resources

+ +

Related

+ + + +

Note: Just being free software does not make software secure!

diff --git a/_includes/sections/key-manager.html b/_includes/sections/key-manager.html new file mode 100644 index 00000000..584fed8e --- /dev/null +++ b/_includes/sections/key-manager.html @@ -0,0 +1,12 @@ +

Key Managers

+
+ + {% include card.html color="success" + title="NitroKey" + labels="warning:warning (more info):Hardware may still contain some non-free components" + image="/assets/img/tools/nitrokey.png" + url="https://www.nitrokey.com/" + description="USB key management devices focusing on security.." + %} + +
diff --git a/_includes/sections/laptops.html b/_includes/sections/laptops.html new file mode 100644 index 00000000..41f87e74 --- /dev/null +++ b/_includes/sections/laptops.html @@ -0,0 +1,38 @@ +

Laptops

+
+ + {% 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="Minifree" + image="/assets/img/tools/minifree.png" + url="https://minifree.org/" + description="Minifree sells hardware with zero non-free drivers. All of there laptops come pre-installed with LibreBoot." + %} + + {% 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. Due to non-free/proprietary dependencies they are not recommended sensitive information." + %} + +
+ + +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/_includes/sections/mobile.html b/_includes/sections/mobile.html new file mode 100644 index 00000000..145442e2 --- /dev/null +++ b/_includes/sections/mobile.html @@ -0,0 +1,22 @@ +

Mobile

+
+ + + + {% 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. Their smartphones do stil contain some non-free software." + %} + +
+ +

Optimistic Upcoming Projects

+ + diff --git a/_includes/sections/routers.html b/_includes/sections/routers.html new file mode 100644 index 00000000..1a488ee3 --- /dev/null +++ b/_includes/sections/routers.html @@ -0,0 +1,19 @@ +

Routers

+
+ + {% include card.html color="success" + title="Minifree" + image="/assets/img/tools/minifree.png" + url="https://minifree.org/" + description="Minifree sells hardware with zero non-free drivers. All of there routets come pre-installed with LibreCMC." + %} + + {% 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." + %} + +
diff --git a/_includes/sections/servers-desktops.html b/_includes/sections/servers-desktops.html new file mode 100644 index 00000000..e1986d64 --- /dev/null +++ b/_includes/sections/servers-desktops.html @@ -0,0 +1,21 @@ +

Servers and Desktops

+
+ + {% include card.html color="success" + title="Vikings" + labels="warning:warning :Hardware may still contain some non-free components." + image="/assets/img/tools/vikings.png" + url="https://vikings.net/" + description="Privacy-respecting servers and workstations." + %} + + +
+ +

Worth Mentioning

+ + diff --git a/assets/img/tools/coreboot.png b/assets/img/tools/coreboot.png new file mode 100644 index 00000000..d134d52d Binary files /dev/null and b/assets/img/tools/coreboot.png differ diff --git a/assets/img/tools/libreboot.png b/assets/img/tools/libreboot.png new file mode 100644 index 00000000..1de93c24 Binary files /dev/null and b/assets/img/tools/libreboot.png differ diff --git a/assets/img/tools/minifree.png b/assets/img/tools/minifree.png new file mode 100644 index 00000000..c4a2a80c Binary files /dev/null and b/assets/img/tools/minifree.png differ diff --git a/assets/img/tools/nitrokey.png b/assets/img/tools/nitrokey.png new file mode 100644 index 00000000..6b62ed24 Binary files /dev/null and b/assets/img/tools/nitrokey.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/assets/img/tools/vikings.png b/assets/img/tools/vikings.png new file mode 100644 index 00000000..6e9bc23d Binary files /dev/null and b/assets/img/tools/vikings.png differ diff --git a/assets/img/tools/zerocat.png b/assets/img/tools/zerocat.png new file mode 100644 index 00000000..28820904 Binary files /dev/null and b/assets/img/tools/zerocat.png differ diff --git a/pages/hardware.html b/pages/hardware.html new file mode 100644 index 00000000..ab08c201 --- /dev/null +++ b/pages/hardware.html @@ -0,0 +1,26 @@ +--- +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/laptops.html %} + +{% include sections/servers-desktops.html %} + +{% include sections/mobile.html %} + +{% include sections/key-manager.html %} + +{% include sections/routers.html %} + +{% include sections/bios.html %} + +{% include sections/diy-hardware.html %} + +{% include sections/hardware-learn-more.html %} diff --git a/pages/old.html b/pages/old.html index eed694b7..d29cfc3d 100644 --- a/pages/old.html +++ b/pages/old.html @@ -29,6 +29,20 @@ permalink: /classic/ {% include sections/browser-tweaks.html %} +{% include sections/laptops.html %} + +{% include sections/servers-desktops.html %} + +{% include sections/mobile.html %} + +{% include sections/key-manager.html %} + +{% include sections/routers.html %} + +{% include sections/bios.html %} + +{% include sections/diy-hardware.html %} + {% include sections/email-providers.html %} {% include sections/email-clients.html %}