Remove banner and modal window
[fsf-giving-guide.git] / v7 / givingguide.html
CommitLineData
0bca8dc5
ZR
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 gifts, 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
5533a0ae 44 <script type="text/javascript">
807a00dc
ZR
45 /** @licstart The following is the entire license notice for the
46 * JavaScript code in this page
47 *
48 * Copyright (C) 2014-2016 Free Software Foundation
49 *
50 * The JavaScript code in this page is free software: you can
51 * redistribute it and/or modify it under the terms of the GNU
52 * General Public License (GNU GPL) as published by the Free Software
53 * Foundation, either version 3 of the License, or (at your option)
54 * any later version. The code is distributed WITHOUT ANY WARRANTY;
55 * without even the implied warranty of MERCHANTABILITY or FITNESS
56 * FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
57 *
58 * As additional permission under GNU GPL version 3 section 7, you
59 * may distribute non-source (e.g., minimized or compacted) forms of
60 * that code without the copy of the GNU GPL normally required by
61 * section 4, provided you include this license notice and a URL
62 * through which recipients can access the Corresponding Source.
63 *
64 * @licend The above is the entire license notice
65 * for the JavaScript code in this page.
66 */
5533a0ae 67 </script>
0bca8dc5
ZR
68
69 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
70 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
71 <!--[if lt IE 9]>
72 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
73 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
74 <![endif]-->
75</head>
76
77<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
78
807a00dc
ZR
79<div class="alert alert-success center-block">
80<li class="info">
81<p>
82Many 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).
83</p>
84</li>
85</div>
0bca8dc5
ZR
86-->
87
88<body>
126f9b99
AE
89 <!-- banners go here -->
90 <!--
0fa0e9bd 91 <iframe src="//static.fsf.org/nosvn/banners/2017fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; border: 0 none; display: block;"></iframe>
0cd57593 92 <iframe src="//static1p.fsf.org/nosvn/banners/2018fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; margin: 0; border: 0 none; display: block;"></iframe>
ee7d4cb2 93 -->
0bca8dc5
ZR
94 <nav class="navbar navbar-default">
95 <div class="container-fluid">
96 <!-- Brand and toggle get grouped for better mobile display -->
97 <div class="navbar-header">
98 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
99 <span class="sr-only">Toggle navigation</span>
100 <span class="icon-bar bar1"></span>
101 <span class="icon-bar bar2"></span>
102 <span class="icon-bar bar3"></span>
103 </button>
104 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
105 <!-- <span class="label label-warning"><a href="http://fsf.org/jfb">Join the FSF</a></span> -->
106
107 </div>
108
109 <!-- Collect the nav links, forms, and other content for toggling -->
110 <div class="collapse navbar-collapse" id="navbar-links">
111 <ul class="nav navbar-nav">
112 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
113 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
114 <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
115 <li><a class="animated fadeIn" href="http://shop.fsf.org/">Shop</a>
116 </ul>
117
118 </div>
119 <!-- /.navbar-collapse -->
120 </div>
121 <!-- /.container-fluid -->
122 </nav>
123
124 <!--Begin Intro-->
125 <section class="intro" id="intro">
126 <div class="container">
127 <div class="row">
128 <div class="illustration col-md-6">
129 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
130 </div>
131 <div class="intro-text col-md-6">
132 <h1>Are you giving your loved ones tech gifts they can use freely?</h1>
133 <h4>Or gifts which put someone else in control?</h4>
134 <p>
135 Electronics are popular gifts, but people often overlook the restrictions that manufacturers slip under the wrapping paper. From remote deletion of files to harsh rules about copying and sharing, some gifts take more than they give.
136 </p>
04d5bca2 137 <h4>More ethical options</h4>
0bca8dc5 138 <p>
353ebc35 139 The good news is that there are ethical companies making better devices that your loved ones can enjoy with freedom and privacy. This is the Free Software Foundation's guide to smarter gift giving, compared with their restrictive counterparts.
0bca8dc5
ZR
140 </p>
141 </div>
142 </div>
143 </div>
144 </section>
145 <!--End Intro-->
146
147 <!--Begin Actions-->
148 <section class="actions" id="actions">
149 <div class="container">
150 <div class="row">
151 <!-- Begin Action -->
152 <div class="action col-md-4 col-sm-4 text-center">
153 <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">Share</a>
154 <p>
155 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
156 </p>
157 </div>
158 <!-- End Action -->
159
160 <!-- Begin Action -->
161 <div class="action col-md-4 col-sm-4 text-center">
162 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Lead an event</a>
163 <p>
164 Print and distribute to holiday shoppers.
165 </p>
166
167 </div>
168 <!-- End Action -->
169
170 <!-- Begin Action -->
171 <div class="action col-md-4 col-sm-4 text-center">
172 <a class="action-button" href="#charities">Donate instead</a>
173 <p>
174 Help a free software organization in a friend's name.
175 </p>
176 </div>
177 <!-- End Action -->
178 </div>
179 <!-- End Row -->
180 </div>
181 <!-- End Container -->
182 </section>
183 <!--End Actions-->
184
185 <!--Begin Comparisons-->
186 <section class="comparisons">
187
188 <!--Smartphones-->
189 <div class="container smartphones">
190 <h3 class="title text-center">Smartphones</h3>
191 <div class="row is-table-row">
192 <div class="good col-md-6 col-sm-6" style="position:relative">
7545fbf8 193 <img src="//static.fsf.org/nosvn/images/technoethical-replicant-s3.png" alt="replicant phone" class="center-block" />
0bca8dc5
ZR
194 <h5 class="text-center">Galaxy S3 with Replicant</h5>
195
196 <!-- Buy/Download Button -->
197 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
198 BUY
199 <!-- Begin Sale -->
200 <span class="sale" >sale</span>
201 <!-- End Sale -->
202 </a>
203 <div class="collapse" id="sellers">
204 <div class="center-block seller-group">
205 <p style="color: #6b6b6b">
206 <strong>Get it from</strong>
207 </p>
299aed6f 208 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
0bca8dc5 209 <div class="sale-info links">
299aed6f 210 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
211 </div>
212 </div>
213 </div>
214
215 <script>
216 document.getElementById('get-item').style.display = '';
217 </script>
218 <noscript>
219 <div class="center-block seller-group">
220 <p style="color: #6b6b6b">
221 <strong>Get it from</strong>
222 </p>
299aed6f 223 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
0bca8dc5 224 <p class="sale-info links">
299aed6f 225 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
226 </p>
227 <!-- End Sale Info -->
228 </div>
229 </noscript>
230 <!-- End Buy/Download button -->
231
232 <ul class="pros">
233
807a00dc
ZR
234 <li>
235 Runs the <a href="http://www.replicant.us">Replicant</a> free operating system, based on Android. Caveat: its modem hardware separately runs a nonfree system.
236 </li>
237 <li>
238 Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalogue that makes it easy to get all the applications you need without sacrificing control of your phone.
239 </li>
0bca8dc5
ZR
240 </ul>
241 </div>
242 <!--End Good-->
243
244 <div class="bad col-md-6 col-sm-6">
245 <img src="img/products/iphone-blocked.png" alt="iphone" class="center-block fix-iphone" />
246 <h5 class="text-center">iPhone</h5>
247 <ul class="cons">
248 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
249 <li>
250 iOS is a fully proprietary operating system, giving Apple control over the software on the devices.
251 </li>
252 <li>
253 Apple uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to block competing software.
254 </li>
255 </ul>
256 </div>
257 <!--End Bad-->
258 </div>
259 <!--End Row-->
260 </div>
261 <!--End Container-->
262
807a00dc 263 <!--Full-Sized Laptops-->
0bca8dc5 264 <div class="container">
807a00dc 265 <h3 class="title text-center">Full-Sized Laptops</h3>
0bca8dc5
ZR
266 <div class="row is-table-row">
267 <div class="good col-md-6 col-sm-6">
268 <img src="img/products/t400.png" alt="t400" class="center-block" />
269 <h5 class="text-center">T400 with GNU/Linux</h5>
270
0bca8dc5
ZR
271 <!-- Buy/Download Button -->
272 <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">
273 BUY
04d5bca2
ZR
274 <!-- Begin Sale -->
275 <span class="sale" >sale</span>
276 <!-- End Sale -->
0bca8dc5
ZR
277 </a>
278 <div class="collapse" id="sellers-full">
279 <div class="center-block seller-group">
280 <p style="color: #6b6b6b">
281 <strong>Get it from</strong>
282 </p>
299aed6f 283 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
04d5bca2 284 <p class="sale-info links">
299aed6f 285 <a href="#technoethical-promotion">Sale details.</a>
04d5bca2 286 </p>
0bca8dc5
ZR
287 </div>
288 </div>
289
290 <script>
291 document.getElementById('get-item-full').style.display = '';
292 </script>
293 <noscript>
294 <div class="center-block seller-group">
295 <p style="color: #6b6b6b">
296 <strong>Get it from</strong>
297 </p>
299aed6f 298 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
04d5bca2 299 <p class="sale-info links">
299aed6f 300 <a href="#technoethical-promotion">Sale details.</a>
04d5bca2 301 </p>
0bca8dc5
ZR
302 </div>
303 </noscript>
304 <!-- End Buy/Download button -->
305
306 <ul class="pros">
04d5bca2 307 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
40ccd981 308 <li>Durable hardware is meant to last and is easy to repair.</li>
0bca8dc5
ZR
309 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
310 </ul>
311
312 </div>
313 <!--End Good-->
314
315 <div class="bad col-md-6 col-sm-6">
316 <img src="img/products/macbook-blocked.png" alt="macbook" class="center-block fix-macbook" />
317 <h5 class="text-center">Apple Macbook Pro with macOS</h5>
318 <ul class="cons">
319 <li>Runs on proprietary software that restricts the user's freedoms.</li>
320 <li>
321 Apple's App Store uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to restrict what you can do with your purchases.
322 </li>
323 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
324 </ul>
325 </div>
326 <!--End Bad-->
327 </div>
328 <!--End Row-->
329 </div>
330 <!--End Container-->
efc4efe8 331
0bca8dc5
ZR
332 <!--Compact Laptops-->
333 <div class="container">
334 <h3 class="title text-center">Compact Laptops</h3>
335 <div class="row is-table-row">
336 <div class="good col-md-6 col-sm-6">
337 <img src="img/products/x200.png" alt="x200" class="center-block" />
338 <h5 class="text-center">X200 with GNU/Linux</h5>
339
340 <!-- Buy/Download Button -->
341 <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">
342 BUY
343 <!-- Begin Sale -->
344 <span class="sale" >sale</span>
345 <!-- End Sale -->
346 </a>
347 <div class="collapse" id="sellers-compact">
348 <div class="center-block seller-group">
349 <p style="color: #6b6b6b">
350 <strong>Get it from</strong>
351 </p>
352
353 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
354 <p class="sale-info links">
9bfd3fb5
ZR
355 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>
356
357 </p>
358 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
359 <p class="sale-info links">
360 Technoethical's X200 has not yet been evaluated for <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certification, but global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5 361 </p>
04d5bca2 362 <!--<a href="https://minifree.org/product/libreboot-x200/" class="seller action-button">Minifree</a>-->
0bca8dc5
ZR
363 </div>
364 </div>
365
366 <script>
367 document.getElementById('get-item-compact').style.display = '';
368 </script>
369 <noscript>
370 <div class="center-block seller-group">
371 <p style="color: #6b6b6b">
372 <strong>Get it from</strong>
373 </p>
374 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
375 <p class="sale-info links">
9bfd3fb5 376 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>
0bca8dc5 377 </p>
9bfd3fb5
ZR
378 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
379 <p class="sale-info links">
380 Technoethical's X200 has not yet been evaluated for <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certification, but global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
381 </p>
382 <!--<a href="https://minifree.org/product/libreboot-x200/" class="seller action-button">Minifree</a>--> </div>
0bca8dc5
ZR
383 </noscript>
384 <!-- End Buy/Download button -->
385 <ul class="pros">
9bfd3fb5 386 <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>
40ccd981 387 <li>Durable hardware is meant to last and is easy to repair.</li>
0bca8dc5
ZR
388 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
389 </ul>
390
391 </div>
392 <!--End Good-->
393
394 <div class="bad col-md-6 col-sm-6">
395 <img src="img/products/lenovo-blocked.png" alt="lenovo" class="center-block" />
396 <h5 class="text-center">Lenovo U31 with Windows</h5>
397 <ul class="cons">
398 <li>Runs on proprietary software that profits from treating the user as a product -- <a href="https://edri.org/microsofts-new-small-print-how-your-personal-data-abused/">each account is assigned an advertising ID</a> to help Microsoft sell user
399 data.
400 </li>
401 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
402 <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>
403 </ul>
404 </div>
405 <!--End Bad-->
406 </div>
407 <!--End Row-->
408 </div>
409 <!--End Container-->
410
411 <!-- Begin Recommended Template -->
412 <div class="container-fluid recommended-section">
413 <!-- <h1 class="text-center"></h1> -->
414 <div class="row">
415 <div class="col-md-5 col-sm-6 recommended-img">
416 <img src="img/products/eoma.png" alt="LibreTea Computer Card in Earth-friendly chassis" class="center-block" />
417
418 <!-- Buy/Download Button -->
419 <a href="https://www.crowdsupply.com/eoma68/micro-desktop" class="btn get-item" role="button" href="#sellers-card">PRE-ORDER</a>
420 <!-- End Buy/Download button -->
421
422
423 </div>
424 <div class="col-md-7 col-sm-6">
425 <h5 class="text-center">LibreTea computer in modular chassis</h5>
807a00dc
ZR
426 <ul class="pros">
427 <li>Interchangeable components for easy repairs and reduced waste.</li>
428 <li>Hardware designs available so you can 3D-print new parts!</li>
04d5bca2 429 <li>Comes with the <a href="https://www.gnu.org/distros/free-distros.en.html">Free Software Foundation-endorsed</a> Parabola operating system. This product is pending <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certification.</li>
807a00dc 430 </ul>
0bca8dc5
ZR
431 </div>
432 </div>
433 <!-- End Row -->
434 </div>
435 <!-- End Container -->
436
437 <!--3D Printers-->
438 <div class="container">
439 <h3 class="title text-center">3D Printers</h3>
440 <div class="row is-table-row">
441 <div class="good col-md-6 col-sm-6">
442 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
807a00dc 443 <h5 class="text-center">LulzBot Mini</h5>
0bca8dc5
ZR
444
445 <!-- Buy/Download Button -->
446 <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">
447 BUY
448 <!-- Begin Sale -->
449 <span class="sale" >sale</span>
450 <!-- End Sale -->
451 </a>
452 <div class="collapse" id="sellers-print">
453 <div class="center-block seller-group">
454 <p style="color: #6b6b6b">
455 <strong>Get it from</strong>
456 </p>
807a00dc 457 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
0bca8dc5
ZR
458 <p class="sale-info links">
459 <a href="#lulzbot-promotion">Sale details.</a>
460 </p>
461 </div>
462 </div>
463
464 <script>
465 document.getElementById('get-item-print').style.display = '';
466 </script>
467 <noscript>
468 <div class="center-block seller-group">
469 <p style="color: #6b6b6b">
470 <strong>Get it from</strong>
471 </p>
807a00dc 472 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
0bca8dc5
ZR
473 <p class="sale-info links">
474 <a href="#lulzbot-promotion">Sale details.</a>
475 </p>
476 </div>
477 </noscript>
478 <!-- End Buy/Download button -->
479 <ul class="pros">
480 <li><a href="https://www.fsf.org/ryf">Respects Your Freedom-certified</a> by the FSF to run with all free software, making 3D printing more accessible and encouraging innovation.</li>
807a00dc 481 <li>Performance and seamless interface <a href="http://www.tomsguide.com/us/lulzbot-mini-3d-printer,review-2744.html">earned it "Editor's Choice"</a> in Tom's Guide's 2016 3D printer comparison.</li>
0bca8dc5
ZR
482 <li>Hardware designs available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
483 </ul>
484 </div>
485 <!--End Good-->
486
487 <div class="bad col-md-6 col-sm-6">
488 <img src="img/products/printer-blocked.png" alt="printer" class="center-block" />
489 <h5 class="text-center">Makerbot Replicator Mini</h5>
490 <ul class="cons">
491 <li>
492 MakerWare software is proprietary, restricting freedom and stifling innovation.
493 </li>
494
495 <li>
496 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.
497 </li>
498 </ul>
499 </div>
500 <!--End Bad-->
501 </div>
502 <!--End Row-->
503 </div>
504 <!--End Container-->
505
506 <!-- Begin Recommended Template -->
507 <div class="container-fluid recommended-section">
508 <!-- <h1 class="text-center"></h1> -->
509 <div class="row">
510 <div class="col-md-5 col-sm-6 recommended-img">
7545fbf8 511 <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
0bca8dc5
ZR
512
513 <!-- Buy/Download Button -->
514 <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;">
515 BUY
516 <!-- Begin Sale -->
517 <span class="sale">sale</span>
518 <!-- End Sale -->
519 </a>
520 <div class="collapse" id="sellers-mini-adapter">
521 <div class="center-block seller-group">
299aed6f 522 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
0bca8dc5 523 <p class="sale-info links">
299aed6f 524 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
525 </p>
526 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
527 <p class="sale-info links">
528 <a href="#thinkpenguin-promotion">Sale details.</a>
529 </p>
530 </div>
531 </div>
532
533 <script>
534 document.getElementById('get-item-mini-adapter').style.display = '';
535 </script>
536 <noscript>
537 <div class="center-block seller-group">
538 <p style="color: #6b6b6b">
539 <strong>Get it from</strong>
540 </p>
299aed6f 541 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
0bca8dc5
ZR
542
543 <p class="sale-info links">
299aed6f 544 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
545 </p>
546 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
547 <p class="sale-info links">
548 <a href="#thinkpenguin-promotion">Sale details.</a>
549 </p>
550 </div>
551 </noscript>
552 <!-- End Buy/Download button -->
553
554 </div>
555 <div class="col-md-7 col-sm-6">
556 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
557 <ul class="pros">
558 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware. If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
559 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
560 </ul>
561 </div>
562 </div>
563 <!-- End Row -->
564 </div>
565 <!-- End Container -->
566
efc4efe8
ZR
567 <!--Compact Laptops-->
568 <div class="container">
569 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
570 <div class="row is-table-row">
571 <div class="good col-md-6 col-sm-6">
b43a8f78 572 <img src="//static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
efc4efe8
ZR
573 <h5 class="text-center">X200t with GNU/Linux</h5>
574
575 <!-- Buy/Download Button -->
576 <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">
577 BUY
578 <!-- Begin Sale -->
579 <span class="sale" >sale</span>
580 <!-- End Sale -->
581 </a>
582 <div class="collapse" id="sellers-convertible">
583 <div class="center-block seller-group">
584 <p style="color: #6b6b6b">
585 <strong>Get it from</strong>
586 </p>
587
588 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
589 <p class="sale-info links">
590 <a href="#technoethical-promotion">Sale details.</a>
591 </p>
592 </div>
593 </div>
594
595 <script>
596 document.getElementById('get-item-convertible').style.display = '';
597 </script>
598 <noscript>
599 <div class="center-block seller-group">
600 <p style="color: #6b6b6b">
601 <strong>Get it from</strong>
602 </p>
603
604 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
605 <p class="sale-info links">
606 <a href="#technoethical-promotion">Sale details.</a>
607 </p> </div>
608 </noscript>
609 <!-- End Buy/Download button -->
610 <ul class="pros">
611 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li>
612 <li>Durable hardware is meant to last and is easy to repair.</li>
613 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
614 </ul>
615
616 </div>
617 <!--End Good-->
618
619 <div class="bad col-md-6 col-sm-6">
b43a8f78 620 <img src="//static.fsf.org/nosvn/images/microsoft-surface-blocked.png" alt="lenovo" class="center-block" />
efc4efe8
ZR
621 <h5 class="text-center">Microsoft Surface</h5>
622 <ul class="cons">
623 <li>Runs on proprietary software that profits from treating the user as a product -- <a href="https://edri.org/microsofts-new-small-print-how-your-personal-data-abused/">each account is assigned an advertising ID</a> to help Microsoft sell user
624 data.
625 </li>
626 <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>
627 </ul>
628 </div>
629 <!--End Bad-->
630 </div>
631 <!--End Row-->
632 </div>
633 <!--End Container-->
634
0bca8dc5
ZR
635 <!-- Begin Recommended Template -->
636 <div class="container-fluid recommended-section">
637 <!-- <h1 class="text-center"></h1> -->
638 <div class="row">
639 <div class="col-md-5 col-sm-6 recommended-img">
640 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
641
642 <!-- Buy/Download Button -->
643 <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;">
644 BUY
645 <!-- Begin Sale -->
646 <span class="sale">sale</span>
647 <!-- End Sale -->
648 </a>
649 <div class="collapse" id="sellers-long-range-adapter">
650 <div class="center-block seller-group">
651 <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>
652 <p class="sale-info links">
653 <a href="#thinkpenguin-promotion">Sale details.</a>
654 </p>
655 </div>
656 </div>
657
658 <script>
659 document.getElementById('get-item-long-range-adapter').style.display = '';
660 </script>
661 <noscript>
662 <div class="center-block seller-group">
663 <p style="color: #6b6b6b">
664 <strong>Get it from</strong>
665 </p>
666 <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>
667 <p class="sale-info links">
668 <a href="#thinkpenguin-promotion">Sale details.</a>
669 </p>
670 </div>
671 </noscript>
672 <!-- End Buy/Download button -->
673
674 </div>
675 <div class="col-md-7 col-sm-6">
676 <h5 class="text-center">Long-Range Wi-Fi Adapter
807a00dc 677 </h5>
0bca8dc5
ZR
678 <ul class="pros">
679 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
0bca8dc5
ZR
680 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
681 </ul>
682 </div>
683 </div>
684 <!-- End Row -->
685 </div>
686 <!-- End Container -->
687
688 <!--eBooks-->
689 <div class="container">
690 <h3 class="title text-center">eBooks</h3>
691 <div class="row is-table-row">
692 <div class="good col-md-6 col-sm-6">
693 <img src="img/products/gutenberg.png" alt="gutenberg" class="center-block" />
694 <h5 class="text-center">Project Gutenberg</h5>
695
696 <!-- Buy/Download Button -->
697 <a href="https://www.gutenberg.org/" class="btn get-item" role="button" href="#sellers-card">DOWNLOAD</a>
698 <!-- End Buy/Download button -->
699 <ul class="pros">
700 <li>All of the ebooks are gratis, including classics like Peter Pan and Huck Finn.</li>
701 <li>The original purveyor of eBooks free of <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> (Digital Restrictions Management), <a href="https://www.defectivebydesign.org/guide/ebooks">inspiring many others</a>.</li>
702 <li>Enjoy the freedom to read your ebooks on any device.</li>
703 </ul>
704 </div>
705 <!--End Good-->
706
707 <div class="bad col-md-6 col-sm-6">
708 <img src="img/products/amazon-blocked.png" alt="amazon" class="center-block fix-amazon" />
709 <h5 class="text-center">Amazon.com</h5>
710 <ul class="cons">
711 <li>
712 Amazon can remotely block or delete individual ebooks or your entire library with no warning or explanation (<a href="http://www.defectivebydesign.org/node/2250">they've done it before</a>).
713 </li>
714 <li>
715 Amazon uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to prevent you from sharing your favorite books with friends or moving them between readers.
716 </li>
717 <li>
718 Amazon openly claims
719 <a href="http://www.defectivebydesign.org/amazon-kindle-swindle">you don't actually own or control your ebooks.</a>
720 </li>
0bca8dc5
ZR
721 </ul>
722 </div>
723 <!--End Bad-->
724 </div>
725 <!--End Row-->
726 </div>
727 <!--End Container-->
728
807a00dc
ZR
729 <div class="alert alert-success center-block">
730 <li class="info">
04d5bca2
ZR
731 <p>The Free Software Foundation, as a small publisher of
732 books, recommends not purchasing on Amazon. If you do, please use <a class="alert-link" href="https://smile.amazon.com">smile.amazon.com</a> to designate a nonprofit to receive some of the money.</p>
733 </li>
734 </div>
0bca8dc5 735
04d5bca2
ZR
736 <!--Graphic Design-->
737 <div class="container">
738 <h3 class="title text-center">Graphic Design</h3>
739 <div class="row is-table-row">
740 <div class="good col-md-6 col-sm-6">
741 <img src="img/products/gimp-inkscape.png" alt="GIMP and Inskacape" class="center-block" />
742 <h5 class="text-center">GIMP and Inkscape</h5>
743
744 <!-- Buy/Download Button -->
745 <a id="get-item-gimp" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-gimp" aria-expanded="false" aria-controls="sellers-gimp" style="display:none; width: 150px; margin-left: -75px;">
746 DOWNLOAD
747 </a>
748 <div class="collapse" id="sellers-gimp">
749 <div class="center-block seller-group">
750 <a href="https://www.gimp.org/downloads/" class="seller action-button" style="background-color: #565040; color: white">GIMP</a>
751 <a href="https://inkscape.org/en/" class="seller action-button" style="background-color: #000; color: white">Inkscape</a>
752 </div>
0bca8dc5 753 </div>
0bca8dc5 754
04d5bca2
ZR
755 <script>
756 document.getElementById('get-item-gimp').style.display = '';
757 </script>
758 <noscript>
759 <div class="center-block seller-group">
760 <p style="color: #6b6b6b">
761 </p>
762 <a href="https://www.gimp.org/downloads/" class="seller action-button" style="background-color: #565040; color: white">GIMP</a>
763 <a href="https://inkscape.org/en/" class="seller action-button" style="background-color: #000; color: white">Inkscape</a>
764 </div>
765 </noscript>
766 <!-- End Buy/Download button -->
767 <ul class="pros">
768 <li>Free software, with thriving developer communities.</li>
769 <li>Designed for free formats, but can also open files created in other programs.</li>
770 <li>Wide variety of plugins grants limitless features.</li>
771 <li>Easy to install on all major operating systems.</li>
772 </ul>
773 </div>
774 <!--End Good-->
775
776 <div class="bad col-md-6 col-sm-6">
777 <img src="img/products/adobe-blocked.png" alt="adobe" class="center-block" />
778 <h5 class="text-center">Photoshop and Illustrator</h5>
779 <ul class="cons">
780 <li>Proprietary software controlled by Adobe.</li>
781 <li>Shuts down when its DRM is unable to verify the costly required subscription, even if it's actually up to date.</li>
782 <li>Prefers locked-down proprietary formats.</li>
783 </ul>
784 </div>
785 <!--End Bad-->
0bca8dc5 786 </div>
04d5bca2 787 <!--End Row-->
0bca8dc5 788 </div>
04d5bca2 789 <!--End Container-->
0bca8dc5 790
0bca8dc5 791
04d5bca2
ZR
792 <!-- Begin Recommended Template -->
793 <div class="container-fluid recommended-section">
794 <!-- <h1 class="text-center"></h1> -->
795 <div class="row">
796 <div class="col-md-5 col-sm-6 recommended-img">
797 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
798
799 <!-- Buy/Download Button -->
800 <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;">
801 BUY
802 <!-- Begin Sale -->
803 <span class="sale">sale</span>
804 <!-- End Sale -->
805 </a>
806 <div class="collapse" id="sellers-vpn-router">
807 <div class="center-block seller-group">
808 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
809 <p class="sale-info links">
810 <a href="#thinkpenguin-promotion">Sale details.</a>
811 </p>
812 </div>
0bca8dc5 813 </div>
807a00dc 814
04d5bca2
ZR
815 <script>
816 document.getElementById('get-item-vpn-router').style.display = '';
817 </script>
818 <noscript>
819 <div class="center-block seller-group">
820 <p style="color: #6b6b6b">
821 <strong>Get it from</strong>
822 </p>
823 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
824 <p class="sale-info links">
825 <a href="#thinkpenguin-promotion">Sale details.</a>
826 </p>
827 </div>
828 </noscript>
829 <!-- End Buy/Download button -->
807a00dc 830
04d5bca2
ZR
831 </div>
832 <div class="col-md-7 col-sm-6">
833 <h5 class="text-center">VPN Router</h5>
834 <ul class="pros">
835 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
836 <li>Designed for easy set-up.</li>
837 <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>
838 </ul>
839 </div>
807a00dc 840 </div>
04d5bca2 841 <!-- End Row -->
807a00dc 842 </div>
04d5bca2 843 <!-- End Container -->
0bca8dc5 844
04d5bca2
ZR
845 <!--Gift Cards-->
846 <div class="container">
847 <h3 class="title text-center">Gift Cards</h3>
848 <div class="row is-table-row">
849 <div class="good col-md-6 col-sm-6">
850 <img src="img/products/fsf-card.png" alt="fsf card" class="center-block" />
851 <h5 class="text-center">FSF Membership Card</h5>
852
853 <!-- Buy/Download Button -->
854 <a href="https://my.fsf.org/join" class="btn get-item" role="button" href="#sellers-card">BUY</a>
855 <!-- End Buy/Download button -->
856 <ul class="pros">
857 <li>Join over 3,500 active members working to make a better world built on free software.</li>
858 <li>Enjoy a host of <a href="https://www.fsf.org/associate/benefits">member benefits</a>, including admission to the <a href="https://www.libreplanet.org/conference">yearly LibrePlanet conference</a>.</li>
859 <li>Membership donations are tax-deductible in the US. For a smaller gift, <a href="https://www.fsf.org/donate">donate in a friend's name</a>.</li>
860 </ul>
0bca8dc5 861
04d5bca2
ZR
862 </div>
863 <!--End Good-->
0bca8dc5 864
04d5bca2
ZR
865 <div class="bad col-md-6 col-sm-6">
866 <img src="img/products/itunes-blocked.png" alt="itunes" class="center-block fix-itunes" />
867 <h5 class="text-center">iTunes Cards</h5>
868 <ul class="cons">
869 <li> <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> on everything (except music) controls what you can do with your purchases.
870 </li>
0bca8dc5 871
04d5bca2 872 <li> Apple claims (wrongly) that you don't actually own anything you buy from the iTunes store.</li>
0bca8dc5 873
04d5bca2
ZR
874 <li> Requires proprietary software to use, even to download DRM-free music.</li>
875 </ul>
876 </div>
877 <!--End Bad-->
0bca8dc5 878 </div>
04d5bca2 879 <!--End Row-->
0bca8dc5 880
04d5bca2
ZR
881 </div>
882 <!--End Container-->
0bca8dc5 883
0bca8dc5 884
04d5bca2
ZR
885 </section>
886 <!--End comparisons-->
0bca8dc5 887
04d5bca2
ZR
888 <!-- Begin Donations -->
889 <section class="charities" id="charities">
890 <div class="container">
891 <h1 class="text-center">Recommended organizations for holiday donations</h1>
892 <div class="row">
893 <div class="col-md-3 col-sm-4 col-xs-6">
894 <a href="http://www.sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
895 </div>
896 <div class="col-md-3 col-sm-4 col-xs-6">
897 <a href="http://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
898 </div>
899 <div class="col-md-3 col-sm-4 col-xs-6">
900 <a href="http://www.creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
901 </div>
902 <div class="col-md-3 col-sm-4 col-xs-6">
903 <a href="http://wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
904 </div>
905 <div class="col-md-3 col-sm-4 col-xs-6">
906 <a href="http://www.softwarefreedom.org/"><img src="img/charities/sflc.png" alt="sflc" class="center-block img-responsive" /></a>
907 </div>
908 <div class="col-md-3 col-sm-4 col-xs-6">
909 <a href="http://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
910 </div>
911 <div class="col-md-3 col-sm-4 col-xs-6">
912 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
913 </div>
914 <div class="col-md-3 col-sm-4 col-xs-6">
915 <a href="http://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
0bca8dc5 916 </div>
0bca8dc5 917 </div>
0bca8dc5 918 </div>
0bca8dc5 919 </section>
04d5bca2 920 <!-- End Donations -->
0bca8dc5 921
04d5bca2
ZR
922 <!-- Begin Promotion details -->
923 <section class="promotion-details">
0bca8dc5
ZR
924 <div class="container">
925 <div class="row">
926 <div class="col-md-12">
927 <div class="panel-default">
928 <div class="panel-heading">
04d5bca2 929 <h1 class="fix-margin">Promotion details</h1>
0bca8dc5 930 </div>
04d5bca2
ZR
931 <div class="panel-body" id="promotion-details">
932
0bca8dc5 933 <ul style="list-style: none inside none;">
04d5bca2 934 <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>
40ccd981 935 <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>
299aed6f 936 <li id="technoethical-promotion"><strong>Technoethical:</strong>
04d5bca2
ZR
937 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>
938 <li id="lulzbot-promotion"><strong>LulzBot:</strong> Receive two gratis, 1 kilogram reels of <a href="https://www.lulzbot.com/store/filament/ngen?pk_campaign=fsf16&pk_kwd=ngen">nGen</a> filament when you buy any 3D printer. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSF2016</span>. Cannot be combined with other offers.</li>
939 </ul>
940 </div>
0bca8dc5
ZR
941 </div>
942 </div>
04d5bca2 943 <!-- End Panel -->
0bca8dc5 944 </div>
04d5bca2
ZR
945 <!-- End Row -->
946 </div>
947 <!-- End Container -->
948 </section>
949 <!-- End Promotion details -->
950
951 <!-- Begin Licenses -->
952 <section class="licenses">
953 <div class="container">
954 <div class="row">
955 <div class="col-md-12">
956 <div class="panel-default">
957 <div class="panel-heading">
958 <h1 class="fix-margin">Licenses</h1>
959
960 </div>
961 <div class="panel-body" id="licenses">
962 <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>
963 </p>
964 <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>
965 <ul style="list-style: none inside none;">
966 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
967 <li>LulzBot 3D printer photo by Aleph Objects is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
968 <li>FSF USB membership card by FSF is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
969 <li>iTunes gift card is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
970 <li>ThinkPenguin with GNU and both ThinkPenguin router images by ThinkPenguin are licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
971 <li>Macbook Pro PSD by andrew-gw is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
972 <li>Astounding Stories is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
973 <li>The Inkscape and GIMP logos are licensed under the <a href="https://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.</li>
974 <li>The Amazon, iOS, YouTube, Google Drive and Adobe Photoshop and Illustrator logos are registered trademarks.</li>
086cffd3 975 <li>Technoethical Replicant s3, Wi-Fi Dongle, and X200t by Technoethical 2016-2017 licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</li>
04d5bca2
ZR
976 <li>The Lenovo U31 image is copyright Lenovo.</li>
977 <li>LibreTea computer with modular chassis image by Luke Kenneth Casson Leighton licensed under<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</li>
978 <li>The MakerBot logo is copyright MakerBot Industries.</li>
979 <li>The Least Authority logo is copyright Least Authority Enterprises.</li>
086cffd3 980 <li><a href="https://www.flickr.com/photos/janitors/12907608763">Microsoft Surface 2</a> by <a href="https://www.flickr.com/photos/janitors/">Kārlis Dambrāns</a> licensed under CC By 2.0.</li>
04d5bca2
ZR
981 </ul>
982 </div>
983 </div>
984 </div>
985 <!-- End Panel -->
0bca8dc5 986 </div>
04d5bca2
ZR
987 <!-- End Row -->
988 </div>
989 <!-- End Container -->
990 </section>
991 <!-- End Licenses -->
992
993 <!--Begin Footer-->
994 <footer>
995 <div class="container-fluid">
996 <div class="row">
997 <div class="col-md-4 col-sm-4 footer-logo">
18197a6e 998 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
04d5bca2
ZR
999 </div>
1000 <div class="col-md-8 col-sm-8">
1001 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1002 <a href="https://fsf.org/about">learn about our history and work.</a>
1003 </p>
1004 <p>Version 7.0. Copyright © 2004-2016
1005 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1006 Free Software Foundation
1007 </a>, Inc.
1008 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
1009 </p>
1010 </div>
0bca8dc5 1011 </div>
04d5bca2
ZR
1012 <!-- End Row -->
1013 </div>
1014 <!-- End Container -->
1015 </footer>
1016 <!-- End Footer -->
1017
1018 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1019 <script src="js/jquery.js" charset="utf-8"></script>
1020 <!-- Include all compiled plugins (below), or include individual files as needed -->
1021 <script src="js/bootstrap.js" charset="utf-8"></script>
1022 <!-- Our JS -->
1023 <script src="js/magic.js" charset="utf-8"></script>
1024
1025 <!-- Piwik -->
1026 <script type="text/javascript">
1027 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1028 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1029 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1030 try {
1031 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1032 piwikTracker.trackPageView();
1033 piwikTracker.enableLinkTracking();
1034 } catch (err) {}
1035 // @license-end
1036 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1037 <!-- End Piwik Tracking Code -->
1038 <a href="js/weblabels.html" rel="jslicense"></a>
1039 </body>
1040
1041 </html>