Merge branch 'master' of vcs.fsf.org:fsf-giving-guide
[fsf-giving-guide.git] / v9 / givingguide.html
CommitLineData
ff8eb1d4
MB
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]-->
b1f6baa2
AE
51
52 <script>
53 /*
54
55 @licstart The following is the entire license notice for the
56 JavaScript code in this page.
57
58 Copyright (c) 2016 Reda Lazri
59
60 Permission is hereby granted, free of charge, to any person obtaining
61 a copy of this software and associated documentation files (the
62 "Software"), to deal in the Software without restriction, including
63 without limitation the rights to use, copy, modify, merge, publish,
64 distribute, sublicense, and/or sell copies of the Software, and to
65 permit persons to whom the Software is furnished to do so, subject to
66 the following conditions:
67
68 The above copyright notice and this permission notice shall be included
69 in all copies or substantial portions of the Software.
70
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
72 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
74 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
75 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
76 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
77 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
78
79 @licend The above is the entire license notice
80 for the JavaScript code in this page.
81
82 */
83 </script>
84
ff8eb1d4
MB
85</head>
86
87<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
88
89 <div class="alert alert-success center-block">
90 <li class="info">
91 <p>
92 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).
93 </p>
94 </li>
95 </div>
96-->
97
98<body>
e93468db
MM
99
100<!-- Add banner and modal window here -->
101
102<iframe src="//static.fsf.org/nosvn/banners/2019fundraiser-fall/" width="100%" height="100%" scrolling="no" style="overflow: hidden; margin: 0; border: 0 none; display: block;"></iframe>
103
104 <!-- begin fsf-modal-window-elem campaign element -->
105 <link type="text/css" rel="stylesheet" href="https://static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
106 <style>
107#fsf-modal-window-elem-container div {
108 -webkit-box-sizing: border-box;
109 -moz-box-sizing: border-box;
110 box-sizing: border-box;
111}
112
113@media screen and (min-width: 700px) {
114
115 #fsf-modal-window-elem-outer-v-center {
116 display: table;
117 position: absolute;
118 height: 100%;
119 width: 100%;
120 }
121 #fsf-modal-window-elem-inner-v-center {
122 display: table-cell;
123 vertical-align: middle;
124 }
125
126 #fsf-modal-window-elem {
127 width: 687px;
128 margin-left: auto;
129 margin-right: auto;
130 }
131
132 #fsf-modal-window-elem-right-column {
133 float: right;
134 width: 280px;
135 padding-left: 20px;
136 }
137
138 #fsf-modal-window-elem-left-column {
139 width: 100%;
140 float: left;
141 margin-right: -280px;
142 }
143
144 #fsf-modal-window-elem-text {
145 margin-right: 280px;
146 }
147}
148
149@media screen and (max-width: 699px) {
150
151 #fsf-modal-window-elem {
152
153 -ms-box-orient: horizontal;
154 display: -webkit-box;
155 display: -moz-box;
156 display: -ms-flexbox;
157 display: -moz-flex;
158 display: -webkit-flex;
159 display: flex;
160
161 -webkit-flex-flow: row wrap;
162 flex-flow: row wrap;
163 }
164
165 #fsf-modal-window-elem {
166 width: 80vw;
167 margin-left: 10vw;
168 margin-right: 10vw;
169 margin-top: 40px;
170 margin-bottom: 40px;
171 }
172
173 #fsf-modal-window-elem-right-column {
174 width: 100%;
175 order: 1;
176 }
177
178 #fsf-modal-window-elem-left-column {
179 width: 100%;
180 order: 2;
181 }
182
183 #fsf-modal-window-elem-text {
184 margin-top: 20px;
185 }
186}
187
188@media screen and (max-width: 360px) {
189 .long-button-text {
190 font-size: 25px !important;
191 }
192}
193
194#fsf-modal-window-elem-container {
195 position: fixed;
196 z-index: 10000;
197 left: 0;
198 top: 0;
199 width: 100%;
200 height: 100%;
201 overflow: auto;
202 background-color: rgba(0,0,0,0.8);
203
204 font-weight: normal;
205}
206
207#fsf-modal-window-elem a, a:active, a:focus {
208 outline: none;
209 border-bottom: 0px;
210}
211
212#fsf-modal-window-elem {
213 overflow: auto;
214 zoom: 1;
215 padding: 20px;
216 border-style: solid;
217 border-width: 5px;
218 border-color: #ff00ff;
219 border-radius: 20px;
220 box-shadow: 0px 0px 10px #111111;
221 background-color: #19003a;
222}
223
224#fsf-modal-window-elem-header {
225 width: 100%;
226}
227
228#fsf-modal-window-elem-header h2 {
229 font-family: sans-serif,"Helvetica",Arial;
230 font-weight: bold;
231 font-size: 24px;
232 color: #edd400;
233 text-shadow: 0px 0px 8px #00378c;
234 padding-bottom: 20px;
235 margin-top: 0px;
236 margin-bottom: 0px;
237 border: none;
238}
239
240#fsf-modal-window-elem-close-button {
241 float: right;
242 height: 40px;
243 margin-right: -20px;
244 margin-top: -20px;
245 padding: 11px;
246 color: #888;
247 cursor: pointer;
248}
249
250#fsf-modal-window-elem-close-button:hover {
251 color: #aaf;
252}
253
254#fsf-modal-window-elem-right-column {
255 text-align: center;
256 -webkit-user-select: none;
257 -moz-user-select: none;
258 -ms-user-select: none;
259 user-select: none;
260}
261
262#fsf-modal-window-elem-buttons div {
263 height:53.333px;
264 line-height: 53.333px;
265 margin-left:auto;
266 margin-right:auto;
267 display:block;
268}
269
270#fsf-modal-window-elem-buttons {
271}
272
273#fsf-modal-window-elem-buttons a {
274 width: 100%;
275 display: block;
276 text-align:center;
277 font-size:35px;
278 color:#FFFFFF;
279 text-decoration: none;
280 font-family: sans-serif,"Helvetica",Arial;
281 font-weight: normal;
282}
283
284#fsf-modal-window-elem-maybe-later {
285 margin-top: 5px;
286 margin-bottom: -5px;
287}
288
289#fsf-modal-window-elem-maybe-later a {
290 color: #367c93;
291 line-height: 20px;
292 text-decoration: none;
293 cursor: pointer;
294 font-weight: normal;
295 font-family: sans-serif,"Helvetica",Arial;
296 font-size: 16px;
297}
298
299#fsf-modal-window-elem-text {
300}
301
302#fsf-modal-window-elem-text a {
303 color: #edd400;
304 font-weight: 700;
305 text-decoration: none;
306}
307
308#fsf-modal-window-elem-text a:hover {
309 color: #fd8e1b;
310}
311
312#fsf-modal-window-elem-text a:focus {
313 color: #fd8e1b;
314}
315
316#fsf-modal-window-elem-text a:active {
317 color: #ffac30;
318}
319
320#fsf-modal-window-elem-text p {
321 font-family: sans-serif,"Helvetica",Arial;
322 font-size: 18px;
323 font-weight: normal;
324 margin: 0px 0px 10px 0px;
325 line-height: 20px;
326 color: #ffffff;
327 text-shadow: 0px 0px 8px #4600ba;
328}
329 </style>
330 <div id="fsf-modal-window-elem-container" style="display: none;">
331 <div id="fsf-modal-window-elem-outer-v-center">
332 <div id="fsf-modal-window-elem-inner-v-center">
333 <div id="fsf-modal-window-elem">
334 <div id="fsf-modal-window-elem-header">
335 <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
a49e58ab 336 <i class="fa fa-close">&#8203;</i>
e93468db 337 </div>
da88b8b6 338 <h2>Join us and make a difference!</h2>
e93468db
MM
339 </div>
340 <div id="fsf-modal-window-elem-left-column">
341 <div id="fsf-modal-window-elem-text">
342
343<p>
344
da88b8b6 345With your help, we can make this new decade one in which tools and devices will no longer control their users.
e93468db
MM
346
347</p>
348
da88b8b6
MM
349<p>
350
351To ring in 2020, we're extending our offer for exclusive gifts to all new or renewing annual associate members until January 17th.
352
353</p>
354
355<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=frfall2019&pk_kwd=learn-more&pk_source=modal">READ MORE</a> | <a href="https://www.fsf.org/blogs/community/presenting-shoetool-happy-holidays-from-the-fsf?pk_campaign=frfall2019&pk_source=modal2">WATCH THE VIDEO</a></span></p>
e93468db
MM
356
357 </div>
358 </div>
359 <div id="fsf-modal-window-elem-right-column">
360 <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px; box-shadow: 0px 0px 5px #0c2b2b;">
361 <div style="background-color:#ff00ff; border-top-right-radius: 20px; border-top-left-radius: 20px;">
362 <a style="text-shadow: 0px 0px 8px #b300b3;" href="https://my.fsf.org/join?pk_campaign=frfall2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
363 </div>
364
365 <div style="background-color:#930093">
a49e58ab 366 <a style="text-shadow: 0px 0px 8px #460046;" href="https://my.fsf.org/renew?pk_campaign=frfall2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh">&nbsp;</i>Renew</a>
e93468db
MM
367 </div>
368
369 <div style="background-color:#42009a; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
a49e58ab 370 <a style="text-shadow: 0px 0px 8px #22004e;" href="https://my.fsf.org/donate?pk_campaign=frfall2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money">&nbsp;</i>Donate</a>
e93468db
MM
371 </div>
372 </div>
e93468db
MM
373 </div>
374 </div>
375 </div>
376 </div>
377 <script type="text/javascript">
378// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0
379
380// licensed GPLv3-or-later by Andrew Engelbrecht
381
382var startTime, endTime, switchTextTime;
383
384startTime = new Date('2019-11-18T04:00:00Z');
385switchTextTime = new Date('2019-12-12T04:00:00Z');
da88b8b6 386endTime = new Date('2020-01-18T04:00:00Z');
e93468db
MM
387
388// possibly switch the text that is displayed in the modal window, depending
389// upon the current date.
390function fsfModalWindowElemMaybeSwitchText () {
391
392 var now;
393
394 now = new Date();
395 if (now.getTime() < switchTextTime.getTime()) {
396 return; // don't switch the dbd text
397 }
398
399 // switch dbd text
400 document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
401\
da88b8b6 402<p>With your help, we can make this new decade one in which tools and devices will no longer control their users.<\/p><p>To ring in 2020, we\'re extending our offer for exclusive gifts to all new or renewing annual associate members until January 17th.<\/p> \
e93468db 403\
da88b8b6 404<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=frfall2019&pk_kwd=learn-more&pk_source=modal">READ MORE<\/a> | <a href="https://www.fsf.org/blogs/community/presenting-shoetool-happy-holidays-from-the-fsf?pk_campaign=frfall2019&pk_source=modal2">WATCH THE VIDEO<\/a><\/span><\/p>';
e93468db
MM
405}
406
407// show fsf-modal-window-elem if it hasn't been previously closed by
408// the user, nor recently hit "maybe later",
409// and the campaign is still happening
410function fsfModalWindowElemMaybeShow () {
411
412 var pattern, noShowFsfModalWindowElementP, now;
413
e93468db
MM
414 // see if cookie says not to show element
415 pattern = /showFsfFall2019FundraiserModalWindowElementP\s*=\s*false/;
416 noShowFsfModalWindowElementP = pattern.test(document.cookie);
417
418//// uncomment here to enable modal window hiding
419 if (!noShowFsfModalWindowElementP) {
420 setTimeout(function () {
421 // display the element
422 document.getElementById("fsf-modal-window-elem-container").style.display="block";
423 }, 0);
424 }
425}
426
427// call this first to set the proper text
428fsfModalWindowElemMaybeSwitchText();
429// call this right away to avoid flicker
430fsfModalWindowElemMaybeShow();
431
432
433// get the time `plusDays` in the future.
434// can be a fraction.
435function daysInFuture (plusDays) {
436 var now, future;
437
438 now = new Date();
439 future = new Date(now.getTime() + Math.floor(1000 * 60 * 60 * 24 * plusDays));
440 return future.toGMTString();
441}
442
443// hide the fsf-modal-window-elem
444function fsfModalWindowElemHide () {
445 document.getElementById("fsf-modal-window-elem-container").style.display="none";
446}
a49e58ab 447
e93468db
MM
448// optionally hide elem and set a cookie to keep the fsf-modal-window-elem hidden for the next `forDays`.
449function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
450 if (hideNow === true) {
451 fsfModalWindowElemHide();
452 }
453 //document.cookie = "showFsfFall2019FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
454 document.cookie = "showFsfFall2019FundraiserModalWindowElementP=false; path=/; expires=" + daysInFuture(forDays);
455}
456
457// hide the element from now to two weeks after closing it
458function fsfModalWindowElemDontShowForAWhile () {
a49e58ab 459 fsfModalWindowElemDontShowForDays(7, true);
e93468db 460}
a49e58ab 461
e93468db
MM
462// keep the element visible for now, but don't show it for a while
463function fsfModalWindowElemFollowedLink () {
464 fsfModalWindowElemDontShowForDays(14, false);
465}
466
467// close popup if user clicks trasparent part
468document.getElementById("fsf-modal-window-elem-container").addEventListener("click", function(event){
469 fsfModalWindowElemDontShowForAWhile();
470});
a49e58ab 471
e93468db
MM
472// don't close popup if clicking non-trasparent part (with the text and buttons)
473document.getElementById("fsf-modal-window-elem").addEventListener("click", function(event){
474 event.stopPropagation();
475});
a49e58ab 476
e93468db
MM
477// close popup if user clicks X icon
478document.getElementById("fsf-modal-window-elem-close-button").addEventListener("click", function(event){
479 fsfModalWindowElemDontShowForAWhile();
480});
a49e58ab 481
e93468db
MM
482// disable popup if user clicks one of the main buttons
483document.getElementById("fsf-modal-window-elem-buttons").addEventListener("click", function(event){
484 fsfModalWindowElemFollowedLink();
485});
a49e58ab 486
e93468db
MM
487// disable popup if user clicks one of the "Read more" link
488document.getElementById("fsf-modal-window-text-link").addEventListener("click", function(event){
489 fsfModalWindowElemFollowedLink();
490});
a49e58ab 491
e93468db
MM
492// close popup if user presses escape key
493window.addEventListener("keydown", function (event) {
494 switch (event.key) {
495 case "Escape":
496 fsfModalWindowElemDontShowForAWhile();
497 break;
498 default:
499 return;
500 }
501}, true);
502
503// @license-end
504 </script>
505 </div>
506 <!-- end fsf-modal-window-elem campaign element -->
507
ff8eb1d4
MB
508 <nav class="navbar navbar-default">
509 <div class="container-fluid">
510 <!-- Brand and toggle get grouped for better mobile display -->
511 <div class="navbar-header">
512 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
513 <span class="sr-only">Toggle navigation</span>
514 <span class="icon-bar bar1"></span>
515 <span class="icon-bar bar2"></span>
516 <span class="icon-bar bar3"></span>
517 </button>
518 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
519 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
520
521 </div>
522
523 <!-- Collect the nav links, forms, and other content for toggling -->
524 <div class="collapse navbar-collapse" id="navbar-links">
525 <ul class="nav navbar-nav">
526 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
527 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
9be15f6e 528 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall18&pk_kwd=ggjoin">Join</a></li>
ff8eb1d4
MB
529 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
530 </ul>
531
532 </div>
533 <!-- /.navbar-collapse -->
534 </div>
535 <!-- /.container-fluid -->
536 </nav>
537
538 <!--Begin Intro-->
539 <section class="intro" id="intro">
540 <div class="container">
541 <div class="row">
542 <div class="illustration col-md-6">
ea2054be 543 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" />
ff8eb1d4
MB
544 </div>
545 <div class="intro-text col-md-6">
546 <h1>Give the gift of freedom!</h1>
547
bc744bdc 548 <p>New electronic gadgets make great presents for family and friends, but so many of the phones, computers, and toys come with proprietary programs, privacy-disrespecting software, and surveillance tools hidden inside.</p>
a6c2b845 549 <p>This guide replaces these holiday humbugs with better devices from ethical companies &mdash; no <a href="https://gnu.org/proprietary">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>
bc744bdc 550
7188c4f2 551<p>Most of the devices in this list carry a <a href="https://fsf.org/ryf">Respects Your Freedom</a> (RYF) hardware product certification, which means that the product meets our high standards for endorsement. RYF-certified devices make great purchases and great gifts at any time of year – learn more and explore the full list <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">on our Web site</a>.</p>
bc744bdc
MB
552
553<p>We also hope that our Giving Guide will help you find new ways to talk about how these kinds of devices deny users their freedom, and why it's important to respect your freedoms.</p>
554
ff8eb1d4
MB
555 </div>
556 </div>
557 </div>
558 </section>
559 <!--End Intro-->
560
561 <!--Begin Actions-->
562 <section class="actions" id="actions">
563 <div class="container">
564 <div class="row">
565 <!-- Begin Action -->
566 <div class="action col-md-4 col-sm-4 text-center">
567 <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>
568 <p>
569 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
570 </p>
571 </div>
572 <!-- End Action -->
573
574 <!-- Begin Action -->
575 <div class="action col-md-4 col-sm-4 text-center">
576 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a>
577 <p>
578 Printable version coming soon!
579 </p>
580
581 </div>
582 <!-- End Action -->
583
584 <!-- Begin Action -->
585 <div class="action col-md-4 col-sm-4 text-center">
586 <a class="action-button" href="#charities">Support free software</a>
587 <p>
588 Donate to our suggested charities
589 </p>
590 </div>
591 <!-- End Action -->
592 </div>
593 <!-- End Row -->
594 </div>
595 <!-- End Container -->
596 </section>
597 <!--End Actions-->
598
599 <!--Begin Comparisons-->
600 <section class="comparisons">
601
602 <!--Smartphones-->
603 <div class="container smartphones">
604 <h2 class="title text-center">Smartphones</h2>
605 <div class="row is-table-row">
606 <div class="good col-md-6 col-sm-6" style="position:relative">
a60955b3 607 <h5 class="text-center">Galaxy S3 with Replicant</h5>
ff8eb1d4 608 <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
a60955b3 609
ff8eb1d4
MB
610
611 <!-- Buy/Download Button -->
612 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
613 BUY
614 <!-- Begin Sale -->
615 <span class="sale" >sale</span>
616 <!-- End Sale -->
617 </a>
618 <div class="collapse" id="sellers">
619 <div class="center-block seller-group">
620 <p style="color: #6b6b6b">
621 <strong>Get it from</strong>
622 </p>
4cfb9c61 623 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
ff8eb1d4 624 <div class="sale-info links">
bc744bdc 625 <a href="#technoethical-promotion">Sale details</a>
ff8eb1d4
MB
626 </div>
627 </div>
628 </div>
629
630 <script>
631 document.getElementById('get-item').style.display = '';
632 </script>
633 <noscript>
634 <div class="center-block seller-group">
635 <p style="color: #6b6b6b">
636 <strong>Get it from</strong>
637 </p>
4cfb9c61 638 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
ff8eb1d4 639 <p class="sale-info links">
bc744bdc 640 <a href="#technoethical-promotion">Sale details</a>
ff8eb1d4
MB
641 </p>
642 <!-- End Sale Info -->
643 </div>
644 </noscript>
645 <!-- End Buy/Download button -->
646
647 <ul class="pros">
9be15f6e 648 <p>Why it's cool: 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. You <i>can</i> run your favorite apps and send all the text messages you want, while still running free software.</p>
ff8eb1d4 649
1b3fab4c 650<p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or an <a href="https://tehnoetic.com/tet-n2">N2 phone/tablet</a>, complete with Replicant.</p>
ff8eb1d4
MB
651 </ul>
652 </div>
653 <!--End Good-->
654
655 <!-- start bad -->
656
657 <div class="good col-md-6 col-sm-6">
658 <ul class="pros">
659 <li>
660 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
661 </li>
662 <li>
663 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.
664 </li>
bc744bdc 665 <li>Note: While the main processor exclusively runs free software, the modem processor runs a Samsung nonfree system.</li>
ff8eb1d4
MB
666 </ul>
667
668 <h5 class="text-center">Stay away from: iPhone</h5>
669 <ul class="cons">
670 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
671 <li>
bc744bdc 672 iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on every Apple device.
ff8eb1d4 673 </li>
7a2bddf3 674 <li>Avoid: iPhone XR, iPhone XS, iPhone X, and other models.</li>
ff8eb1d4
MB
675 </ul>
676 </div>
677 <!--End Bad-->
678 </div>
679 <!--End Row-->
680 </div>
681 <!--End Container-->
682 <!--End bad-->
683
684
8d4c9925 685 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
ff8eb1d4
MB
686
687 <!--Laptops-->
688 <div class="container">
689 <h3 class="title text-center">Laptops</h3>
690 <div class="row is-table-row">
691 <div class="good col-md-6 col-sm-6">
ff8eb1d4 692 <h5 class="text-center">T400 with GNU/Linux</h5>
a60955b3 693 <img src="img/products/t400.png" alt="t400" class="center-block" />
ff8eb1d4
MB
694
695
696
697 <!-- Buy/Download Button -->
698 <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">
699 BUY
700 <!-- Begin Sale -->
701 <span class="sale" >sale</span>
702 <!-- End Sale -->
703 </a>
704 <div class="collapse" id="sellers-full">
705 <div class="center-block seller-group">
706 <p style="color: #6b6b6b">
707 <strong>Get it from</strong>
708 </p>
7a2bddf3 709 <p>
ff8eb1d4
MB
710 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
711 </p>
7a2bddf3
MB
712 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
713 <p class="sale-info links">
bc744bdc 714 <a href="#technoethical-promotion">Sale details</a>
7a2bddf3 715 </p>
ff8eb1d4
MB
716 </div>
717 </div>
718
719 <script>
720 document.getElementById('get-item-full').style.display = '';
721 </script>
722 <noscript>
723 <div class="center-block seller-group">
724 <p style="color: #6b6b6b">
725 <strong>Get it from</strong>
726 </p>
ff8eb1d4
MB
727 <p>
728 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
729 </p>
7a2bddf3
MB
730 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
731 <p class="sale-info links">
bc744bdc 732 <a href="#technoethical-promotion">Sale details</a>
7a2bddf3 733 </p>
ff8eb1d4
MB
734 </div>
735 </noscript>
736 <!-- End Buy/Download button -->
737
738 <ul class="pros">
bc744bdc
MB
739 <p>Why it's cool: The T400 is a popular laptop for running GNU/Linux because of how well-suited it is to work and play. Now you can get it completely free, with these RYF-certified options.</p>
740 <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>
ff8eb1d4
MB
741 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
742 </ul>
743
744 </div>
745 <!--End Good-->
746
747 <!--start bad-->
748 <div class="good col-md-6 col-sm-6">
749 <ul class="pros">
750 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
bc744bdc 751 <li>Durable hardware is meant to last, and is easy to repair.</li>
7a2bddf3 752 <li>Created by small businesses that replace all restrictive components from a stock laptop.</li>
ce21714e 753 <li>Whether you purchase from Minifree or Technoethical, your T400 will be <a href="https://fsf.org/ryf">Respects Your Freedom certified</a>.</li>
ff8eb1d4
MB
754 </ul>
755 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
756 <ul class="cons">
bc744bdc 757 <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."
ff8eb1d4 758 </li>
ff8eb1d4 759 <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>
7a2bddf3 760 <li>Looking at a computer that includes an Intel CPU? Intel comes with <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Management Engine</a>, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>
ff8eb1d4
MB
761 </ul>
762 </div>
763 <!--End Bad-->
764 </div>
765 <!--End Row-->
766 </div>
767 <!--End Container-->
768
769 <!--Compact Laptops-->
770 <div class="container">
771 <h3 class="title text-center">Compact Laptops</h3>
772 <div class="row is-table-row">
773 <div class="good col-md-6 col-sm-6">
a60955b3 774 <h5 class="text-center">X200 with GNU/Linux</h5>
ff8eb1d4 775 <img src="img/products/x200.png" alt="x200" class="center-block" />
a60955b3 776
ff8eb1d4
MB
777
778 <!-- Buy/Download Button -->
779 <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">
780 BUY
781 <!-- Begin Sale -->
782 <span class="sale" >sale</span>
783 <!-- End Sale -->
784 </a>
785 <div class="collapse" id="sellers-compact">
786 <div class="center-block seller-group">
787 <p style="color: #6b6b6b">
788 <strong>Get it from</strong>
789 </p>
ff8eb1d4
MB
790 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
791 <p class="sale-info links">
792 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>
793
a0444d00
MB
794 </p>
795 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
796 <p class="sale-info links">
797 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified.
798
ff8eb1d4
MB
799 </p>
800 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a><br>
801 <p class="sale-info links">
7a2bddf3
MB
802 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>
803 </p>
ff8eb1d4
MB
804 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
805 <p class="sale-info links">
806 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>
ff8eb1d4
MB
807 </p>
808
809 </div>
810 </div>
811
812 <script>
813 document.getElementById('get-item-compact').style.display = '';
814 </script>
815 <noscript>
816 <div class="center-block seller-group">
817 <p style="color: #6b6b6b">
818 <strong>Get it from</strong>
819 </p>
820 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
821 <p class="sale-info links">
822 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>
a0444d00
MB
823 </p>
824 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
825 <p class="sale-info links">
826 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified.
827
ff8eb1d4
MB
828 </p>
829 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
830 <p class="sale-info links">
831 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>
832 </p>
833 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
834 <p class="sale-info links">
835 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>
836 </div>
837 </noscript>
838 <!-- End Buy/Download button -->
839
840 <!-- start good -->
841 <ul class="pros">
842 <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>
843
ce21714e 844 <p>This machine is made to go everywhere with you, and thanks to our friends who make RYF-certified products, you can have your mobility and your freedom, too.</p>
ff8eb1d4
MB
845 </ul>
846
847 </div>
848 <!--End Good-->
849
850 <!--start bad-->
851 <div class="good col-md-6 col-sm-6">
852 <ul class="pros">
853 <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>
bc744bdc 854 <li>Durable hardware is meant to last, and is easy to repair.</li>
ff8eb1d4
MB
855 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
856 <h5 class="text-center">Stay away from: Apple</h5>
ea2054be
MB
857 <ul class="cons">
858 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li>
859 <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.</li>
ff8eb1d4 860 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
bc744bdc 861 <li>Avoid: MacBook Air (and MacBook Pro).</li>
ce21714e 862 <li>Note: Apple laptops come complete with <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Intel Management Engine</a> as well.</li>
ff8eb1d4
MB
863 </ul>
864 </div>
865 <!--End Bad-->
866 </div>
867 <!--End Row-->
868 </div>
869 <!--End Container-->
870
871 <!--convertible Laptops-->
872 <div class="container">
873 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
874 <div class="row is-table-row">
875 <div class="good col-md-6 col-sm-6">
a60955b3 876 <h5 class="text-center">X200t with GNU/Linux</h5>
8d4c9925 877 <img src="https://static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
a60955b3 878
ff8eb1d4
MB
879
880 <!-- Buy/Download Button -->
881 <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">
882 BUY
883 <!-- Begin Sale -->
884 <span class="sale" >sale</span>
885 <!-- End Sale -->
886 </a>
887 <div class="collapse" id="sellers-convertible">
888 <div class="center-block seller-group">
889 <p style="color: #6b6b6b">
890 <strong>Get it from</strong>
891 </p>
2099caf6
MB
892 <p>
893 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
894 </p>
895 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
ff8eb1d4 896 <p class="sale-info links">
2099caf6 897 <a href="#technoethical-promotion">Sale details</a>
8d4c9925 898 </p>
2099caf6
MB
899 </div>
900 </div>
8d4c9925
MB
901
902 <script>
903 document.getElementById('get-item-convertible').style.display = '';
904 </script>
905 <noscript>
906 <div class="center-block seller-group">
907 <p style="color: #6b6b6b">
908 <strong>Get it from</strong>
ff8eb1d4 909 </p>
8d4c9925
MB
910
911 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
912 <p class="sale-info links">
913 <a href="#technoethical-promotion">Sale details.</a>
2099caf6
MB
914 </p>
915 </div>
916 </noscript>
ff8eb1d4 917
ff8eb1d4 918
ff8eb1d4 919 <!-- End Buy/Download button -->
2099caf6 920
ff8eb1d4
MB
921 <ul class="pros">
922 <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>
923
924<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>
925 </ul>
926
927 </div>
928 <!--End Good-->
929
930 <!--start bad-->
931 <div class="good col-md-6 col-sm-6">
932 <ul class="pros">
ce21714e 933 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with Libreboot firmware.</li>
bc744bdc 934 <li>Durable hardware is meant to last, and is easy to repair.</li>
ff8eb1d4
MB
935 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
936 </ul>
8d4c9925 937 <h5 class="text-center">Stay away from: iPad Pro</h5>
ff8eb1d4 938 <ul class="cons">
8d4c9925
MB
939 <li>
940 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software.
941 </li>
bc744bdc 942 <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 done it all. </li>
ff8eb1d4
MB
943 </ul>
944 </div>
945 <!--End Bad-->
946 </div>
947 <!--End Row-->
948 </div>
949 <!--End Container-->
950
951 <!--Desktops-->
952 <div class="container">
953 <h3 class="title text-center">Desktops</h3>
954 <div class="row is-table-row">
955 <div class="good col-md-6 col-sm-6">
a60955b3 956 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
ff8eb1d4 957 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
ff8eb1d4
MB
958
959 <!-- Buy/Download Button -->
960 <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">
961 BUY
962 <!-- Begin Sale -->
963 <span class="sale" >sale</span>
964 <!-- End Sale -->
965 </a>
966 <div class="collapse" id="sellers-desktop">
967 <div class="center-block seller-group">
968 <strong>Get it from</strong>
969 </p>
970 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
971 <p class="sale-info links">
bc744bdc 972 <a href="#vikings-promotion">Sale details.</a>
ff8eb1d4
MB
973 </p>
974 </div>
975 </div>
976
977 <script>
978 document.getElementById('get-item-desktop').style.display = '';
979 </script>
980 <noscript>
981 <div class="center-block seller-group">
982 <p style="color: #6b6b6b">
983 <strong>Get it from</strong>
984 </p>
985 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
986 <p class="sale-info links">
987 The Workstation is not Respects Your Freedom certified at this point.
988 </p>
989 </div>
990 </noscript>
991 <!-- End Buy/Download button -->
992
993 <ul class="pros">
994<p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
995
bc744bdc 996<p>Gamers, video editors, and other users may want or need a more powerful machine &mdash; a desktop is the answer when you really need that extra push. Also good for users who want a bigger screen.</p>
ff8eb1d4
MB
997 </ul>
998
999 </div>
1000 <!--End Good-->
1001
1002 <!--start bad-->
1003 <div class="good col-md-6 col-sm-6">
1004 <ul class="pros">
1b3fab4c 1005 <li>Choose from two operating systems: the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> operating systems Trisquel and Parabola.</li>
bc744bdc 1006 <li>Comes with free boot firmware.</li>
a4cb36f8 1007 <li>You can customize and specialize this model to your needs -- the essence of user freedom!</li>
bc744bdc 1008
ff8eb1d4
MB
1009 </ul>
1010 <h5 class="text-center">Stay away from: Apple iMac</h5>
1011 <ul class="cons">
a4cb36f8 1012 <p>An iMac puts designers and filmmakers at risk:</p>
ce21714e 1013 <li>Adobe Premiere Rush rents Mac (and Windows) users access to video editing software in exchange for control over their files.</li>
ff8eb1d4 1014 </ul>
8d4c9925
MB
1015 <h5 class="text-center">Stay away from: Alienware Area-51 Threadripper</h5>
1016 <ul class="cons">
1017 <li>The newest Alienware gaming desktop comes with Ryzen Threadripper processors and loads of freedom-restricting proprietary software.</li>
1018 </ul>
1019 </div>
1020 <!--End Bad-->
1021 </div>
1022 <!--End Row-->
1023 </div>
1024 <!--End Container-->
1025
1026 <!--3D Printers-->
1027 <div class="container">
1028 <h3 class="title text-center">3D Printers</h3>
1029 <div class="row is-table-row">
1030 <div class="good col-md-6 col-sm-6">
a60955b3 1031 <h5 class="text-center">LulzBot Mini</h5>
8d4c9925 1032 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
a60955b3 1033
8d4c9925
MB
1034
1035 <!-- Buy/Download Button -->
1036 <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">
1037 BUY
1038 <!-- Begin Sale -->
1039 <span class="sale" >sale</span>
1040 <!-- End Sale -->
1041 </a>
1042 <div class="collapse" id="sellers-print">
1043 <div class="center-block seller-group">
1044 <p style="color: #6b6b6b">
1045 <strong>Get it from</strong>
1046 </p>
1047 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
1048 <p class="sale-info links">
1049 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
1050
1051 </p>
1052 </div>
1053 </div>
1054
1055 <script>
1056 document.getElementById('get-item-print').style.display = '';
1057 </script>
1058 <noscript>
1059 <div class="center-block seller-group">
1060 <p style="color: #6b6b6b">
1061 <strong>Get it from</strong>
1062 </p>
1063 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
1064 <p class="sale-info links">
1065 <a href="#lulzbot-promotion">Sale details.</a>
1066 </p>
1067 </div>
1068 </noscript>
1069 <!-- End Buy/Download button -->
1070 <ul class="pros">
a4cb36f8 1071 <p>Why it's cool: Think ahead -- if you give this to your friend or relative, they might use it next year to make YOU a gift.</p>
8d4c9925 1072
a4cb36f8 1073<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 thousands of free software options for modeling, and communities that share freely licensed designs.</p>
8d4c9925
MB
1074 </ul>
1075 </div>
1076 <!--End Good-->
1077
1078 <div class="good col-md-6 col-sm-6">
1079 <ul class="pros">
a4cb36f8 1080 <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 2018 3D printer comparison.</li>
8d4c9925
MB
1081 <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>
1082 </ul>
1083 <h5 class="text-center">Stay away from: MakerBot</h5>
ff8eb1d4 1084 <ul class="cons">
8d4c9925 1085 <li>
a4cb36f8 1086 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling creativity</a>.
8d4c9925
MB
1087 </li>
1088 <li>
ce21714e 1089MakerBot was founded with a more freedom-respecting philosophy, but <a href="https://www.cnet.com/news/pulling-back-from-open-source-hardware-makerbot-angers-some-adherents/">has since announced</a> an increasingly proprietary approach and distanced itself from the community that formed around it.
8d4c9925 1090 </li>
ff8eb1d4
MB
1091 </ul>
1092 </div>
1093 <!--End Bad-->
1094 </div>
1095 <!--End Row-->
1096 </div>
1097 <!--End Container-->
1098
2099caf6 1099 <!-- cool devices -->
ff8eb1d4 1100 <div class="container">
8d4c9925
MB
1101 <h2 class="title text-center">Cool Devices</h2>
1102<div class="container">
ff8eb1d4 1103 <div class="row is-table-row">
43b49c31 1104 <div class="col-md-5 col-sm-6 recommended-img">
a60955b3 1105 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
43b49c31 1106 <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" style="height: 140px; margin-top: 90px; margin-bottom: 90px;"/>
a60955b3 1107
8d4c9925
MB
1108
1109 <!-- Buy/Download Button -->
43b49c31 1110 <a id="get-item-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;">
8d4c9925 1111 BUY
2099caf6
MB
1112 <!-- Begin Sale -->
1113 <span class="sale" >sale</span>
1114 <!-- End Sale -->
8d4c9925 1115 </a>
9c4717f1 1116 <div class="collapse" id="sellers-random-number-generator">
8d4c9925 1117 <div class="center-block seller-group">
2099caf6
MB
1118
1119 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
8d4c9925 1120 <p class="sale-info links">
2099caf6 1121 <a href="#GNU-promotion">Sale details.</a>
8d4c9925
MB
1122 </p>
1123 </div>
1124 </div>
1125
1126 <script>
2cab18a2 1127 document.getElementById('get-item-random-number-generator').style.display = '';
8d4c9925
MB
1128 </script>
1129 <noscript>
1130 <div class="center-block seller-group">
1131 <p style="color: #6b6b6b">
1132 <strong>Get it from</strong>
1133 </p>
2099caf6 1134 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button" class="seller action-button">GNU Press Shop</a>
8d4c9925 1135 <p class="sale-info links">
2099caf6 1136 <a href="#GNU-promotion">Sale details.</a>
8d4c9925
MB
1137 </p>
1138 </div>
1139 </noscript>
1140 <!-- End Buy/Download button -->
1141
1142 </div>
1143 <div class="col-md-7 col-sm-6">
1144 </h5>
9be15f6e
MB
1145<ul class="pros">
1146 <li>The perfect present for the cryptogeek in your life.</li>
8d4c9925
MB
1147 <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>
1148 <li>NeuG is an implementation of a true random number generator (TRNG) for STM32F103 MCU.</li>
1149 </ul>
1150 </div>
1151 </div>
1152 <!-- End Row -->
1153 </div>
1154 <!-- End Container -->
1155
1156 <div class="row is-table-row">
1157 <div class="col-md-5 col-sm-6 recommended-img">
a60955b3 1158 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
8d4c9925 1159 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
ff8eb1d4
MB
1160
1161 <!-- Buy/Download Button -->
43b49c31 1162 <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;">
ff8eb1d4
MB
1163 BUY
1164 <!-- Begin Sale -->
1165 <span class="sale">sale</span>
1166 <!-- End Sale -->
1167 </a>
1168 <div class="collapse" id="sellers-mini-adapter">
1169 <div class="center-block seller-group">
1170 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
1171 <p class="sale-info links">
1172 <a href="#technoethical-promotion">Sale details.</a>
1173 </p>
1174 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1175 <p class="sale-info links">
1176 <a href="#thinkpenguin-promotion">Sale details.</a>
1177 </p>
1178 </div>
1179 </div>
1180
1181 <script>
1182 document.getElementById('get-item-mini-adapter').style.display = '';
1183 </script>
1184 <noscript>
1185 <div class="center-block seller-group">
1186 <p style="color: #6b6b6b">
1187 <strong>Get it from</strong>
1188 </p>
1189 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
1190
1191 <p class="sale-info links">
1192 <a href="#technoethical-promotion">Sale details.</a>
1193 </p>
1194 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1195 <p class="sale-info links">
1196 <a href="#thinkpenguin-promotion">Sale details.</a>
1197 </p>
1198 </div>
1199 </noscript>
1200 <!-- End Buy/Download button -->
1201
1202 <!--start pros-->
1203 <ul class="pros">
ce21714e 1204 <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>
ff8eb1d4
MB
1205 </ul>
1206 </div>
1207
077858f7 1208 <div class="good col-md-7 col-sm-6">
ff8eb1d4
MB
1209 <ul class="pros">
1210 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
1211 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
a4cb36f8 1212 <li>If you use a laptop listed in this Guide, an adapter like this won't be necessary.</li>
ff8eb1d4
MB
1213 </ul>
1214 </div>
1215 </div>
1216 <!-- End Row -->
1217 </div>
1218 <!-- End Container -->
1219
1220 <!-- Begin Recommended Template -->
1221
1222 <div class="container">
1223 <div class="row is-table-row">
1224 <div class="col-md-5 col-sm-6 recommended-img">
a60955b3 1225 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
ff8eb1d4 1226 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
ff8eb1d4
MB
1227
1228 <!-- Buy/Download Button -->
43b49c31 1229 <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;">
ff8eb1d4
MB
1230 BUY
1231 <!-- Begin Sale -->
1232 <span class="sale">sale</span>
1233 <!-- End Sale -->
1234 </a>
1235 <div class="collapse" id="sellers-long-range-adapter">
1236 <div class="center-block seller-group">
1237 <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>
1238 <p class="sale-info links">
1239 <a href="#thinkpenguin-promotion">Sale details.</a>
1240 </p>
1241 </div>
1242 </div>
1243
1244 <script>
1245 document.getElementById('get-item-long-range-adapter').style.display = '';
1246 </script>
1247 <noscript>
1248 <div class="center-block seller-group">
1249 <p style="color: #6b6b6b">
1250 <strong>Get it from</strong>
1251 </p>
1252 <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>
1253 <p class="sale-info links">
1254 <a href="#thinkpenguin-promotion">Sale details.</a>
1255 </p>
1256 </div>
1257 </noscript>
1258 <!-- End Buy/Download button -->
1259
1260 </div>
1261 <div class="col-md-7 col-sm-6">
1262 </h5>
1263 <ul class="pros">
1264 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
1265 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
ff8eb1d4
MB
1266 </ul>
1267 </div>
1268 </div>
1269 <!-- End Row -->
1270 </div>
1271 <!-- End Container -->
1272
1273 <!-- Begin Recommended Template -->
1274 <div class="container">
1275 <div class="row is-table-row">
1276 <div class="col-md-5 col-sm-6 recommended-img">
ff8eb1d4 1277 <h5 class="text-center">VPN Router</h5>
a60955b3
MB
1278 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
1279
ff8eb1d4
MB
1280
1281 <!-- Buy/Download Button -->
43b49c31 1282 <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;">
ff8eb1d4
MB
1283 BUY
1284 <!-- Begin Sale -->
1285 <span class="sale">sale</span>
1286 <!-- End Sale -->
1287 </a>
1288 <div class="collapse" id="sellers-vpn-router">
1289 <div class="center-block seller-group">
1290 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1291 <p class="sale-info links">
1292 <a href="#thinkpenguin-promotion">Sale details.</a>
1293 </p>
1294 </div>
1295 </div>
1296
1297 <script>
1298 document.getElementById('get-item-vpn-router').style.display = '';
1299 </script>
1300 <noscript>
1301 <div class="center-block seller-group">
1302 <p style="color: #6b6b6b">
1303 <strong>Get it from</strong>
1304 </p>
1305 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1306 <p class="sale-info links">
1307 <a href="#thinkpenguin-promotion">Sale details.</a>
1308 </p>
1309 </div>
1310 </noscript>
1311 <!-- End Buy/Download button -->
1312
1313 </div>
1314 <div class="col-md-7 col-sm-6">
1315 <ul class="pros">
1316 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
ce21714e 1317 <li>Designed for easy setup.</li>
9be15f6e 1318 <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 a product that is certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
ff8eb1d4
MB
1319 </ul>
1320 </div>
1321 </div>
1322 <!-- End Row -->
1323 </div>
1324 <!-- End Container -->
1325
ff8eb1d4
MB
1326 <h1 class="title text-center">Books, Music, and Video</h1>
1327 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
1328 <!--ebooks-->
1329 <div class="container">
1330 <h3 class="title text-center">Books</h3>
1331 <div class="row is-table-row">
1332 <div class="good col-md-6 col-sm-6">
1333 <h5 class="text-center">DRM-free Ebooks</h5>
1334
1335 <ul class="pros">
ce21714e 1336 <p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">plenty of places</a> to get your literature fix without any pesky DRM. We're highlighting some publishers and shops you should patronize below!</p>
9be15f6e 1337 <li><a href="https://leanpub.com/">Leanpub</a> is an author-driven ebook Web site encouraging people to "publish early, publish often."</li>
ccdae924
MB
1338 <li><a href="https://lektu.com/">Lektu</a> provides you with media in Spanish.</li>
1339 <li><a href="https://www.manning.com/ebooks">Manning Publications</a> has audio and video in addition to ebooks.</li>
1340 <li><a href="https://nostarch.com/">No Starch Press</a> offers "the finest in geek entertainment."</li>
1341 <li><a href="https://www.packtpub.com/">Packt Publishing</a> has ebooks and videos covering a range of technical topics.</li>
1b3fab4c 1342 <li><a href="https://www.smashwords.com/books/category/1/bestsellers/0/any/any">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
8d4c9925 1343 <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>
ff8eb1d4
MB
1344 </ul>
1345
1346 </div>
1347 <!--End Good-->
1348
1349 <!--start bad-->
1350 <div class="good col-md-6 col-sm-6">
1351 <ul class="pros">
1352 <h5 class="text-center">Stay away from: Amazon</h5>
1353 <ul class="cons">
bc744bdc 1354 <li>Amazon is one of the <a href="https://www.defectivebydesign.org/amazon">most notorious DRM offenders</a>. Whether it's their Kindle ebook 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>
ea2054be 1355 <li><a href="https://www.defectivebydesign.org/">Read more about DRM, the risks it poses, and the damage it causes</a>.
ff8eb1d4
MB
1356 </ul>
1357 </div>
1358 <!--End Bad-->
1359 </div>
1360 <!--End Row-->
1361 </div>
1362 <!--End Container-->
ea2054be 1363
ff8eb1d4
MB
1364 <!--Music-->
1365 <div class="container">
1366 <h3 class="title text-center">Music</h3>
1367 <div class="row is-table-row">
1368 <div class="good col-md-6 col-sm-6">
1369 <h5 class="text-center">DRM-free Music</h5>
1370
1371 <!-- start good -->
1372 <ul class="pros">
1373 <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>
1374 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
1375 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
1376 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
1377 </ul>
1378
1379 </div>
1380 <!--End Good-->
1381
1382 <!--start bad-->
1383 <div class="good col-md-6 col-sm-6">
1384 <ul class="cons">
9be15f6e 1385 <h5 class="text-center">Stay away from: Spotify, iTunes, (and all other major streaming services)</h5>
a4cb36f8
MB
1386 <ul>
1387 <li>Spotify is only one of many offenders when it comes to putting DRM in music: all major streaming services do this, with the support of big record labels.</li>
1388 <li>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.</li>
9be15f6e 1389 <li>Apple Music and iTunes streaming also use DRM on its files.</li>
ff8eb1d4
MB
1390 </ul>
1391 </div>
1392 <!--End Bad-->
1393 </div>
1394 <!--End Row-->
1395 </div>
1396 <!--End Container-->
1397
1398 <!--Video-->
1399 <div class="container">
1400 <h3 class="title text-center">Video</h3>
1401 <div class="row is-table-row">
1402 <div class="good col-md-6 col-sm-6">
a4cb36f8 1403 <h5 class="text-center">DRM-free video</h5>
ff8eb1d4
MB
1404 <ul class="pros">
1405 <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>
1406 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
1407 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
1408 <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>
ff8eb1d4
MB
1409 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
1410 </ul>
1411
1412 </div>
1413 <!--End Good-->
1414
1415 <!--start bad-->
1416 <div class="good col-md-6 col-sm-6">
1417 <h5 class="text-center">Stay away from: Netflix</h5>
1418 <ul class="cons">
1419 <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>
1420 </ul>
1421 </div>
1422 <!--End Bad-->
1423 </div>
1424 <!--End Row-->
1425 </div>
1426 <!--End Container-->
1427
1428 </section>
8d4c9925
MB
1429<!--End comparisons-->
1430
1431<!-- Begin need choices -->
1432<section class="choices" id="choices">
1433 <div class="container">
1434 <h1 class="text-center">We need better choices!<h1>
1435 <div class="container choices">
1436 <h2 class="title text-center"></h2>
1437 <div class="row is-table-row">
1438 <div class="good col-md-6 col-sm-6" style="position:relative">
ce21714e 1439 <p>Sadly, there is not always the opportunity to choose freedom. You have to decide what is the right thing for you to do. In this section of our guide, 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 contribute to and support.</p>
8d4c9925
MB
1440 </div>
1441 <!--End Good-->
1442
1443 <!-- start bad -->
1444
ccdae924 1445 <div class="good col-md-6 col-sm-6">
ea2054be 1446 <h5 class="text-center">In need of development</h5>
ccdae924 1447 <ul class="pros">
ea2054be 1448 <li>Cameras</li>
bc744bdc 1449 <li>Ebook readers</li>
1c121604
MB
1450 <li>Fitness trackers</li>
1451 <li>Smart watches</li>
1452 <li>Video gaming systems</liz.
8d4c9925
MB
1453 </ul>
1454 <h5 class="text-center">Stay away from: These devices</h5>
1455 <ul class="cons">
9be15f6e 1456 <li>Internet of Things connected home appliances, smart speakers, and virtual assistants are little more than spying devices brought into your home. These include Amazon Alexa, Amazon Echo, Google Home, Nest, Philips Hue lighting, Ring doorbell, Sonos One, and Wembo.</li>
bc744bdc 1457 <li>Self-driving cars are full of proprietary software, and they also pose a terrible risk to cyclists, pedestrians, and riders. <a href="https://www.theguardian.com/technology/2017/jul/31/tesla-model-3-electric-car-doesnt-have-key-things-we-learned-speedometer-battery-sleep">Read more about</a> the Tesla Model 3's anti-features and autopilot system.</li>
8d4c9925
MB
1458 </ul>
1459 </div>
1460 <!--End Bad-->
1461 </div>
1462 <!--End Row-->
1463 </div>
1464 <!--End Container-->
1465 <!--End bad-->
1466<!-- end choices -->
1467
1468
ff8eb1d4
MB
1469
1470 <!-- Begin Donations -->
1471 <section class="charities" id="charities">
1472 <div class="container">
1473 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1474 <div class="row">
de8a120d 1475 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
053d1425 1476 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
9be15f6e
MB
1477 <p>The Giving Guide is brought to you by the <a href="https://fsf.org">Free Software Foundation</a>. We are powered by our Associate Members. Will you help us propel free software to new frontiers by <a href="https://my.fsf.org/join?pk_campaign=fall18&pk_kwd=ggjoin">joining today</a>?</p>
1478 </div>
de8a120d
AE
1479 </div>
1480 <div style="height: 30px"></div>
1481 <div class="row">
9be15f6e 1482 <div class="col-md-3 col-sm-4 col-xs-6">
ff8eb1d4
MB
1483 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
1484 </div>
1485 <div class="col-md-3 col-sm-4 col-xs-6">
7a2bddf3 1486 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
ff8eb1d4
MB
1487 </div>
1488 <div class="col-md-3 col-sm-4 col-xs-6">
1489 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
1490 </div>
1491 <div class="col-md-3 col-sm-4 col-xs-6">
1492 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
1493 </div>
1494 <div class="col-md-3 col-sm-4 col-xs-6">
1495 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
1496 </div>
1497 <div class="col-md-3 col-sm-4 col-xs-6">
1498 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
1499 </div>
1500 <div class="col-md-3 col-sm-4 col-xs-6">
1501 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
1502 </div>
ff8eb1d4
MB
1503 </div>
1504 </div>
1505 </div>
1506 </div>
1507 </section>
1508 <!-- End Donations -->
1509
1510 <!-- Begin Promotion details -->
1511
1512 <section class="promotion-details">
1513 <div class="container">
1514 <div class="row">
1515 <div class="col-md-12">
1516 <div class="panel-default">
1517 <div class="panel-heading">
1518 <h1 class="fix-margin">Promotion details</h1>
1519 </div>
1520 <div class="panel-body" id="promotion-details">
a4cb36f8 1521<h2>Companies, distributors, and makers of freedom-friendly gadgets want to make it easier for you to give gifts that you feel good about. Check out these discounts and promotions.</h2>
7a2bddf3 1522 <ul style="list-style: none inside none;">
1b3fab4c 1523 <li id="GNU-promotion"><strong>GNU Press Shop: </strong>5% discount on all items using the coupon code <span class="label label-default">GIVEFREELY</span>. Code expires on December 31st. As always, FSF members get a 20% discount.</li>
c18de544 1524 <li id="libiquity-promotion"><strong>Libiquity: </strong>10% 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, 2019. 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>
0691680f 1525 <li id="lulzbot-promotion"><strong>LulzBot: </strong><a href="https://www.lulzbot.com/lulzbot-sales-clearance-items">Features sales and clearance items on their Web site</a>.</li>
840c4e86 1526 <li id="minifree-promotion"><strong>Minifree: </strong><a href="https://minifree.org/">Offering a discount on all products through the end of the year.</a>
ce21714e 1527 <li id="technoethical-promotion"><strong>Technoethical:</strong> 5% discount on <b>all</b> purchases using the coupon code <span class="label label-default">FSFHOLIDAYS</span>. FSF members get an additional 10% off, using the code <span class="label label-default">FSREWARDS</span>.</li>
bf84469f 1528 <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>
bc744bdc 1529 <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2019. <b>Help the FSF:</b> Vikings will also make a donation to the FSF for each product purchased using the coupon code <span class="label label-default">fsfftw</span>.</li>
ff8eb1d4
MB
1530
1531</ul>
1532 </div>
1533 </div>
1534 </div>
1535 <!-- End Panel -->
1536 </div>
1537 <!-- End Row -->
1538 </div>
1539 <!-- End Container -->
1540 </section>
1541 <!-- End Promotion details -->
1542
1543
1544 <!-- Start Respects Your Freedom -->
1545 <!-- <section class="promotion-details">
1546 <div class="container">
1547 <div class="row">
1548 <div class="col-md-12">
1549 <div class="panel-default">
1550 <div class="panel-heading">
1551 <h1 class="fix-margin">Respects Your Freedom</h1>
1552 </div>
1553 <div class="panel-body" id="promotion-details">
1554 <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>
1555 <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>
1556 </div>
1557 </div>
1558 </div> -->
1559 <!-- End Panel -->
1560 </div>
1561 <!-- End Row -->
1562 </div>
1563 <!-- End Container -->
1564 </section>
1565 <!-- End Respects Your Freedom -->
1566
1567 <!-- Begin Licenses -->
1568 <section class="licenses">
1569 <div class="container">
1570 <div class="row">
1571 <div class="col-md-12">
1572 <div class="panel-default">
1573 <div class="panel-heading">
8d4c9925 1574 <h1 class="fix-margin">Licenses</h1>
ff8eb1d4
MB
1575
1576 </div>
1577 <div class="panel-body" id="licenses">
2099caf6 1578 <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</a>.
ff8eb1d4
MB
1579 </p>
1580 <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>
1581 <ul style="list-style: none inside none;">
1582 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
2099caf6
MB
1583 <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</a>.</li>
1584 <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</a>.</li>
1585 <li>Technoethical Replicant S3, 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 4.0</a>.</li>
1586 <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</a>.</li>
ff8eb1d4
MB
1587 </div>
1588 </div>
1589 </div>
1590 <!-- End Panel -->
1591 </div>
1592 <!-- End Row -->
1593 </div>
1594 <!-- End Container -->
1595 </section>
1596 <!-- End Licenses -->
1597
1598 <!--Begin Footer-->
1599 <footer>
1600 <div class="container-fluid">
1601 <div class="row">
1602 <div class="col-md-4 col-sm-4 footer-logo">
1603 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1604 </div>
1605 <div class="col-md-8 col-sm-8">
1606 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1b3fab4c 1607 <a href="https://fsf.org/about">learn about our history and work</a>.
ff8eb1d4 1608 </p>
a4cb36f8 1609 <p>Version 9.0. Copyright © 2004-2018
ff8eb1d4
MB
1610 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1611 Free Software Foundation
1612 </a>, Inc.
a4cb36f8 1613 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
0cdb6d59 1614 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
ff8eb1d4
MB
1615 </p>
1616 </div>
1617 </div>
1618 <!-- End Row -->
1619 </div>
1620 <!-- End Container -->
1621 </footer>
1622 <!-- End Footer -->
1623
1624 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1625 <script src="js/jquery.js" charset="utf-8"></script>
1626 <!-- Include all compiled plugins (below), or include individual files as needed -->
1627 <script src="js/bootstrap.js" charset="utf-8"></script>
1628 <!-- Our JS -->
1629 <script src="js/magic.js" charset="utf-8"></script>
1630
1631 <!-- Piwik -->
1632 <script type="text/javascript">
1633 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1634 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1635 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1636 try {
1637 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1638 piwikTracker.trackPageView();
1639 piwikTracker.enableLinkTracking();
1640 } catch (err) {}
1641 // @license-end
1642 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1643 <!-- End Piwik Tracking Code -->
ff8eb1d4
MB
1644 </body>
1645
1646 </html>