updating v9.
[fsf-giving-guide.git] / v9 / givingguide.html
... / ...
CommitLineData
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <title>Ethical Tech | Giving Guide</title>
10 <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts.">
11
12 <!-- Some Colors -->
13 <!-- Chrome, Firefox OS and Opera -->
14 <meta name="theme-color" content="#2caf8f">
15 <!-- Windows Phone -->
16 <meta name="msapplication-navbutton-color" content="#2caf8f">
17
18 <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
19 <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
20 <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
21 <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
22 <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
23 <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
24 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
25 <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
26 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
27 <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
28 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
29 <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
30 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
31 <meta name="msapplication-TileColor" content="#2caf8f">
32 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
33 <meta name="theme-color" content="#2caf8f">
34
35 <!-- Bootstrap -->
36 <link rel="stylesheet" href="css/bootstrap.min.css">
37
38 <!-- Animate CSS -->
39 <link rel="stylesheet" href="css/animate.css">
40
41 <!-- Our CSS -->
42 <link rel="stylesheet" href="css/master.css">
43
44
45 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
46 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
47 <!--[if lt IE 9]>
48 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
49 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
50 <![endif]-->
51</head>
52
53<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
54
55 <div class="alert alert-success center-block">
56 <li class="info">
57 <p>
58 Many of these items are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">certified to Respect Your Freedom</a> (RYF-certified).
59 </p>
60 </li>
61 </div>
62-->
63
64<body>
65 <iframe src="//static.fsf.org/nosvn/banners/2018fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; border: 0 none; display: block;"></iframe>
66 <nav class="navbar navbar-default">
67 <div class="container-fluid">
68 <!-- Brand and toggle get grouped for better mobile display -->
69 <div class="navbar-header">
70 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
71 <span class="sr-only">Toggle navigation</span>
72 <span class="icon-bar bar1"></span>
73 <span class="icon-bar bar2"></span>
74 <span class="icon-bar bar3"></span>
75 </button>
76 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
77 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
78
79 </div>
80
81 <!-- Collect the nav links, forms, and other content for toggling -->
82 <div class="collapse navbar-collapse" id="navbar-links">
83 <ul class="nav navbar-nav">
84 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
85 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
86 <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
87 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
88 </ul>
89
90 </div>
91 <!-- /.navbar-collapse -->
92 </div>
93 <!-- /.container-fluid -->
94 </nav>
95
96 <!--Begin Intro-->
97 <section class="intro" id="intro">
98 <div class="container">
99 <div class="row">
100 <div class="illustration col-md-6">
101 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
102 </div>
103 <div class="intro-text col-md-6">
104 <h1>Give the gift of freedom!</h1>
105
106 <p>A new phone or computer can be the highlight of the holidays, but with proprietary software lurking under the wrapping paper, your thoughtful gift may be more naughty than nice.</p>
107<p>This guide replaces these holiday humbugs with better devices from ethical companies&mdash;no <a href="https://gnu.org/proprietary" style="color: gold">creepy remote deletion of files or punitive and mean rules about copying and sharing</a>. Just products and software that respect the freedom and privacy of your loved ones: gifts you can feel good about.</p>
108<p>Plus, our crib notes below will help you explain why this version is better than the one they've heard of (and spread the word about software freedom, too).</p>
109 </div>
110 </div>
111 </div>
112 </section>
113 <!--End Intro-->
114
115 <!--Begin Actions-->
116 <section class="actions" id="actions">
117 <div class="container">
118 <div class="row">
119 <!-- Begin Action -->
120 <div class="action col-md-4 col-sm-4 text-center">
121 <a class="action-button" href="https://www.fsf.org/share?u=https://www.fsf.org/givingguide/&amp;t=Check out the Free Software Foundation Ethical Tech Giving Guide">Tell your friends</a>
122 <p>
123 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
124 </p>
125 </div>
126 <!-- End Action -->
127
128 <!-- Begin Action -->
129 <div class="action col-md-4 col-sm-4 text-center">
130 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a>
131 <p>
132 Printable version coming soon!
133 </p>
134
135 </div>
136 <!-- End Action -->
137
138 <!-- Begin Action -->
139 <div class="action col-md-4 col-sm-4 text-center">
140 <a class="action-button" href="#charities">Support free software</a>
141 <p>
142 Donate to our suggested charities
143 </p>
144 </div>
145 <!-- End Action -->
146 </div>
147 <!-- End Row -->
148 </div>
149 <!-- End Container -->
150 </section>
151 <!--End Actions-->
152
153 <!--Begin Comparisons-->
154 <section class="comparisons">
155
156 <!--Smartphones-->
157 <div class="container smartphones">
158 <h2 class="title text-center">Smartphones</h2>
159 <div class="row is-table-row">
160 <div class="good col-md-6 col-sm-6" style="position:relative">
161 <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
162 <h5 class="text-center">Galaxy S3 with Replicant</h5>
163
164 <!-- Buy/Download Button -->
165 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
166 BUY
167 <!-- Begin Sale -->
168 <span class="sale" >sale</span>
169 <!-- End Sale -->
170 </a>
171 <div class="collapse" id="sellers">
172 <div class="center-block seller-group">
173 <p style="color: #6b6b6b">
174 <strong>Get it from</strong>
175 </p>
176 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
177 <div class="sale-info links">
178 <a href="#technoethical-promotion">Sale details.</a>
179 </div>
180 </div>
181 </div>
182
183 <script>
184 document.getElementById('get-item').style.display = '';
185 </script>
186 <noscript>
187 <div class="center-block seller-group">
188 <p style="color: #6b6b6b">
189 <strong>Get it from</strong>
190 </p>
191 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
192 <p class="sale-info links">
193 <a href="#technoethical-promotion">Sale details.</a>
194 </p>
195 <!-- End Sale Info -->
196 </div>
197 </noscript>
198 <!-- End Buy/Download button -->
199
200 <ul class="pros">
201 <p>Why it's cool: Ever feel like every time you pick up your smartphone, someone is watching you? This may not cut off their access entirely, but it will make their job a little harder.</p>
202
203<p> Your smartphone is so much more than a phone: it's a tiny computer you carry with you every day, and for many people around the world, it's their only internet-enabled device. Choosing one of these phones lets you bring software freedom everywhere you go.</p>
204
205<p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or an <a "https://tehnoetic.com/tet-n2">N2 phone/tablet</a>, complete with Replicant.</p>
206 </ul>
207 </div>
208 <!--End Good-->
209
210 <!-- start bad -->
211
212 <div class="good col-md-6 col-sm-6">
213 <ul class="pros">
214 <li>
215 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
216 </li>
217 <li>
218 Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalog that makes it easy to get all the applications you need without sacrificing control of your phone.
219 </li>
220 <li>Note: While the main processor is exclusively running free software, the modem processor runs a Samsung nonfree system.</li>
221 </ul>
222
223 <h5 class="text-center">Stay away from: iPhone</h5>
224 <ul class="cons">
225 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
226 <li>
227 iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on the devices.
228 </li>
229 <li>Avoid: iPhone XR, iPhone XS, iPhone X, and other models.
230 </ul>
231 </div>
232 <!--End Bad-->
233 </div>
234 <!--End Row-->
235 </div>
236 <!--End Container-->
237 <!--End bad-->
238
239
240 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
241
242 <!--Laptops-->
243 <div class="container">
244 <h3 class="title text-center">Laptops</h3>
245 <div class="row is-table-row">
246 <div class="good col-md-6 col-sm-6">
247 <img src="img/products/t400.png" alt="t400" class="center-block" />
248 <h5 class="text-center">T400 with GNU/Linux</h5>
249
250
251
252 <!-- Buy/Download Button -->
253 <a id="get-item-full" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-full" aria-expanded="false" aria-controls="sellers-full" style="display:none">
254 BUY
255 <!-- Begin Sale -->
256 <span class="sale" >sale</span>
257 <!-- End Sale -->
258 </a>
259 <div class="collapse" id="sellers-full">
260 <div class="center-block seller-group">
261 <p style="color: #6b6b6b">
262 <strong>Get it from</strong>
263 </p>
264 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
265 <p class="sale-info links">
266 <a href="#technoethical-promotion">The T400 is <a href="http://www.fsf.org/resources/hw/endorsement/respects-your-freedom">Respects Your Freedom</a> certified. Sale details.</a>
267 </p>
268 <p>
269 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
270 </p>
271 </div>
272 </div>
273
274 <script>
275 document.getElementById('get-item-full').style.display = '';
276 </script>
277 <noscript>
278 <div class="center-block seller-group">
279 <p style="color: #6b6b6b">
280 <strong>Get it from</strong>
281 </p>
282 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
283 <p class="sale-info links">
284 <a href="#technoethical-promotion">Sale details.</a>
285 </p>
286 <p>
287 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
288 </p>
289 </div>
290 </noscript>
291 <!-- End Buy/Download button -->
292
293 <ul class="pros">
294 <p>Why it's cool: You need a reliable computer for work and play. This one is just dandy for both, minus icky DRM and spyware.</p>
295 <p>Setting up a fully free system is easier than it used to be, but can still seem daunting&mdash;especially if you've never done it before. Luckily, you can now get a new-to-you laptop that's ready to go out of the box.</p>
296 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
297 </ul>
298
299 </div>
300 <!--End Good-->
301
302 <!--start bad-->
303 <div class="good col-md-6 col-sm-6">
304 <ul class="pros">
305 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
306 <li>Durable hardware is meant to last and is easy to repair.</li>
307 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
308 </ul>
309 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
310 <ul class="cons">
311 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product&mdash;<a href="https://privacy.microsoft.com/en-US/privacystatement">forces users to consent to data collection</a> for purposes including "targeted advertising."
312 </li>
313 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
314 <li>Mandatory Windows updates force users to test potentially unstable new versions. <a href="https://www.fsf.org/campaigns/windows">Read more about Windows's abuses.</a></li>
315 <li>You can find Windows on computers like the Dell Inspiron, HP EliteBook, and Lenovo Ideapad.</li>
316 </ul>
317 </div>
318 <!--End Bad-->
319 </div>
320 <!--End Row-->
321 </div>
322 <!--End Container-->
323
324 <!--Compact Laptops-->
325 <div class="container">
326 <h3 class="title text-center">Compact Laptops</h3>
327 <div class="row is-table-row">
328 <div class="good col-md-6 col-sm-6">
329 <img src="img/products/x200.png" alt="x200" class="center-block" />
330 <h5 class="text-center">X200 with GNU/Linux</h5>
331
332 <!-- Buy/Download Button -->
333 <a id="get-item-compact" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-compact" aria-expanded="false" aria-controls="sellers-compact" style="display:none">
334 BUY
335 <!-- Begin Sale -->
336 <span class="sale" >sale</span>
337 <!-- End Sale -->
338 </a>
339 <div class="collapse" id="sellers-compact">
340 <div class="center-block seller-group">
341 <p style="color: #6b6b6b">
342 <strong>Get it from</strong>
343 </p>
344
345 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
346 <p class="sale-info links">
347 Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a>
348
349 </p>
350 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a><br>
351 <p class="sale-info links">
352 <!-- Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
353 </p> -->
354 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
355 <p class="sale-info links">
356 Vikings's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a>
357
358 </p>
359
360 </div>
361 </div>
362
363 <script>
364 document.getElementById('get-item-compact').style.display = '';
365 </script>
366 <noscript>
367 <div class="center-block seller-group">
368 <p style="color: #6b6b6b">
369 <strong>Get it from</strong>
370 </p>
371 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
372 <p class="sale-info links">
373 Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a>-certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a>
374 </p>
375 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
376 <p class="sale-info links">
377 Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, and global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
378 </p>
379 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
380 <p class="sale-info links">
381 Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a></p>
382 </div>
383 </noscript>
384 <!-- End Buy/Download button -->
385
386 <!-- start good -->
387 <ul class="pros">
388 <p>Why it's cool: Take it to the office, take it to the cafe, take it to class, take it home and set it up on the counter so you can rock out while you cook. Do all of this the easy way.</p>
389
390<p>This machine is made to go everywhere with you and thanks to our friends who make RYF products, you can have your mobility and your freedom too.</p>
391 </ul>
392
393 </div>
394 <!--End Good-->
395
396 <!--start bad-->
397 <div class="good col-md-6 col-sm-6">
398 <ul class="pros">
399 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware. The X200 sold by Libiquity is also certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
400 <li>Durable hardware is meant to last and is easy to repair.</li>
401 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
402 <h5 class="text-center">Stay away from: Apple</h5>
403 <ul class="cons">
404 <li>Apple has been <a href="https://motherboard.vice.com/en_us/article/evmeya/apple-iphone-right-to-repair-california">opposing the Right to Repair</a> for years.
405 <li>
406 Apple app stores use <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to restrict what you can do with your purchases.
407 </li>
408 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
409 <li>Avoid: MacBook Air (and MacBook Pro)</li>
410 </ul>
411 </div>
412 <!--End Bad-->
413 </div>
414 <!--End Row-->
415 </div>
416 <!--End Container-->
417
418 <!--convertible Laptops-->
419 <div class="container">
420 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
421 <div class="row is-table-row">
422 <div class="good col-md-6 col-sm-6">
423 <img src="https://static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
424 <h5 class="text-center">X200t with GNU/Linux</h5>
425
426 <!-- Buy/Download Button -->
427 <a id="get-item-convertible" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-convertible" aria-expanded="false" aria-controls="sellers-convertible" style="display:none">
428 BUY
429 <!-- Begin Sale -->
430 <span class="sale" >sale</span>
431 <!-- End Sale -->
432 </a>
433 <div class="collapse" id="sellers-convertible">
434 <div class="center-block seller-group">
435 <p style="color: #6b6b6b">
436 <strong>Get it from</strong>
437 </p>
438
439 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
440 <p class="sale-info links">
441
442 </p>
443
444 <script>
445 document.getElementById('get-item-convertible').style.display = '';
446 </script>
447 <noscript>
448 <div class="center-block seller-group">
449 <p style="color: #6b6b6b">
450 <strong>Get it from</strong>
451 </p>
452
453 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
454 <p class="sale-info links">
455 <a href="#technoethical-promotion">Sale details.</a>
456 </p> </div>
457 </noscript>
458
459 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
460 </div>
461 </div>
462
463 <script>
464 document.getElementById('get-item-convertible').style.display = '';
465 </script>
466 <noscript>
467 <div class="center-block seller-group">
468 <p style="color: #6b6b6b">
469 <strong>Get it from</strong>
470 </p>
471
472 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
473 <p class="sale-info links">
474 <a href="#technoethical-promotion">Sale details.</a>
475 </p> </div>
476 </noscript>
477 <!-- End Buy/Download button -->
478 <ul class="pros">
479 <p>Why it's cool: Use it as a laptop or as a tablet with a built-in stylus. It may not be a brand-new concept, but it'll always feel a little futuristic.</p>
480
481<p>Enjoy all the portability of a tablet, without having to hunt-and-peck every letter when it comes time to do some work. It's versatile, multi-purpose, and stylish, and fits smoothly into every environment in your life (without pummeling you with the abuses of proprietary software).</p>
482 </ul>
483
484 </div>
485 <!--End Good-->
486
487 <!--start bad-->
488 <div class="good col-md-6 col-sm-6">
489 <ul class="pros">
490 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li>
491 <li>Durable hardware is meant to last and is easy to repair.</li>
492 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
493 </ul>
494 <h5 class="text-center">Stay away from: iPad Pro</h5>
495 <ul class="cons">
496 <li>
497 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software.
498 </li>
499 <li>Apple's App Store has been <a href="https://www.defectivebydesign.org/blog/apple_app_store_anniversary_marks_ten_years_proprietary_appsploitation">threatening user freedom for ten years</a>. From user surveillance to allowing governments to control app access, the Apple App Store has it all. </li>
500 </ul>
501 </div>
502 <!--End Bad-->
503 </div>
504 <!--End Row-->
505 </div>
506 <!--End Container-->
507
508 <!--Desktops-->
509 <div class="container">
510 <h3 class="title text-center">Desktops</h3>
511 <div class="row is-table-row">
512 <div class="good col-md-6 col-sm-6">
513 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
514 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
515
516 <!-- Buy/Download Button -->
517 <a id="get-item-desktop" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-desktop" aria-expanded="false" aria-controls="sellers-desktop" style="display:none">
518 BUY
519 <!-- Begin Sale -->
520 <span class="sale" >sale</span>
521 <!-- End Sale -->
522 </a>
523 <div class="collapse" id="sellers-desktop">
524 <div class="center-block seller-group">
525 <strong>Get it from</strong>
526 </p>
527 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
528 <p class="sale-info links">
529 The D16 Workstation is not Respects Your Freedom certified at this point. <a href="#vikings-promotion">Sale details.</a>
530 </p>
531 </div>
532 </div>
533
534 <script>
535 document.getElementById('get-item-desktop').style.display = '';
536 </script>
537 <noscript>
538 <div class="center-block seller-group">
539 <p style="color: #6b6b6b">
540 <strong>Get it from</strong>
541 </p>
542 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
543 <p class="sale-info links">
544 The Workstation is not Respects Your Freedom certified at this point.
545 </p>
546 </div>
547 </noscript>
548 <!-- End Buy/Download button -->
549
550 <ul class="pros">
551<p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
552
553<p>Gamers, video editors, and other users may want or need a more powerful machine – a desktop is the answer when you really need that extra push. Also good for users who want a bigger screen.</p>
554 </ul>
555
556 </div>
557 <!--End Good-->
558
559 <!--start bad-->
560 <div class="good col-md-6 col-sm-6">
561 <ul class="pros">
562 <li>Options of coming with the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel or Parabola operating systems.</li>
563 <li>Free boot firmware.</li>
564 <li>Customize and specialize to your needs.</li>
565 </ul>
566 <h5 class="text-center">Stay away from: Apple iMac</h5>
567 <ul class="cons">
568 <p>An iMac puts designers and film makers at risk:</p>
569 <li><a href="https://www.adobe.com/products/premiere-rush.html">Adobe Premiere Rush</a> rents Mac (and Windows) users access to video editing software in exchange for control over their files.</li>
570 </ul>
571 <h5 class="text-center">Stay away from: Alienware Area-51 Threadripper</h5>
572 <ul class="cons">
573 <li>The newest Alienware gaming desktop comes with Ryzen Threadripper processors and loads of freedom-restricting proprietary software.</li>
574 </ul>
575 </div>
576 <!--End Bad-->
577 </div>
578 <!--End Row-->
579 </div>
580 <!--End Container-->
581
582 <!--3D Printers-->
583 <div class="container">
584 <h3 class="title text-center">3D Printers</h3>
585 <div class="row is-table-row">
586 <div class="good col-md-6 col-sm-6">
587 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
588 <h5 class="text-center">LulzBot Mini</h5>
589
590 <!-- Buy/Download Button -->
591 <a id="get-item-print" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-print" aria-expanded="false" aria-controls="sellers-print" style="display:none">
592 BUY
593 <!-- Begin Sale -->
594 <span class="sale" >sale</span>
595 <!-- End Sale -->
596 </a>
597 <div class="collapse" id="sellers-print">
598 <div class="center-block seller-group">
599 <p style="color: #6b6b6b">
600 <strong>Get it from</strong>
601 </p>
602 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
603 <p class="sale-info links">
604 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
605
606 </p>
607 </div>
608 </div>
609
610 <script>
611 document.getElementById('get-item-print').style.display = '';
612 </script>
613 <noscript>
614 <div class="center-block seller-group">
615 <p style="color: #6b6b6b">
616 <strong>Get it from</strong>
617 </p>
618 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
619 <p class="sale-info links">
620 <a href="#lulzbot-promotion">Sale details.</a>
621 </p>
622 </div>
623 </noscript>
624 <!-- End Buy/Download button -->
625 <ul class="pros">
626 <p>Why it's cool: Think ahead&mdash;if you give this to your friend or relative, they might use it next year to make YOU a gift.</p>
627
628<p>3D printers are an amazing learning and exploration tool for kids and a fun toy for grownups, and they've come a long way from their origins in the early 2000s. Keep it free and fun by digging into the zillions of free software options for modeling, and communities that share freely licensed designs.</p>
629 </ul>
630 </div>
631 <!--End Good-->
632
633 <div class="good col-md-6 col-sm-6">
634 <ul class="pros">
635 <li>Performance and seamless interface <a href="https://www.tomsguide.com/us/best-3d-printers,review-2236.html">earned it "Editor's Choice"</a> in <em>Tom's Guide</em>'s 2017 3D printer comparison.</li>
636 <li>Hardware designs are available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
637 </ul>
638 <h5 class="text-center">Stay away from: MakerBot</h5>
639 <ul class="cons">
640 <li>
641 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling
642 </li>
643 <li>
644 MakerBot was founded with a more freedom-respecting philosophy, but has since <a href="https://www.cnet.com/news/pulling-back-from-open-source-hardware-makerbot-angers-some-adherents/">announced an increasingly proprietary approach</a> and distanced itself from the community that formed around it.
645 </li>
646 </ul>
647 </div>
648 <!--End Bad-->
649 </div>
650 <!--End Row-->
651 </div>
652 <!--End Container-->
653
654
655 <!--start container-->
656 <!-- Begin Recommended Template -->
657 <div class="container">
658 <h2 class="title text-center">Cool Devices</h2>
659<div class="container">
660 <div class="row is-table-row">
661 <div class="col-md-5 col-sm-6 recommended-img">
662 <img src="https://shop.fsf.org/sites/default/files/styles/product_full/public/randomnumber.jpg" alt="NeuG USB True Random Number Generator and a MicroSD card" class="center-block" />
663 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
664
665 <!-- Buy/Download Button -->
666 <a id="random-number-generator" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-random-number-generator" aria-expanded="false" aria-controls="sellers-random-number-generator" style="display:none; top:205px;">
667 BUY
668 </a>
669 <div class="collapse" id="random-number-generator">
670 <div class="center-block seller-group">
671 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator">GNU Press Shop</a>
672 <p class="sale-info links">
673 <a href="#thinkpenguin-promotion">Sale details.</a>
674 </p>
675 </div>
676 </div>
677
678 <script>
679 document.getElementById('get-item-long-range-adapter').style.display = '';
680 </script>
681 <noscript>
682 <div class="center-block seller-group">
683 <p style="color: #6b6b6b">
684 <strong>Get it from</strong>
685 </p>
686 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
687 <p class="sale-info links">
688 <a href="#thinkpenguin-promotion">Sale details.</a>
689 </p>
690 </div>
691 </noscript>
692 <!-- End Buy/Download button -->
693
694 </div>
695 <div class="col-md-7 col-sm-6">
696 </h5>
697 <ul class="pros">
698 <li>FST-01 (Flying Stone Tiny ZERO-ONE) is a tiny USB 32-bit computer based on a free (as in freedom) hardware design.</li>
699 <li>NeuG is an implementation of a true random number generator (TRNG) for STM32F103 MCU.</li>
700 </ul>
701 </div>
702 </div>
703 <!-- End Row -->
704 </div>
705 <!-- End Container -->
706
707 <div class="row is-table-row">
708 <div class="col-md-5 col-sm-6 recommended-img">
709 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
710 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
711
712 <!-- Buy/Download Button -->
713 <a id="get-item-mini-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-mini-adapter" aria-expanded="false" aria-controls="sellers-mini-adapter" style="display:none; top:205px;">
714 BUY
715 <!-- Begin Sale -->
716 <span class="sale">sale</span>
717 <!-- End Sale -->
718 </a>
719 <div class="collapse" id="sellers-mini-adapter">
720 <div class="center-block seller-group">
721 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
722 <p class="sale-info links">
723 <a href="#technoethical-promotion">Sale details.</a>
724 </p>
725 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
726 <p class="sale-info links">
727 <a href="#thinkpenguin-promotion">Sale details.</a>
728 </p>
729 </div>
730 </div>
731
732 <script>
733 document.getElementById('get-item-mini-adapter').style.display = '';
734 </script>
735 <noscript>
736 <div class="center-block seller-group">
737 <p style="color: #6b6b6b">
738 <strong>Get it from</strong>
739 </p>
740 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
741
742 <p class="sale-info links">
743 <a href="#technoethical-promotion">Sale details.</a>
744 </p>
745 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
746 <p class="sale-info links">
747 <a href="#thinkpenguin-promotion">Sale details.</a>
748 </p>
749 </div>
750 </noscript>
751 <!-- End Buy/Download button -->
752
753 <!--start pros-->
754 <ul class="pros">
755 <p>Why it's cool: Trying to go 100% free but stuck with a proprietary Wi-Fi card? just plug this into your USB port and you're ready to go.</p>
756 </ul>
757 </div>
758
759 <div class="good col-md-6 col-sm-6">
760 <ul class="pros">
761 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
762 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
763 <li>Options from Technoethical and ThinkPenguin.</li>
764 <li>If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
765 </ul>
766 </div>
767 </div>
768 <!-- End Row -->
769 </div>
770 <!-- End Container -->
771
772 <!-- Begin Recommended Template -->
773
774 <div class="container">
775 <div class="row is-table-row">
776 <div class="col-md-5 col-sm-6 recommended-img">
777 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
778 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
779
780 <!-- Buy/Download Button -->
781 <a id="get-item-long-range-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-long-range-adapter" aria-expanded="false" aria-controls="sellers-long-range-adapter" style="display:none; top:205px;">
782 BUY
783 <!-- Begin Sale -->
784 <span class="sale">sale</span>
785 <!-- End Sale -->
786 </a>
787 <div class="collapse" id="sellers-long-range-adapter">
788 <div class="center-block seller-group">
789 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-w-external-antenna-gnu-linux-tpe-n150usbl" class="seller action-button">ThinkPenguin</a>
790 <p class="sale-info links">
791 <a href="#thinkpenguin-promotion">Sale details.</a>
792 </p>
793 </div>
794 </div>
795
796 <script>
797 document.getElementById('get-item-long-range-adapter').style.display = '';
798 </script>
799 <noscript>
800 <div class="center-block seller-group">
801 <p style="color: #6b6b6b">
802 <strong>Get it from</strong>
803 </p>
804 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-w-external-antenna-gnu-linux-tpe-n150usbl" class="seller action-button">ThinkPenguin</a>
805 <p class="sale-info links">
806 <a href="#thinkpenguin-promotion">Sale details.</a>
807 </p>
808 </div>
809 </noscript>
810 <!-- End Buy/Download button -->
811
812 </div>
813 <div class="col-md-7 col-sm-6">
814 </h5>
815 <ul class="pros">
816 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
817 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
818 <li>Multiple options from Technoethical and ThinkPenguin.</li>
819 </ul>
820 </div>
821 </div>
822 <!-- End Row -->
823 </div>
824 <!-- End Container -->
825
826 <!-- Begin Recommended Template -->
827 <div class="container">
828 <div class="row is-table-row">
829 <div class="col-md-5 col-sm-6 recommended-img">
830 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
831 <h5 class="text-center">VPN Router</h5>
832
833 <!-- Buy/Download Button -->
834 <a id="get-item-vpn-router" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-vpn-router" aria-expanded="false" aria-controls="sellers-vpn-router" style="display:none; top:205px;">
835 BUY
836 <!-- Begin Sale -->
837 <span class="sale">sale</span>
838 <!-- End Sale -->
839 </a>
840 <div class="collapse" id="sellers-vpn-router">
841 <div class="center-block seller-group">
842 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
843 <p class="sale-info links">
844 <a href="#thinkpenguin-promotion">Sale details.</a>
845 </p>
846 </div>
847 </div>
848
849 <script>
850 document.getElementById('get-item-vpn-router').style.display = '';
851 </script>
852 <noscript>
853 <div class="center-block seller-group">
854 <p style="color: #6b6b6b">
855 <strong>Get it from</strong>
856 </p>
857 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
858 <p class="sale-info links">
859 <a href="#thinkpenguin-promotion">Sale details.</a>
860 </p>
861 </div>
862 </noscript>
863 <!-- End Buy/Download button -->
864
865 </div>
866 <div class="col-md-7 col-sm-6">
867 <ul class="pros">
868 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
869 <li>Designed for easy set-up.</li>
870 <li>As free as can be: runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> LibreCMC operating system on hardware that is certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
871 </ul>
872 </div>
873 </div>
874 <!-- End Row -->
875 </div>
876 <!-- End Container -->
877
878 <h1 class="title text-center">Books, Music, and Video</h1>
879 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
880 <!--ebooks-->
881 <div class="container">
882 <h3 class="title text-center">Books</h3>
883 <div class="row is-table-row">
884 <div class="good col-md-6 col-sm-6">
885 <h5 class="text-center">DRM-free Ebooks</h5>
886
887 <ul class="pros">
888 <p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">a lot of options</a> for where to get your literature fix without any pesky DRM. We're highlighting some publishers and shops who are offering deals for you!</p>
889 <li><a href="https://www.delphiclassics.com/">Delphi Classics</a> has a wide range of classic literature available in English, French, German, Italian, and Spanish. Use the code <b>fsfdelphi</b> for <b>30% off</b> orders over $10 through the end of December.</li>
890 <li><a href="https://tienda.edicionesbabylon.es/en/">Ediciones Babylon</a> can supply you with all of your Spanish language needs for comics, art, novellas, and novels. Use the code <b>FSFDISCOUNTEB</b> for <b>5% off</b> all the way through March 2018.</li>
891 <li><a href="https://www.nostarch.com/">No Starch Press</a> specializes in educational, instructional, and how-to books on everything from arduinos to system administration. Use the code <b>ETHICTECH</b> for <b>40% off</b> through January 10th, 2018.</li>
892 <li>Looking to buy paper books? Check out the <a href="https://shop.fsf.org/collection/books-docs">GNU Press Shop</a> for your technical manuals and documentation needs.</li>
893 </ul>
894
895 </div>
896 <!--End Good-->
897
898 <!--start bad-->
899 <div class="good col-md-6 col-sm-6">
900 <ul class="pros">
901 <h5 class="text-center">Stay away from: Amazon</h5>
902 <ul class="cons">
903 <li>Amazon is one of the <a href="https://www.defectivebydesign.org/amazon">most notorious of DRM offenders</a>. Whether it's their Kindle e-reader or their countless DRM-encumbered ebooks, Amazon is the place to go if you want to <a href="https://www.defectivebydesign.org/amazon-kindle-swindle">let someone else snatch away texts</a> from your personal library.</li>
904 <li>Where's O'Reilly? While the publisher's ebooks are still available from third party sellers (in both DRM-free and DRM-encumbered formats), O'Reilly themselves stopped selling their DRM-free catalogue earlier in 2017.</li>
905 </ul>
906 </div>
907 <!--End Bad-->
908 </div>
909 <!--End Row-->
910 </div>
911 <!--End Container-->
912
913 <!--games
914 <div class="container">
915 <h3 class="title text-center">Games</h3>
916 <div class="row is-table-row">
917 <div class="good col-md-6 col-sm-6">
918 <h5 class="text-center">DRM-free Games</h5>
919
920 <ul class="pros">
921 <p>Gaming systems have adopted all sorts of DRM technologies, allowing gaming companies to limit your access to games and even the ability to brick whole systems. However, there's hope in the wide world of DRM-free games!</p>
922 <li>We'd be remiss to not mention <a href="http://www.nethack.org/">NetHack</a>, a game well loved by many gamers and free software nerds. A classic <a href="https://en.wikipedia.org/wiki/Roguelike">roguelike</a> with a <a href="http://nethack.org/common/license.html">classic, freedom-respecting license</a>, there's no reason to not feel good sharing this game.</li>
923 </ul>
924 </div> games-->
925 <!--End Good-->
926
927 <!--start bad-->
928<!--games <div class="good col-md-6 col-sm-6">
929 <ul class="cons">
930 <h5 class="text-center">Stay away from: XBox</h5>
931 <ul class="cons">
932 <li>Over the years XBox has gone back and forth with their use of DRM with a current pro-DRM stance. It's best to just stay away since we can never tell when they're just going to change their minds</li>.
933<li>A quick note on Sony: The <a href="https://www.cinemablend.com/games/It-Official-Again-PS4-Has-DRM-Fees-Internet-Registration-Check-56594.html">PlayStation 4</a> runs games DRM-free. However, there is nonfree software running on the system so that we cannot recommend it in good conscience.</li>
934 </ul>
935 </div> -->
936 <!--End Bad-->
937 </div>
938 <!--End Row-->
939 </div>
940 <!--End Container-->
941
942
943 <!--Music-->
944 <div class="container">
945 <h3 class="title text-center">Music</h3>
946 <div class="row is-table-row">
947 <div class="good col-md-6 col-sm-6">
948 <h5 class="text-center">DRM-free Music</h5>
949
950 <!-- start good -->
951 <ul class="pros">
952 <p>Many consider music essential to the richness of the human experience. Thanks to the <a href="https://www.defectivebydesign.org/guide/audio">many artists, producers, record labels, and shops</a> highlighted on <a href="https://defectivebydesign.org">Defective by Design</a>, the rights-respecting options are nearly endless. Check out music from great labels and artists, including:</p>
953 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
954 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
955 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
956 </ul>
957
958 </div>
959 <!--End Good-->
960
961 <!--start bad-->
962 <div class="good col-md-6 col-sm-6">
963 <ul class="cons">
964 <h5 class="text-center">Stay away from: Spotify</h5>
965 <p>Spotify isn't the only offender when it comes to putting DRM in music&mdash;all major streaming services do this with the support of big record labels.</p>
966 <p>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. Even <a href="https://www.spotify.com/us/download/linux/">Spotify's client for GNU/Linux</a> relies on proprietary software.</p>
967 </ul>
968 </div>
969 <!--End Bad-->
970 </div>
971 <!--End Row-->
972 </div>
973 <!--End Container-->
974
975 <!--Video-->
976 <div class="container">
977 <h3 class="title text-center">Video</h3>
978 <div class="row is-table-row">
979 <div class="good col-md-6 col-sm-6">
980 <h5 class="text-center">DRM-free Video</h5>
981 <ul class="pros">
982 <p>As winter comes to the Northern Hemisphere, it's the perfect time to curl up under a blanket and watch some DRM-free video. In the Southern Hemisphere? Enjoy relaxing with a great movie actually owned by you.</p>
983 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
984 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
985 <li><a href="https://archive.org/details/movies">Moving Image Archive</a> is a section of <a href="https://archive.org">Archive.org</a> containing thousands of film releases, available to stream or download.</li>
986 <li><a href="https://durian.blender.org/download/">Sintel</a> has a huge selection of DRM-free films made with free software.</li>
987 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
988 </ul>
989
990 </div>
991 <!--End Good-->
992
993 <!--start bad-->
994 <div class="good col-md-6 col-sm-6">
995 <h5 class="text-center">Stay away from: Netflix</h5>
996 <ul class="cons">
997 <p>Whether it's <a href="https://www.defectivebydesign.org/blog/tell_netflix_nix_drm_original_productions">using major studios as scapegoats for using DRM</a> or <a href="https://www.w3.org/2017/09/pressrelease-eme-recommendation.html.en">pushing for DRM as an official W3C Recommendation</a>, Netflix has been at the front line of getting DRM into media online and in your home.</p>
998 </ul>
999 </div>
1000 <!--End Bad-->
1001 </div>
1002 <!--End Row-->
1003 </div>
1004 <!--End Container-->
1005
1006 </section>
1007<!--End comparisons-->
1008
1009<!-- Begin need choices -->
1010<section class="choices" id="choices">
1011 <div class="container">
1012 <h1 class="text-center">We need better choices!<h1>
1013 <div class="container choices">
1014 <h2 class="title text-center"></h2>
1015 <div class="row is-table-row">
1016 <div class="good col-md-6 col-sm-6" style="position:relative">
1017 <p>Sadly, there is not always the opportunity to choose freedom. You have to decide what is the right thing for you to do. We've highlighted some of the types of devices where there isn't a good choice. We hope you'll take this list as inspiration for the free software projects you contribue to and support.</p>
1018 </div>
1019 <!--End Good-->
1020
1021 <!-- start bad -->
1022
1023 <div class="bad col-md-6 col-sm-6">
1024 <h5 class="text-center">Where we're lacking</h5>
1025 <ul class="cons">
1026 <li>Cameras</li>
1027 <li>E-readers</li>
1028 </ul>
1029 <h5 class="text-center">Stay away from: These devices</h5>
1030 <ul class="cons">
1031 <li>Internet of Things connected home appliances, smart speakers, and virtual assistants are little more than spying devices brought into your home.</li>
1032 </ul>
1033 </div>
1034 <!--End Bad-->
1035 </div>
1036 <!--End Row-->
1037 </div>
1038 <!--End Container-->
1039 <!--End bad-->
1040<!-- end choices -->
1041
1042
1043
1044 <!-- Begin Donations -->
1045 <section class="charities" id="charities">
1046 <div class="container">
1047 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1048 <div class="row">
1049 <div class="col-md-3 col-sm-4 col-xs-6">
1050 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
1051 </div>
1052 <div class="col-md-3 col-sm-4 col-xs-6">
1053 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
1054 </div>
1055 <div class="col-md-3 col-sm-4 col-xs-6">
1056 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
1057 </div>
1058 <div class="col-md-3 col-sm-4 col-xs-6">
1059 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
1060 </div>
1061 <div class="col-md-3 col-sm-4 col-xs-6">
1062 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
1063 </div>
1064 <div class="col-md-3 col-sm-4 col-xs-6">
1065 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
1066 </div>
1067 <div class="col-md-3 col-sm-4 col-xs-6">
1068 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
1069 </div>
1070 <div class="col-md-3 col-sm-4 col-sx-6">
1071 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
1072 </div>
1073 </div>
1074 </div>
1075 </div>
1076 </div>
1077 </section>
1078 <!-- End Donations -->
1079
1080 <!-- Begin Promotion details -->
1081
1082 <section class="promotion-details">
1083 <div class="container">
1084 <div class="row">
1085 <div class="col-md-12">
1086 <div class="panel-default">
1087 <div class="panel-heading">
1088 <h1 class="fix-margin">Promotion details</h1>
1089 </div>
1090 <div class="panel-body" id="promotion-details">
1091<h2>Companies, distributors, and makers of freedom-friendly gadgets and media want to make it easier for you to give gifts that you feel good about. Check out these discounts and promotions.</h2>
1092<!-- <ul style="list-style: none inside none;">
1093 <li id="thinkpenguin-promotion"><strong>ThinkPenguin:</strong> Receive a 5% discount on any items you buy from the Web site. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSFGIVING16</span> at checkout.</li>
1094 <li id="libiquity-promotion"><strong>Libiquity:</strong> Receive a 5% rebate off your subtotal price for any items you buy from the Web site. Libiquity will donate 5% of each purchase's subtotal price to the FSF. Ends at 00:00 EST on February 1st, 2017. Claim the rebate by sending the code <span class="label label-default">FSFGIVING</span> and your order number to <a href="mailto:sales@libiquity.com">sales@libiquity.com</a>. Libiquity will then credit the rebate amount to your payment method.</li>
1095 <li id="technoethical-promotion"><strong>Technoethical:</strong>
1096 Receive a 5% discount on any items you buy from the Web site. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSFHOLIDAYS</span> at checkout.</li> -->
1097 <li id="lulzbot-promotion"><strong>LulzBot: </strong><a href="https://www.lulzbot.com/black-friday-cyber-monday-preview">Black Friday and Cyber Monday discounts</a> are available through their site.</li>
1098 <li id="thinkpenguin-promotion"><strong>ThinkPenguin:</strong> 5% discount on <b>all</b> products is available to <a href="https://fsf.org/join">FSF members</a>.</li>
1099 <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2018. <b>Help the FSF!</b> Vikings will also make a donation for each product purchased using this code. Use the coupon code <span class="label label-default">fsfftw</span>.</li>
1100
1101</ul>
1102 </div>
1103 </div>
1104 </div>
1105 <!-- End Panel -->
1106 </div>
1107 <!-- End Row -->
1108 </div>
1109 <!-- End Container -->
1110 </section>
1111 <!-- End Promotion details -->
1112
1113
1114 <!-- Start Respects Your Freedom -->
1115 <!-- <section class="promotion-details">
1116 <div class="container">
1117 <div class="row">
1118 <div class="col-md-12">
1119 <div class="panel-default">
1120 <div class="panel-heading">
1121 <h1 class="fix-margin">Respects Your Freedom</h1>
1122 </div>
1123 <div class="panel-body" id="promotion-details">
1124 <p>The FSF certifies devices that <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">respects your freedoms</a>. These items arrive installed with free software, and you can see a <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">complete list</a> of RYF products on FSF.org.</p>
1125 <p>We would never recommend you use, run, or give proprietary software. However, one part of RYF certification is the promise that one can install any software they wish on the device. This includes proprietary software. Free software is about many things, including the right to choose what is on your device. We urge you to keep your gifts and own devices fully free&mdash;it's not only the responsible thing, but the right thing.</p>
1126 </div>
1127 </div>
1128 </div> -->
1129 <!-- End Panel -->
1130 </div>
1131 <!-- End Row -->
1132 </div>
1133 <!-- End Container -->
1134 </section>
1135 <!-- End Respects Your Freedom -->
1136
1137 <!-- Begin Licenses -->
1138 <section class="licenses">
1139 <div class="container">
1140 <div class="row">
1141 <div class="col-md-12">
1142 <div class="panel-default">
1143 <div class="panel-heading">
1144 <h1 class="fix-margin">Licenses</h1>
1145
1146 </div>
1147 <div class="panel-body" id="licenses">
1148 <p>This page by the Free Software Foundation is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 Unported.</a>
1149 </p>
1150 <p>The graphics and photos used on this page have been modified by the Free Software Foundation and are licensed separately under the following terms: </p>
1151 <ul style="list-style: none inside none;">
1152 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
1153 <li>LulzBot 3D printer photo by Aleph Objects is licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
1154 <li>ThinkPenguin with GNU and both ThinkPenguin router images by ThinkPenguin are licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
1155 <li>Technoethical Replicant N2, Wi-Fi Dongle, and X200T by Technoethical 2016-2017 licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike Unported 4.0</a>.</li>
1156 <li>Photo of bookshelf by <a href="https://www.flickr.com/photos/seeminglee/4556156477/">See-ming Lee</a> licensed under a <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 Unported</a>
1157 </div>
1158 </div>
1159 </div>
1160 <!-- End Panel -->
1161 </div>
1162 <!-- End Row -->
1163 </div>
1164 <!-- End Container -->
1165 </section>
1166 <!-- End Licenses -->
1167
1168 <!--Begin Footer-->
1169 <footer>
1170 <div class="container-fluid">
1171 <div class="row">
1172 <div class="col-md-4 col-sm-4 footer-logo">
1173 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1174 </div>
1175 <div class="col-md-8 col-sm-8">
1176 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1177 <a href="https://fsf.org/about">learn about our history and work.</a>
1178 </p>
1179 <p>Version 8.0. Copyright © 2004-2017
1180 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1181 Free Software Foundation
1182 </a>, Inc.
1183 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
1184 </p>
1185 </div>
1186 </div>
1187 <!-- End Row -->
1188 </div>
1189 <!-- End Container -->
1190 </footer>
1191 <!-- End Footer -->
1192
1193 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1194 <script src="js/jquery.js" charset="utf-8"></script>
1195 <!-- Include all compiled plugins (below), or include individual files as needed -->
1196 <script src="js/bootstrap.js" charset="utf-8"></script>
1197 <!-- Our JS -->
1198 <script src="js/magic.js" charset="utf-8"></script>
1199
1200 <!-- Piwik -->
1201 <script type="text/javascript">
1202 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1203 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1204 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1205 try {
1206 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1207 piwikTracker.trackPageView();
1208 piwikTracker.enableLinkTracking();
1209 } catch (err) {}
1210 // @license-end
1211 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1212 <!-- End Piwik Tracking Code -->
1213 <a href="js/weblabels.html" rel="jslicense"></a>
1214 </body>
1215
1216 </html>