fix img link
[fsf-giving-guide.git] / template.html
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
44
45 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
46 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
47 <!--[if lt IE 9]>
48 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
49 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
50 <![endif]-->
51 </head>
52
53 <body>
54 <nav class="navbar navbar-default">
55 <div class="container-fluid">
56 <!-- Brand and toggle get grouped for better mobile display -->
57 <div class="navbar-header">
58 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
59 <span class="sr-only">Toggle navigation</span>
60 <span class="icon-bar bar1"></span>
61 <span class="icon-bar bar2"></span>
62 <span class="icon-bar bar3"></span>
63 </button>
64 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
65 <!-- <span class="label label-warning"><a href="http://fsf.org/jfb">Join the FSF</a></span> -->
66
67 </div>
68
69 <!-- Collect the nav links, forms, and other content for toggling -->
70 <div class="collapse navbar-collapse" id="navbar-links">
71 <ul class="nav navbar-nav">
72 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
73 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
74 <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
75 <li><a class="animated fadeIn" href="http://shop.fsf.org/">Shop</a>
76 </ul>
77
78 </div>
79 <!-- /.navbar-collapse -->
80 </div>
81 <!-- /.container-fluid -->
82 </nav>
83
84 <!--Begin Intro-->
85 <section class="intro" id="intro">
86 <div class="container">
87 <div class="row">
88 <div class="illustration col-md-6">
89 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
90 </div>
91 <div class="intro-text col-md-6">
92 <h1>This version is kept as an HTML/CSS reference. It includes some small bells and whistles that were removed in the v7 launch, but might be useful later.</h1>
93 <h4>Or gifts which put someone else in control?</h4>
94 <p>
95 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.
96 </p>
97
98 <h4>The good news</h4>
99 <p>
100 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 (FSF) guide to smarter gifts, compared with their restrictive counterparts.
101 </p>
102 </div>
103 </div>
104 </div>
105 </section>
106 <!--End Intro-->
107
108 <!--Begin Actions-->
109 <section class="actions" id="actions">
110 <div class="container">
111 <div class="row is-table-row">
112 <!-- Begin Share -->
113 <div class="action col-md-4 col-sm-4 text-center">
114 <h2>Share</h2>
115 <p>
116 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
117 </p>
118 <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">#givefreely</a>
119 </div>
120 <!-- End Share -->
121
122 <!-- Begin Share -->
123 <div class="action col-md-4 col-sm-4 text-center">
124 <h2>Organize</h2>
125 <p>
126 Download the printable version and organize a <a href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Giving Guide Giveaway</a> to share it with your community.
127 </p>
128 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer#printable">Print the guide</a>
129 </div>
130 <!-- End Share -->
131
132 <!-- Begin Share -->
133 <div class="action col-md-4 col-sm-4 text-center">
134 <h2>Non-profit</h2>
135 <p>
136 Donating to a <a href="#charities">nonprofit</a> in someone's name is at least as meaningful as buying them an electronic device.
137 </p>
138 <a class="action-button" href="#charities">Donate</a>
139 </div>
140 <!-- End Share -->
141 </div>
142 <!-- End Row -->
143 </div>
144 <!-- End Container -->
145 </section>
146 <!--End Actions-->
147
148 <!--Begin Comparisons-->
149 <section class="comparisons">
150
151 <!--Smartphones-->
152 <div class="container smartphones">
153 <h3 class="title text-center">Smartphones</h3>
154 <div class="row is-table-row">
155 <div class="good col-md-6 col-sm-6" style="position:relative">
156 <img src="img/products/replicant.png" alt="replicant phone" class="center-block" />
157 <h5 class="text-center">Tehnoetic S2 with Replicant</h5>
158
159 <!-- Buy/Download Button -->
160 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
161 BUY
162 <!-- Begin Sale -->
163 <span class="sale" >sale</span>
164 <!-- End Sale -->
165 </a>
166 <div class="collapse" id="sellers">
167 <div class="center-block seller-group">
168 <a href="#" class="seller action-button">Seller 1</a>
169 <a href="#" class="seller action-button">Seller 2</a>
170 <!-- Begin Sale Info -->
171 <div>
172 <p class="sale-info alert">
173 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
174 donated to the FSF!
175 </p>
176 </div>
177 <!-- End Sale Info -->
178 </div>
179 </div>
180
181 <script>
182 document.getElementById('get-item').style.display = '';
183 </script>
184 <noscript>
185 <div class="center-block seller-group">
186 <p style="color: #6b6b6b">
187 <strong>Get it from</strong>
188 </p>
189 <a href="#" class="seller action-button">Seller 1</a>
190 <a href="#" class="seller action-button">Seller 2</a>
191 <!-- Begin Sale Info -->
192 <div>
193 <p class="sale-info alert">
194 <span class="sale" style="position:inherit">sale</span>
195 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
196 donated to the FSF!
197 </p>
198 </div>
199 <!-- End Sale Info -->
200 </div>
201 </noscript>
202 <!-- End Buy/Download button -->
203
204 <ul class="pros">
205 <li>Fully free software, based on Android.</li>
206 <li><a href="http://redmine.replicant.us/projects/replicant/wiki/ReplicantStatus#Replicant-42">Supported devices</a> include both phones and tablets.</li>
207 <li>Works on used devices, so your dollars won't go to proprietary OS companies. (All commercially available Android devices ship with some proprietary software.)</li>
208 </ul>
209 </div>
210 <!--End Good-->
211
212 <div class="bad col-md-6 col-sm-6">
213 <img src="img/products/iphone-blocked.png" alt="iphone" class="center-block fix-iphone" />
214 <h5 class="text-center">iPhone</h5>
215 <ul class="cons">
216 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
217 <li>
218 iOS is a fully proprietary operating system, giving Apple control over the software on the devices.
219 </li>
220 <li>
221 Apple uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to block competing software.
222 </li>
223 </ul>
224 </div>
225 <!--End Bad-->
226 </div>
227 <!--End Row-->
228 </div>
229 <!--End Container-->
230
231 <!-- Begin Recommended Template -->
232 <div class="container-fluid recommended-section">
233 <!-- <h1 class="text-center"></h1> -->
234 <div class="row">
235 <div class="col-md-5 col-sm-6 recommended-img">
236 <img src="img/products/wifi-adapter.png" alt="Tehnoetic Mini" class="center-block" />
237 <!-- Buy/Download Button -->
238 <a id="get-item-rec" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-rec" aria-expanded="false" aria-controls="sellers-rec" style="display:none; top: 205px;">
239 BUY
240 <!-- Begin Sale -->
241 <span class="sale" >sale</span>
242 <!-- End Sale -->
243 </a>
244 <div class="collapse" id="sellers-rec">
245 <div class="center-block seller-group">
246 <a href="#" class="seller action-button">Seller 1</a>
247 <a href="#" class="seller action-button">Seller 2</a>
248 <!-- Begin Sale Info -->
249 <div>
250 <p class="sale-info alert">
251 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
252 donated to the FSF!
253 </p>
254 </div>
255 <!-- End Sale Info -->
256 </div>
257 </div>
258
259 <script>
260 document.getElementById('get-item-rec').style.display = '';
261 </script>
262 <noscript>
263 <div class="center-block seller-group">
264 <p style="color: #6b6b6b">
265 <strong>Get it from</strong>
266 </p>
267 <a href="#" class="seller action-button">Seller 1</a>
268 <a href="#" class="seller action-button">Seller 2</a>
269 <!-- Begin Sale Info -->
270 <div>
271 <p class="sale-info alert">
272 <span class="sale" style="position:inherit">sale</span>
273 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
274 donated to the FSF!
275 </p>
276 </div>
277 <!-- End Sale Info -->
278 </div>
279 </noscript>
280 <!-- End Buy/Download button -->
281
282
283 </div>
284 <div class="col-md-7 col-sm-6">
285 <h5 class="text-center">Wi-Fi adapter: Tehnoetic Mini</h5>
286 <ul class="pros">
287 <li>As free as can be: runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware on hardware that is <a href="https://www.fsf.org/ryf">certified to Respect Your Freedom</a>.</li>
288 <li>Durable hardware is meant to last and easy to repair.</li>
289 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
290 </ul>
291 </div>
292 </div>
293 <!-- End Row -->
294 </div>
295 <!-- End Container -->
296
297
298 <!--Full-sized Laptops-->
299 <div class="container">
300 <h3 class="title text-center">Full-sized Laptops</h3>
301 <div class="row is-table-row">
302 <div class="good col-md-6 col-sm-6">
303 <img src="img/products/t400.png" alt="t400" class="center-block" />
304 <h5 class="text-center">Minifree T400 with GNU/Linux</h5>
305
306
307 <!-- Buy/Download Button -->
308 <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">
309 BUY
310 <!-- Begin Sale -->
311 <span class="sale" >sale</span>
312 <!-- End Sale -->
313 </a>
314 <div class="collapse" id="sellers-full">
315 <div class="center-block seller-group">
316 <a href="#" class="seller action-button">Seller 1</a>
317 <!-- Begin Sale Info -->
318 <div>
319 <p class="sale-info alert">
320 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
321 donated to the FSF!
322 </p>
323 </div>
324 <!-- End Sale Info -->
325 </div>
326 </div>
327
328 <script>
329 document.getElementById('get-item-full').style.display = '';
330 </script>
331 <noscript>
332 <div class="center-block seller-group">
333 <p style="color: #6b6b6b">
334 <strong>Get it from</strong>
335 </p>
336 <a href="#" class="seller action-button">Seller 1</a>
337 <a href="#" class="seller action-button">Seller 2</a>
338 <!-- Begin Sale Info -->
339 <div>
340 <p class="sale-info alert">
341 <span class="sale" style="position:inherit">sale</span>
342 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
343 donated to the FSF!
344 </p>
345 </div>
346 <!-- End Sale Info -->
347 </div>
348 </noscript>
349 <!-- End Buy/Download button -->
350
351 <ul class="pros">
352 <li>As free as can be: runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware on hardware that is <a href="https://www.fsf.org/ryf">certified to Respect Your Freedom</a>.</li>
353 <li>Durable hardware is meant to last and easy to repair.</li>
354 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
355 </ul>
356
357 </div>
358 <!--End Good-->
359
360 <div class="bad col-md-6 col-sm-6">
361 <img src="img/products/macbook-blocked.png" alt="macbook" class="center-block fix-macbook" />
362 <h5 class="text-center">Apple Macbook Pro with macOS</h5>
363 <ul class="cons">
364 <li>Runs on proprietary software that restricts the user's freedoms.</li>
365 <li>
366 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.
367 </li>
368 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
369 </ul>
370 </div>
371 <!--End Bad-->
372 </div>
373 <!--End Row-->
374 </div>
375 <!--End Container-->
376
377 <!--Compact Laptops-->
378 <div class="container">
379 <h3 class="title text-center">Compact Laptops</h3>
380 <div class="row is-table-row">
381 <div class="good col-md-6 col-sm-6">
382 <img src="img/products/x200.png" alt="x200" class="center-block" />
383 <h5 class="text-center">Libiquity Taurinus X200 with GNU/Linux</h5>
384
385 <!-- Buy/Download Button -->
386 <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">
387 BUY
388 <!-- Begin Sale -->
389 <span class="sale" >sale</span>
390 <!-- End Sale -->
391 </a>
392 <div class="collapse" id="sellers-compact">
393 <div class="center-block seller-group">
394 <a href="#" class="seller action-button">Seller 1</a>
395 <a href="#" class="seller action-button">Seller 2</a>
396 <!-- Begin Sale Info -->
397 <div>
398 <p class="sale-info alert">
399 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
400 donated to the FSF!
401 </p>
402 </div>
403 <!-- End Sale Info -->
404 </div>
405 </div>
406
407 <script>
408 document.getElementById('get-item-compact').style.display = '';
409 </script>
410 <noscript>
411 <div class="center-block seller-group">
412 <p style="color: #6b6b6b">
413 <strong>Get it from</strong>
414 </p>
415 <a href="#" class="seller action-button">Seller 1</a>
416 <a href="#" class="seller action-button">Seller 2</a>
417 <!-- Begin Sale Info -->
418 <div>
419 <p class="sale-info alert">
420 <span class="sale" style="position:inherit">sale</span>
421 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
422 donated to the FSF!
423 </p>
424 </div>
425 <!-- End Sale Info -->
426 </div>
427 </noscript>
428 <!-- End Buy/Download button -->
429 <ul class="pros">
430 <li>As free as can be: runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware on hardware that is certified to Respect Your Freedom.</li>
431 <li>Durable hardware is meant to last and easy to repair.</li>
432 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
433 </ul>
434
435 </div>
436 <!--End Good-->
437
438 <div class="bad col-md-6 col-sm-6">
439 <img src="img/products/lenovo-blocked.png" alt="lenovo" class="center-block" />
440 <h5 class="text-center">Lenovo U31 with Windows</h5>
441 <ul class="cons">
442 <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
443 data.
444 </li>
445 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
446 <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>
447 </ul>
448 </div>
449 <!--End Bad-->
450 </div>
451 <!--End Row-->
452 </div>
453 <!--End Container-->
454
455 <!--3D Printers-->
456 <div class="container">
457 <h3 class="title text-center">3D Printers</h3>
458 <div class="row is-table-row">
459 <div class="good col-md-6 col-sm-6">
460 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
461 <h5 class="text-center">Lulzbot Mini</h5>
462
463 <!-- Buy/Download Button -->
464 <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">
465 BUY
466 <!-- Begin Sale -->
467 <span class="sale" >sale</span>
468 <!-- End Sale -->
469 </a>
470 <div class="collapse" id="sellers-print">
471 <div class="center-block seller-group">
472 <a href="#" class="seller action-button">Seller 1</a>
473 <a href="#" class="seller action-button">Seller 2</a>
474 <!-- Begin Sale Info -->
475 <div>
476 <p class="sale-info alert">
477 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
478 donated to the FSF!
479 </p>
480 </div>
481 <!-- End Sale Info -->
482 </div>
483 </div>
484
485 <script>
486 document.getElementById('get-item-print').style.display = '';
487 </script>
488 <noscript>
489 <div class="center-block seller-group">
490 <p style="color: #6b6b6b">
491 <strong>Get it from</strong>
492 </p>
493 <a href="#" class="seller action-button">Seller 1</a>
494 <a href="#" class="seller action-button">Seller 2</a>
495 <!-- Begin Sale Info -->
496 <div>
497 <p class="sale-info alert">
498 <span class="sale" style="position:inherit">sale</span>
499 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
500 donated to the FSF!
501 </p>
502 </div>
503 <!-- End Sale Info -->
504 </div>
505 </noscript>
506 <!-- End Buy/Download button -->
507 <ul class="pros">
508 <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>
509 <li>Ease of use features like self-leveling and self-cleaning.</li>
510 <li>Hardware designs available to make modification and improvement easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
511 </ul>
512
513 </div>
514 <!--End Good-->
515
516 <div class="bad col-md-6 col-sm-6">
517 <img src="img/products/printer-blocked.png" alt="printer" class="center-block" />
518 <h5 class="text-center">Makerbot Replicator Mini</h5>
519 <ul class="cons">
520 <li>
521 MakerWare software is proprietary, restricting freedom and stifling innovation.
522 </li>
523
524 <li>
525 MakerBot was founded with a more freedom-respecting philosophy, but has since announced an increasingly proprietary approach and distanced itself from the community that formed around it.
526 </li>
527 </ul>
528 </div>
529 <!--End Bad-->
530 </div>
531 <!--End Row-->
532 </div>
533 <!--End Container-->
534
535 <!--Wi-Fi Routers-->
536 <div class="container">
537 <h3 class="title text-center">Wi-Fi Routers</h3>
538 <div class="row is-table-row">
539 <div class="good col-md-6 col-sm-6">
540 <img src="img/products/thinkpenguin-router.png" alt="free-router" class="center-block" />
541 <h5 class="text-center">ThinkPenguin Router</h5>
542
543 <!-- Buy/Download Button -->
544 <a id="get-item-wifi" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-wifi" aria-expanded="false" aria-controls="sellers-wifi" style="display:none">
545 BUY
546 <!-- Begin Sale -->
547 <span class="sale" >sale</span>
548 <!-- End Sale -->
549 </a>
550 <div class="collapse" id="sellers-wifi">
551 <div class="center-block seller-group">
552 <a href="#" class="seller action-button">Seller 1</a>
553 <a href="#" class="seller action-button">Seller 2</a>
554 <!-- Begin Sale Info -->
555 <div>
556 <p class="sale-info alert">
557 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
558 donated to the FSF!
559 </p>
560 </div>
561 <!-- End Sale Info -->
562 </div>
563 </div>
564
565 <script>
566 document.getElementById('get-item-wifi').style.display = '';
567 </script>
568 <noscript>
569 <div class="center-block seller-group">
570 <p style="color: #6b6b6b">
571 <strong>Get it from</strong>
572 </p>
573 <a href="#" class="seller action-button">Seller 1</a>
574 <a href="#" class="seller action-button">Seller 2</a>
575 <!-- Begin Sale Info -->
576 <div>
577 <p class="sale-info alert">
578 <span class="sale" style="position:inherit">sale</span>
579 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
580 donated to the FSF!
581 </p>
582 </div>
583 <!-- End Sale Info -->
584 </div>
585 </noscript>
586 <!-- End Buy/Download button -->
587 <ul class="pros">
588 <li>
589 Easily separate privacy-sensitive network traffic from Internet traffic to improve security.
590 </li>
591 <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 Respect Your Freedom.</li>
592 </ul>
593
594 </div>
595 <!--End Good-->
596
597 <div class="bad col-md-6 col-sm-6">
598 <img src="img/products/router-blocked.png" alt="router" class="center-block fix-router" />
599 <h5 class="text-center">ISP-provided Routers</h5>
600 <ul class="cons">
601 <li>
602 Proprietary firmware means that there's no way for you to know whether it's spying on you -- and it handles all your Internet traffic as well as local print jobs and file transfers.
603 </li>
604 <li>
605 Many models are subject to remote firmware updates from your Internet Service Provider, which probably does not have your best interests in mind -- these same companies fight net neutrality.
606 </li>
607 </ul>
608 </div>
609 <!--End Bad-->
610 </div>
611 <!--End Row-->
612 </div>
613 <!--End Container-->
614
615 <!--eBooks-->
616 <div class="container">
617 <h3 class="title text-center">eBooks</h3>
618 <div class="row is-table-row">
619 <div class="good col-md-6 col-sm-6">
620 <img src="img/products/gutenberg.png" alt="gutenberg" class="center-block" />
621 <h5 class="text-center">Project Gutenberg</h5>
622
623 <!-- Buy/Download Button -->
624 <a id="get-item-book" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-book" aria-expanded="false" aria-controls="sellers-book" style="display:none">
625 GET
626 <!-- Begin Sale -->
627 <span class="sale" >sale</span>
628 <!-- End Sale -->
629 </a>
630 <div class="collapse" id="sellers-book">
631 <div class="center-block seller-group">
632 <a href="#" class="seller action-button">Seller 1</a>
633 <a href="#" class="seller action-button">Seller 2</a>
634 <a href="#" class="seller action-button">Seller 2</a>
635 <a href="#" class="seller action-button">Seller 2</a>
636 <!-- Begin Sale Info -->
637 <div>
638 <p class="sale-info alert">
639 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
640 donated to the FSF!
641 </p>
642 </div>
643 <!-- End Sale Info -->
644 </div>
645 </div>
646
647 <script>
648 document.getElementById('get-item-book').style.display = '';
649 </script>
650 <noscript>
651 <div class="center-block seller-group">
652 <p style="color: #6b6b6b">
653 <strong>Get it from</strong>
654 </p>
655 <a href="#" class="seller action-button">Seller 1</a>
656 <a href="#" class="seller action-button">Seller 2</a>
657 <!-- Begin Sale Info -->
658 <div>
659 <p class="sale-info alert">
660 <span class="sale" style="position:inherit">sale</span>
661 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
662 donated to the FSF!
663 </p>
664 </div>
665 <!-- End Sale Info -->
666 </div>
667 </noscript>
668 <!-- End Buy/Download button -->
669 <ul class="pros">
670 <li>All of the ebooks are gratis, including classics like Peter Pan and Huck Finn.</li>
671 <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>
672 <li>Enjoy the freedom to read your ebooks on any device.</li>
673 </ul>
674 </div>
675 <!--End Good-->
676
677 <div class="bad col-md-6 col-sm-6">
678 <img src="img/products/amazon-blocked.png" alt="amazon" class="center-block fix-amazon" />
679 <h5 class="text-center">Amazon.com</h5>
680 <ul class="cons">
681 <li>
682 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>).
683 </li>
684 <li>
685 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.
686 </li>
687 <li>
688 Amazon openly claims
689 <a href="http://www.defectivebydesign.org/amazon-kindle-swindle">you don't actually own or control your ebooks.</a>
690 </li>
691 <li class="neutral">If you insist on purchasing from Amazon, at least designate a charity like the Free Software Foundation at <a href="https://smile.amazon.com">smile.amazon.com</a> to receive some of the money.</li>
692 </ul>
693 </div>
694 <!--End Bad-->
695 </div>
696 <!--End Row-->
697 </div>
698 <!--End Container-->
699
700 <!--Graphic Design-->
701 <div class="container">
702 <h3 class="title text-center">Graphic Design</h3>
703 <div class="row is-table-row">
704 <div class="good col-md-6 col-sm-6">
705 <img src="img/products/gimp-inkscape.png" alt="GIMP and Inskacape" class="center-block" />
706 <h5 class="text-center">GIMP and Inkscape</h5>
707
708 <!-- Buy/Download Button -->
709 <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;">
710 DOWNLOAD
711 </a>
712 <div class="collapse" id="sellers-gimp">
713 <div class="center-block seller-group">
714 <a href="#" class="seller action-button" style="background-color: #565040; color: white">GIMP</a>
715 <a hbackground-color: #000ef="#" class="seller action-button" style="background-color: #000; color: white">Inkscape</a>
716 </div>
717 </div>
718
719 <script>
720 document.getElementById('get-item-gimp').style.display = '';
721 </script>
722 <noscript>
723 <div class="center-block seller-group">
724 <p style="color: #6b6b6b">
725 <strong>Get it from</strong>
726 </p>
727 <a href="#" class="seller action-button">Seller 1</a>
728 <a href="#" class="seller action-button">Seller 2</a>
729 <!-- Begin Sale Info -->
730 <div>
731 <p class="sale-info alert">
732 <span class="sale" style="position:inherit">sale</span>
733 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
734 donated to the FSF!
735 </p>
736 </div>
737 <!-- End Sale Info -->
738 </div>
739 </noscript>
740 <!-- End Buy/Download button -->
741 <ul class="pros">
742 <li>Free software, with thriving developer communities.</li>
743 <li>Designed for free formats, but can also open files created in other programs.</li>
744 <li>Wide variety of plugins grants limitless features.</li>
745 <li>Easy to install on all major operating systems.</li>
746 </ul>
747 </div>
748 <!--End Good-->
749
750 <div class="bad col-md-6 col-sm-6">
751 <img src="img/products/adobe-blocked.png" alt="adobe" class="center-block" />
752 <h5 class="text-center">Photoshop and Illustrator</h5>
753 <ul class="cons">
754 <li>Proprietary software controlled by Adobe.</li>
755 <li>Shuts down when its DRM is unable to verify the costly required subscription, even if it's actually up to date.</li>
756 <li>Prefers locked-down proprietary formats.</li>
757 </ul>
758 </div>
759 <!--End Bad-->
760 </div>
761 <!--End Row-->
762 </div>
763 <!--End Container-->
764
765 <!--Gift Cards-->
766 <div class="container">
767 <h3 class="title text-center">Gift Cards</h3>
768 <div class="row is-table-row">
769 <div class="good col-md-6 col-sm-6">
770 <img src="img/products/fsf-card.png" alt="fsf card" class="center-block" />
771 <h5 class="text-center">FSF Membership Card</h5>
772
773 <!-- Buy/Download Button -->
774 <a id="get-item-card" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-card" aria-expanded="false" aria-controls="sellers-card" style="display:none">
775 BUY
776 <!-- Begin Sale -->
777 <span class="sale">sale</span>
778 <!-- End Sale -->
779 </a>
780 <div class="collapse" id="sellers-card">
781 <div class="center-block seller-group">
782 <a href="#" class="seller action-button">Seller 1</a>
783 <a href="#" class="seller action-button">Seller 2</a>
784 <!-- Begin Sale Info -->
785 <div>
786 <p class="sale-info alert">
787 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
788 donated to the FSF!
789 </p>
790 </div>
791 <!-- End Sale Info -->
792 </div>
793 </div>
794
795 <script>
796 document.getElementById('get-item-card').style.display = '';
797 </script>
798 <noscript>
799 <div class="center-block seller-group">
800 <p style="color: #6b6b6b">
801 <strong>Get it from</strong>
802 </p>
803 <a href="#" class="seller action-button">Seller 1</a>
804 <a href="#" class="seller action-button">Seller 2</a>
805 <!-- Begin Sale Info -->
806 <div>
807 <p class="sale-info alert">
808 <span class="sale" style="position:inherit">sale</span>
809 Until December 31st, buy this or this or this or this product, and get this or this free thing. Specify which thing you want in an email to sales@librepotato.biz.ru. Use the code <span class="label label-default">IDONTHAVEANYFRIENDS2016</span> 5% of proceeds will also be
810 donated to the FSF!
811 </p>
812 </div>
813 <!-- End Sale Info -->
814 </div>
815 </noscript>
816 <!-- End Buy/Download button -->
817 <ul class="pros">
818 <li>Join over 3,500 active members working to make a better world built on free software.</li>
819 <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>
820 <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>
821 </ul>
822
823 </div>
824 <!--End Good-->
825
826 <div class="bad col-md-6 col-sm-6">
827 <img src="img/products/itunes-blocked.png" alt="itunes" class="center-block fix-itunes" />
828 <h5 class="text-center">iTunes Cards</h5>
829 <ul class="cons">
830 <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.
831 </li>
832
833 <li> Apple claims (wrongly) that you don't actually own anything you buy from the iTunes store.</li>
834
835 <li> Requires proprietary software to use, even to download DRM-free music.</li>
836 </ul>
837 </div>
838 <!--End Bad-->
839 </div>
840 <!--End Row-->
841 <div class="alert alert-success center-block">
842 <li class="info">
843 <p>
844 All the items recommended by the Free Software Foundation are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">RYF-Certified</a>
845 </p>
846 </li>
847 </div>
848 </div>
849 <!--End Container-->
850 </section>
851 <!--End comparisons-->
852
853 <!-- Begin Donations -->
854 <section class="charities" id="charities">
855 <div class="container">
856 <h1 class="text-center">Recommended organizations for holiday donations</h1>
857 <div class="row">
858 <div class="col-md-3 col-sm-4 col-xs-6">
859 <a href="http://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
860 </div>
861 <div class="col-md-3 col-sm-4 col-xs-6">
862 <a href="http://www.sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
863 </div>
864 <div class="col-md-3 col-sm-4 col-xs-6">
865 <a href="http://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
866 </div>
867 <div class="col-md-3 col-sm-4 col-xs-6">
868 <a href="http://www.creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
869 </div>
870 <div class="col-md-3 col-sm-4 col-xs-6">
871 <a href="http://wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
872 </div>
873 <div class="col-md-3 col-sm-4 col-xs-6">
874 <a href="http://www.softwarefreedom.org/"><img src="img/charities/sflc.png" alt="sflc" class="center-block img-responsive" /></a>
875 </div>
876 <div class="col-md-3 col-sm-4 col-xs-6">
877 <a href="http://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
878 </div>
879 <div class="col-md-3 col-sm-4 col-xs-6">
880 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
881 </div>
882 </div>
883 </div>
884 </section>
885 <!-- End Donations -->
886
887 <!-- Begin Licenses -->
888 <section class="licenses">
889 <div class="container">
890 <div class="row">
891 <div class="col-md-12">
892 <div class="panel-default">
893 <div class="panel-heading">
894 <h1 class="fix-margin">Licenses</h1>
895
896 </div>
897 <div class="panel-body" id="licenses">
898 <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>
899 </p>
900 <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>
901 <ul style="list-style: none inside none;">
902 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
903 <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>
904 <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>
905 <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>
906 <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>
907 <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>
908 <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>
909 <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>
910 <li>The Amazon, iOS, YouTube, Google Drive and Adobe Photoshop and Illustrator logos are registered trademarks.</li>
911 <li>Tehnoetic Replicant s2 and Wi-Fi Dongle by Tehnoetic 2014 licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</li>
912 <li>The Lenovo U31 image is copyright Lenovo.</li>
913 <li>The MakerBot logo is copyright MakerBot Industries.</li>
914 <li>The Least Authority logo is copyright Least Authority Enterprises.</li>
915 </ul>
916 </div>
917 </div>
918 </div>
919 <!-- End Panel -->
920 </div>
921 <!-- End Row -->
922 </div>
923 <!-- End Container -->
924 </section>
925 <!-- End Licenses -->
926
927 <!--Begin Footer-->
928 <footer>
929 <div class="container-fluid">
930 <div class="row">
931 <div class="col-md-4 col-sm-4 footer-logo">
932 <a href="https://fsf.org/"><img src="../img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
933 </div>
934 <div class="col-md-8 col-sm-8">
935 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
936 <a href="https://fsf.org/about">learn about our history and work.</a>
937 </p>
938 <p>Version 7.0. Copyright © 2004-2016
939 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
940 Free Software Foundation
941 </a>, Inc.
942 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
943 </p>
944 </div>
945 </div>
946 <!-- End Row -->
947 </div>
948 <!-- End Container -->
949 </footer>
950 <!-- End Footer -->
951
952 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
953 <script src="js/jquery-2.2.2.min.js" charset="utf-8"></script>
954 <!-- Include all compiled plugins (below), or include individual files as needed -->
955 <script src="js/bootstrap.min.js" charset="utf-8"></script>
956 <!-- Our JS -->
957 <script src="js/magic.js" charset="utf-8"></script>
958
959 <!-- Piwik -->
960 <script type="text/javascript">
961 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
962 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
963 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
964 try {
965 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
966 piwikTracker.trackPageView();
967 piwikTracker.enableLinkTracking();
968 } catch (err) {}
969 // @license-end
970 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
971 <!-- End Piwik Tracking Code -->
972 </body>
973
974 </html>