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