From 320309da55aae04d657b875040cb866aedc9124e Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sat, 4 May 2019 10:51:56 -0500 Subject: [PATCH] Update #616 To Current Layout Creates hardware subpage, adds to navbar and classic site. Co-Authored-By: gjhklfdsa --- _includes/sections/hardware.html | 41 +++++++++++++++++++++++++++++++ assets/img/tools/Purism.png | Bin 706 -> 654 bytes pages/hardware.html | 8 ++++++ pages/old.html | 2 ++ 4 files changed, 51 insertions(+) create mode 100644 _includes/sections/hardware.html create mode 100644 pages/hardware.html diff --git a/_includes/sections/hardware.html b/_includes/sections/hardware.html new file mode 100644 index 00000000..c165b7fe --- /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 open-source 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 open-source certifications like OSHWA, RYF, or OSI Certified. + + + +

Worth Mentioning

+ + + diff --git a/assets/img/tools/Purism.png b/assets/img/tools/Purism.png index 25d34fe3c54f657d35d9b89f74629a43d0f1629b..48667c4e2dd8408473bdb064498de218db466db7 100644 GIT binary patch literal 654 zcmeAS@N?(olHy`uVBq!ia0vp^6(G#P1SGeyEo=o+oCO|{#S9GGLLkg|>2BR01_mYv zPZ!6Kid%2*oXxxCAi{RRhF{a3ji=M$(ck;*stpZagu|TzFS|yoF5`P1-Q#xdka7EK z$@GVn6_fowH87ZDF!D-mX<*Y`;Mgp7VF9a2#swx2pEt?@#CPNd@l7&*$}e1gIrH|m z#TPTSM)9^E{*t~qQt#Za`DapX1~bO{(oD4-F3X4ammd0^PfL9GkxaG zo2O*=zS3yomX$Lc%%}eea)@<~&!5j|YiD=N>Z&A%*IO&qwe?Hz3&x2=HA}6PuzchUE6niwio9;Yn5Y;FAH(~ zzt-r5{n{7HGGAHDXj<1lbH7YgUHZm zgFCo`JGg^y20Ti-{aPLbJxFr*r~6=Qf4ci9Nv|&iVt-wpUF|3mEcaH)HG`c7 z;89xqJVj34u^7kOkAqpQaJx@>{4#L{e*dYm!N0%0aHd>SZ4tRn=aNZah&SJ>t0rn> zaj(Z6eEY4B5b}sYq{8nTFagC$7_(rEl4NEv0%B&8zi0&`LcrMEb|hC5WHE+t7FS~? z$*extOmbT-UVjHt+tr8_jA2X0)wei>w8(0Uh_Oj!j6qU>s{sj%w|Jji7L?ToaIC8Z zEnMyF=5Yj=B$=%9I8Co8$t*2ylw5_9)lM#xrbu8pgCQYj=KvS!bNxc()cDoK~9>zlcO+XW5)6OKW;gF z<-YY1ejHy~U-oonc_*HegtYFBD=oG!w~#MWY^34qgSpw82}Mjdu_o`UQ@SkQgR`89 z)n|&+{4SG&o6Q#gxrA;_TxO3vf4}B`3`8Us_%4T6XK@WW`i55rcW?)Ha0hpA2X}A> b-w^mOAM(2v)CKc`00000NkvXXu0mjfGHF2? 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 %}