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