remove duplicate and temporary files
authorIan Kelling <iank@fsf.org>
Thu, 23 Nov 2017 01:29:13 +0000 (20:29 -0500)
committerIan Kelling <iank@fsf.org>
Thu, 23 Nov 2017 01:29:13 +0000 (20:29 -0500)
v6/test.html [deleted file]
v7/README.md [deleted file]
v7/template.html [deleted file]

diff --git a/v6/test.html b/v6/test.html
deleted file mode 100644 (file)
index 3b18e51..0000000
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/v7/README.md b/v7/README.md
deleted file mode 100644 (file)
index dc090ea..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# FSF Holiday Giving Guide README
-
-## Deployment
-The git repo holding the live copy of the site is in the master branch.
-
-## Adding images
-Make sure that, for side-by-side comparisons, both images are a similar height
-
-## Developing using Python
-The guide is a simple static web page.  To view it in your browser,
-run `make` at the root of the source tree, then visit
-`localhost:8000`.  The `Makefile` relies on Python for starting the
-development web server, but it's trivial to serve the page using the
-web server of your preference if you do not have Python.
-
-
-# Guidelines for future use
----
-## Images:
-
-* If it's a logo then ALWAYS export the images from its VECTOR (.svg, .eps, .pdf) source. If a vector source isn't available, use a very large image and scale it down.
-
-* Do not put a logo next to a product or vice-versa, Always use images with the same nature (i.e. product versus product; logo versus logo)
-
-* Charities' logos should be exported to 580px × 580px, transparent PNG
-
-* Products' images, "good" or "naughty" should be put inside transparent, square PNG files at 350px × 350px, and a padding consistent with existing images.
-
-## BUY/GET button
-
-* Copy the entire block of code including the two lines for comments before and after the Divs.
-
-* Paste it just after the **h5** line.
-
-* Append a unique string to the `id` `href` `aria-controls` of the **a** elements, as well as the `id` of the next div and the content of `document.getElementById('...')` so that all have the same text. Example: `get-iem-smartphone` `get-item-compact` ...
-
-* Change the content of the Anchor link **a** and its `href` attributes to link to different sellers.
-
-* If the product has only one source use this code instead:
-
-`<a class="btn get-item" role="button" href="#">BUY</a>`
-
-
-## General Best Practices
-
-* Resist the urge to add another list-element **li** to announce a SALE, a BONUS, or anything unrelated to being a PROS or CONS. Instead use the SALE triangle, and Bootstrap's *alert* (Check its documentation, or existing code if unsure)
-
-* Avoid using very long titles as they tend to wrap into multiple lines on mobile devices. Be concise.
diff --git a/v7/template.html b/v7/template.html
deleted file mode 100644 (file)
index 87f0b8a..0000000
+++ /dev/null
@@ -1,974 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-
-  <title>Ethical Tech | Giving Guide</title>
-  <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gifts, compared with their restrictive counterparts.">
-
-  <!-- Some Colors -->
-  <!-- Chrome, Firefox OS and Opera -->
-  <meta name="theme-color" content="#2caf8f">
-  <!-- Windows Phone -->
-  <meta name="msapplication-navbutton-color" content="#2caf8f">
-
-  <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
-  <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
-  <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
-  <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
-  <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
-  <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
-  <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
-  <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
-  <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
-  <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
-  <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
-  <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
-  <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
-  <meta name="msapplication-TileColor" content="#2caf8f">
-  <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
-  <meta name="theme-color" content="#2caf8f">
-
-  <!-- Bootstrap -->
-  <link rel="stylesheet" href="css/bootstrap.min.css">
-
-  <!-- Animate CSS -->
-  <link rel="stylesheet" href="css/animate.css">
-
-  <!-- Our CSS -->
-  <link rel="stylesheet" href="css/master.css">
-
-
-  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-  <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
-      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
-    <![endif]-->
-</head>
-
-<body>
-  <nav class="navbar navbar-default">
-    <div class="container-fluid">
-      <!-- Brand and toggle get grouped for better mobile display -->
-      <div class="navbar-header">
-        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
-          <span class="sr-only">Toggle navigation</span>
-          <span class="icon-bar bar1"></span>
-          <span class="icon-bar bar2"></span>
-          <span class="icon-bar bar3"></span>
-        </button>
-        <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
-        <!-- <span class="label label-warning"><a href="http://fsf.org/jfb">Join the FSF</a></span> -->
-
-      </div>
-
-      <!-- Collect the nav links, forms, and other content for toggling -->
-      <div class="collapse navbar-collapse" id="navbar-links">
-        <ul class="nav navbar-nav">
-          <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
-          <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
-          <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
-          <li><a class="animated fadeIn" href="http://shop.fsf.org/">Shop</a>
-        </ul>
-
-      </div>
-      <!-- /.navbar-collapse -->
-    </div>
-    <!-- /.container-fluid -->
-  </nav>
-
-  <!--Begin Intro-->
-  <section class="intro" id="intro">
-    <div class="container">
-      <div class="row">
-        <div class="illustration col-md-6">
-          <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
-        </div>
-        <div class="intro-text col-md-6">
-            <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>
-          <h4>Or gifts which put someone else in control?</h4>
-          <p>
-            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.
-          </p>
-
-          <h4>The good news</h4>
-          <p>
-            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.
-          </p>
-        </div>
-      </div>
-    </div>
-  </section>
-  <!--End Intro-->
-
-  <!--Begin Actions-->
-  <section class="actions" id="actions">
-    <div class="container">
-      <div class="row is-table-row">
-        <!-- Begin Share -->
-        <div class="action col-md-4 col-sm-4 text-center">
-          <h2>Share</h2>
-          <p>
-            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
-          </p>
-          <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>
-        </div>
-        <!-- End Share -->
-
-        <!-- Begin Share -->
-        <div class="action col-md-4 col-sm-4 text-center">
-          <h2>Organize</h2>
-          <p>
-            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.
-          </p>
-          <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer#printable">Print the guide</a>
-        </div>
-        <!-- End Share -->
-
-        <!-- Begin Share -->
-        <div class="action col-md-4 col-sm-4 text-center">
-          <h2>Non-profit</h2>
-          <p>
-            Donating to a <a href="#charities">nonprofit</a> in someone's name is at least as meaningful as buying them an electronic device.
-          </p>
-          <a class="action-button" href="#charities">Donate</a>
-        </div>
-        <!-- End Share -->
-      </div>
-      <!-- End Row -->
-    </div>
-    <!-- End Container -->
-  </section>
-  <!--End Actions-->
-
-  <!--Begin Comparisons-->
-  <section class="comparisons">
-
-    <!--Smartphones-->
-    <div class="container smartphones">
-      <h3 class="title text-center">Smartphones</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6" style="position:relative">
-          <img src="img/products/replicant.png" alt="replicant phone" class="center-block" />
-          <h5 class="text-center">Tehnoetic S2 with Replicant</h5>
-
-          <!-- Buy/Download Button   -->
-          <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
-          BUY
-          <!-- Begin Sale -->
-            <span class="sale" >sale</span>
-          <!-- End Sale -->
-          </a>
-          <div class="collapse" id="sellers">
-            <div class="center-block seller-group">
-              <a href="#" class="seller action-button">Seller 1</a>
-              <a href="#" class="seller action-button">Seller 2</a>
-              <!-- Begin Sale Info -->
-              <div>
-                <p class="sale-info alert">
-                  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
-                  donated to the FSF!
-                </p>
-              </div>
-              <!-- End Sale Info -->
-            </div>
-          </div>
-
-          <script>
-            document.getElementById('get-item').style.display = '';
-          </script>
-          <noscript>
-              <div class="center-block seller-group">
-                <p style="color: #6b6b6b">
-                  <strong>Get it from</strong>
-                </p>
-                <a href="#" class="seller action-button">Seller 1</a>
-                <a href="#" class="seller action-button">Seller 2</a>
-                <!-- Begin Sale Info -->
-                <div>
-                  <p class="sale-info alert">
-                    <span class="sale" style="position:inherit">sale</span>
-                    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
-                    donated to the FSF!
-                  </p>
-                </div>
-                <!-- End Sale Info -->
-              </div>
-          </noscript>
-          <!-- End Buy/Download button -->
-
-          <ul class="pros">
-            <li>Fully free software, based on Android.</li>
-            <li><a href="http://redmine.replicant.us/projects/replicant/wiki/ReplicantStatus#Replicant-42">Supported devices</a> include both phones and tablets.</li>
-            <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>
-          </ul>
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/iphone-blocked.png" alt="iphone" class="center-block fix-iphone" />
-          <h5 class="text-center">iPhone</h5>
-          <ul class="cons">
-            <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
-            <li>
-              iOS is a fully proprietary operating system, giving Apple control over the software on the devices.
-            </li>
-            <li>
-              Apple uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to block competing software.
-            </li>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-    </div>
-    <!--End Container-->
-
-    <!-- Begin Recommended Template -->
-    <div class="container-fluid recommended-section">
-      <!-- <h1 class="text-center"></h1> -->
-      <div class="row">
-        <div class="col-md-5 col-sm-6 recommended-img">
-          <img src="img/products/wifi-adapter.png" alt="Tehnoetic Mini" class="center-block" />
-          <!-- Buy/Download Button   -->
-          <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;">
-          BUY
-          <!-- Begin Sale -->
-            <span class="sale" >sale</span>
-          <!-- End Sale -->
-          </a>
-          <div class="collapse" id="sellers-rec">
-            <div class="center-block seller-group">
-              <a href="#" class="seller action-button">Seller 1</a>
-              <a href="#" class="seller action-button">Seller 2</a>
-              <!-- Begin Sale Info -->
-              <div>
-                <p class="sale-info alert">
-                  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
-                  donated to the FSF!
-                </p>
-              </div>
-              <!-- End Sale Info -->
-            </div>
-          </div>
-
-          <script>
-            document.getElementById('get-item-rec').style.display = '';
-          </script>
-          <noscript>
-              <div class="center-block seller-group">
-                <p style="color: #6b6b6b">
-                  <strong>Get it from</strong>
-                </p>
-                <a href="#" class="seller action-button">Seller 1</a>
-                <a href="#" class="seller action-button">Seller 2</a>
-                <!-- Begin Sale Info -->
-                <div>
-                  <p class="sale-info alert">
-                    <span class="sale" style="position:inherit">sale</span>
-                    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
-                    donated to the FSF!
-                  </p>
-                </div>
-                <!-- End Sale Info -->
-              </div>
-          </noscript>
-          <!-- End Buy/Download button -->
-
-
-        </div>
-        <div class="col-md-7 col-sm-6">
-          <h5 class="text-center">Wi-Fi adapter: Tehnoetic Mini</h5>
-                    <ul class="pros">
-            <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>
-            <li>Durable hardware is meant to last and easy to repair.</li>
-            <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
-          </ul>
-        </div>
-      </div>
-      <!-- End Row -->
-    </div>
-    <!-- End Container -->
-
-
-    <!--Full-sized Laptops-->
-    <div class="container">
-      <h3 class="title text-center">Full-sized Laptops</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6">
-          <img src="img/products/t400.png" alt="t400" class="center-block" />
-          <h5 class="text-center">Minifree T400 with GNU/Linux</h5>
-
-
-                    <!-- Buy/Download Button   -->
-                    <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">
-                    BUY
-                    <!-- Begin Sale -->
-                      <span class="sale" >sale</span>
-                    <!-- End Sale -->
-                    </a>
-                    <div class="collapse" id="sellers-full">
-                      <div class="center-block seller-group">
-                        <a href="#" class="seller action-button">Seller 1</a>
-                        <!-- Begin Sale Info -->
-                        <div>
-                          <p class="sale-info alert">
-                            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
-                            donated to the FSF!
-                          </p>
-                        </div>
-                        <!-- End Sale Info -->
-                      </div>
-                    </div>
-
-                    <script>
-                      document.getElementById('get-item-full').style.display = '';
-                    </script>
-                    <noscript>
-                        <div class="center-block seller-group">
-                          <p style="color: #6b6b6b">
-                            <strong>Get it from</strong>
-                          </p>
-                          <a href="#" class="seller action-button">Seller 1</a>
-                          <a href="#" class="seller action-button">Seller 2</a>
-                          <!-- Begin Sale Info -->
-                          <div>
-                            <p class="sale-info alert">
-                              <span class="sale" style="position:inherit">sale</span>
-                              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
-                              donated to the FSF!
-                            </p>
-                          </div>
-                          <!-- End Sale Info -->
-                        </div>
-                    </noscript>
-                    <!-- End Buy/Download button -->
-
-          <ul class="pros">
-            <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>
-            <li>Durable hardware is meant to last and easy to repair.</li>
-            <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
-          </ul>
-
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/macbook-blocked.png" alt="macbook" class="center-block fix-macbook" />
-          <h5 class="text-center">Apple Macbook Pro with macOS</h5>
-          <ul class="cons">
-            <li>Runs on proprietary software that restricts the user's freedoms.</li>
-            <li>
-              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.
-            </li>
-            <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-    </div>
-    <!--End Container-->
-
-    <!--Compact Laptops-->
-    <div class="container">
-      <h3 class="title text-center">Compact Laptops</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6">
-          <img src="img/products/x200.png" alt="x200" class="center-block" />
-          <h5 class="text-center">Libiquity Taurinus X200 with GNU/Linux</h5>
-
-                    <!-- Buy/Download Button   -->
-                    <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">
-                    BUY
-                    <!-- Begin Sale -->
-                      <span class="sale" >sale</span>
-                    <!-- End Sale -->
-                    </a>
-                    <div class="collapse" id="sellers-compact">
-                      <div class="center-block seller-group">
-                        <a href="#" class="seller action-button">Seller 1</a>
-                        <a href="#" class="seller action-button">Seller 2</a>
-                        <!-- Begin Sale Info -->
-                        <div>
-                          <p class="sale-info alert">
-                            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
-                            donated to the FSF!
-                          </p>
-                        </div>
-                        <!-- End Sale Info -->
-                      </div>
-                    </div>
-
-                    <script>
-                      document.getElementById('get-item-compact').style.display = '';
-                    </script>
-                    <noscript>
-                        <div class="center-block seller-group">
-                          <p style="color: #6b6b6b">
-                            <strong>Get it from</strong>
-                          </p>
-                          <a href="#" class="seller action-button">Seller 1</a>
-                          <a href="#" class="seller action-button">Seller 2</a>
-                          <!-- Begin Sale Info -->
-                          <div>
-                            <p class="sale-info alert">
-                              <span class="sale" style="position:inherit">sale</span>
-                              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
-                              donated to the FSF!
-                            </p>
-                          </div>
-                          <!-- End Sale Info -->
-                        </div>
-                    </noscript>
-                    <!-- End Buy/Download button -->
-          <ul class="pros">
-            <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>
-            <li>Durable hardware is meant to last and easy to repair.</li>
-            <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
-          </ul>
-
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/lenovo-blocked.png" alt="lenovo" class="center-block" />
-          <h5 class="text-center">Lenovo U31 with Windows</h5>
-          <ul class="cons">
-            <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
-              data.
-            </li>
-            <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
-            <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>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-    </div>
-    <!--End Container-->
-
-    <!--3D Printers-->
-    <div class="container">
-      <h3 class="title text-center">3D Printers</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6">
-          <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
-          <h5 class="text-center">Lulzbot Mini</h5>
-
-                    <!-- Buy/Download Button   -->
-                    <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">
-                    BUY
-                    <!-- Begin Sale -->
-                      <span class="sale" >sale</span>
-                    <!-- End Sale -->
-                    </a>
-                    <div class="collapse" id="sellers-print">
-                      <div class="center-block seller-group">
-                        <a href="#" class="seller action-button">Seller 1</a>
-                        <a href="#" class="seller action-button">Seller 2</a>
-                        <!-- Begin Sale Info -->
-                        <div>
-                          <p class="sale-info alert">
-                            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
-                            donated to the FSF!
-                          </p>
-                        </div>
-                        <!-- End Sale Info -->
-                      </div>
-                    </div>
-
-                    <script>
-                      document.getElementById('get-item-print').style.display = '';
-                    </script>
-                    <noscript>
-                        <div class="center-block seller-group">
-                          <p style="color: #6b6b6b">
-                            <strong>Get it from</strong>
-                          </p>
-                          <a href="#" class="seller action-button">Seller 1</a>
-                          <a href="#" class="seller action-button">Seller 2</a>
-                          <!-- Begin Sale Info -->
-                          <div>
-                            <p class="sale-info alert">
-                              <span class="sale" style="position:inherit">sale</span>
-                              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
-                              donated to the FSF!
-                            </p>
-                          </div>
-                          <!-- End Sale Info -->
-                        </div>
-                    </noscript>
-                    <!-- End Buy/Download button -->
-          <ul class="pros">
-            <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>
-            <li>Ease of use features like self-leveling and self-cleaning.</li>
-            <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>
-          </ul>
-
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/printer-blocked.png" alt="printer" class="center-block" />
-          <h5 class="text-center">Makerbot Replicator Mini</h5>
-          <ul class="cons">
-            <li>
-              MakerWare software is proprietary, restricting freedom and stifling innovation.
-            </li>
-
-            <li>
-              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.
-            </li>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-    </div>
-    <!--End Container-->
-
-    <!--Wi-Fi Routers-->
-    <div class="container">
-      <h3 class="title text-center">Wi-Fi Routers</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6">
-          <img src="img/products/thinkpenguin-router.png" alt="free-router" class="center-block" />
-          <h5 class="text-center">ThinkPenguin Router</h5>
-
-                    <!-- Buy/Download Button   -->
-                    <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">
-                    BUY
-                    <!-- Begin Sale -->
-                      <span class="sale" >sale</span>
-                    <!-- End Sale -->
-                    </a>
-                    <div class="collapse" id="sellers-wifi">
-                      <div class="center-block seller-group">
-                        <a href="#" class="seller action-button">Seller 1</a>
-                        <a href="#" class="seller action-button">Seller 2</a>
-                        <!-- Begin Sale Info -->
-                        <div>
-                          <p class="sale-info alert">
-                            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
-                            donated to the FSF!
-                          </p>
-                        </div>
-                        <!-- End Sale Info -->
-                      </div>
-                    </div>
-
-                    <script>
-                      document.getElementById('get-item-wifi').style.display = '';
-                    </script>
-                    <noscript>
-                        <div class="center-block seller-group">
-                          <p style="color: #6b6b6b">
-                            <strong>Get it from</strong>
-                          </p>
-                          <a href="#" class="seller action-button">Seller 1</a>
-                          <a href="#" class="seller action-button">Seller 2</a>
-                          <!-- Begin Sale Info -->
-                          <div>
-                            <p class="sale-info alert">
-                              <span class="sale" style="position:inherit">sale</span>
-                              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
-                              donated to the FSF!
-                            </p>
-                          </div>
-                          <!-- End Sale Info -->
-                        </div>
-                    </noscript>
-                    <!-- End Buy/Download button -->
-          <ul class="pros">
-            <li>
-              Easily separate privacy-sensitive network traffic from Internet traffic to improve security.
-            </li>
-            <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>
-          </ul>
-
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/router-blocked.png" alt="router" class="center-block fix-router" />
-          <h5 class="text-center">ISP-provided Routers</h5>
-          <ul class="cons">
-            <li>
-              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.
-            </li>
-            <li>
-              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.
-            </li>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-    </div>
-    <!--End Container-->
-
-    <!--eBooks-->
-    <div class="container">
-      <h3 class="title text-center">eBooks</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6">
-          <img src="img/products/gutenberg.png" alt="gutenberg" class="center-block" />
-          <h5 class="text-center">Project Gutenberg</h5>
-
-                    <!-- Buy/Download Button   -->
-                    <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">
-                    GET
-                    <!-- Begin Sale -->
-                      <span class="sale" >sale</span>
-                    <!-- End Sale -->
-                    </a>
-                    <div class="collapse" id="sellers-book">
-                      <div class="center-block seller-group">
-                        <a href="#" class="seller action-button">Seller 1</a>
-                        <a href="#" class="seller action-button">Seller 2</a>
-                        <a href="#" class="seller action-button">Seller 2</a>
-                        <a href="#" class="seller action-button">Seller 2</a>
-                        <!-- Begin Sale Info -->
-                        <div>
-                          <p class="sale-info alert">
-                            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
-                            donated to the FSF!
-                          </p>
-                        </div>
-                        <!-- End Sale Info -->
-                      </div>
-                    </div>
-
-                    <script>
-                      document.getElementById('get-item-book').style.display = '';
-                    </script>
-                    <noscript>
-                        <div class="center-block seller-group">
-                          <p style="color: #6b6b6b">
-                            <strong>Get it from</strong>
-                          </p>
-                          <a href="#" class="seller action-button">Seller 1</a>
-                          <a href="#" class="seller action-button">Seller 2</a>
-                          <!-- Begin Sale Info -->
-                          <div>
-                            <p class="sale-info alert">
-                              <span class="sale" style="position:inherit">sale</span>
-                              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
-                              donated to the FSF!
-                            </p>
-                          </div>
-                          <!-- End Sale Info -->
-                        </div>
-                    </noscript>
-                    <!-- End Buy/Download button -->
-          <ul class="pros">
-            <li>All of the ebooks are gratis, including classics like Peter Pan and Huck Finn.</li>
-            <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>
-            <li>Enjoy the freedom to read your ebooks on any device.</li>
-          </ul>
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/amazon-blocked.png" alt="amazon" class="center-block fix-amazon" />
-          <h5 class="text-center">Amazon.com</h5>
-          <ul class="cons">
-            <li>
-              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>).
-            </li>
-            <li>
-              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.
-            </li>
-            <li>
-              Amazon openly claims
-              <a href="http://www.defectivebydesign.org/amazon-kindle-swindle">you don't actually own or control your ebooks.</a>
-            </li>
-            <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>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-    </div>
-    <!--End Container-->
-
-    <!--Graphic Design-->
-    <div class="container">
-      <h3 class="title text-center">Graphic Design</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6">
-          <img src="img/products/gimp-inkscape.png" alt="GIMP and Inskacape" class="center-block" />
-          <h5 class="text-center">GIMP and Inkscape</h5>
-
-          <!-- Buy/Download Button   -->
-          <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;">
-          DOWNLOAD
-          </a>
-          <div class="collapse" id="sellers-gimp">
-            <div class="center-block seller-group">
-              <a href="#" class="seller action-button" style="background-color: #565040; color: white">GIMP</a>
-              <a hbackground-color: #000ef="#" class="seller action-button" style="background-color: #000; color: white">Inkscape</a>
-            </div>
-          </div>
-
-          <script>
-            document.getElementById('get-item-gimp').style.display = '';
-          </script>
-          <noscript>
-              <div class="center-block seller-group">
-                <p style="color: #6b6b6b">
-                  <strong>Get it from</strong>
-                </p>
-                <a href="#" class="seller action-button">Seller 1</a>
-                <a href="#" class="seller action-button">Seller 2</a>
-                <!-- Begin Sale Info -->
-                <div>
-                  <p class="sale-info alert">
-                    <span class="sale" style="position:inherit">sale</span>
-                    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
-                    donated to the FSF!
-                  </p>
-                </div>
-                <!-- End Sale Info -->
-              </div>
-          </noscript>
-          <!-- End Buy/Download button -->
-          <ul class="pros">
-            <li>Free software, with thriving developer communities.</li>
-            <li>Designed for free formats, but can also open files created in other programs.</li>
-            <li>Wide variety of plugins grants limitless features.</li>
-            <li>Easy to install on all major operating systems.</li>
-          </ul>
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/adobe-blocked.png" alt="adobe" class="center-block" />
-          <h5 class="text-center">Photoshop and Illustrator</h5>
-          <ul class="cons">
-            <li>Proprietary software controlled by Adobe.</li>
-            <li>Shuts down when its DRM is unable to verify the costly required subscription, even if it's actually up to date.</li>
-            <li>Prefers locked-down proprietary formats.</li>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-    </div>
-    <!--End Container-->
-
-    <!--Gift Cards-->
-    <div class="container">
-      <h3 class="title text-center">Gift Cards</h3>
-      <div class="row is-table-row">
-        <div class="good col-md-6 col-sm-6">
-          <img src="img/products/fsf-card.png" alt="fsf card" class="center-block" />
-          <h5 class="text-center">FSF Membership Card</h5>
-
-          <!-- Buy/Download Button   -->
-          <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">
-          BUY
-          <!-- Begin Sale -->
-            <span class="sale">sale</span>
-          <!-- End Sale -->
-          </a>
-          <div class="collapse" id="sellers-card">
-            <div class="center-block seller-group">
-              <a href="#" class="seller action-button">Seller 1</a>
-              <a href="#" class="seller action-button">Seller 2</a>
-              <!-- Begin Sale Info -->
-              <div>
-                <p class="sale-info alert">
-                  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
-                  donated to the FSF!
-                </p>
-              </div>
-              <!-- End Sale Info -->
-            </div>
-          </div>
-
-          <script>
-            document.getElementById('get-item-card').style.display = '';
-          </script>
-          <noscript>
-              <div class="center-block seller-group">
-                <p style="color: #6b6b6b">
-                  <strong>Get it from</strong>
-                </p>
-                <a href="#" class="seller action-button">Seller 1</a>
-                <a href="#" class="seller action-button">Seller 2</a>
-                <!-- Begin Sale Info -->
-                <div>
-                  <p class="sale-info alert">
-                    <span class="sale" style="position:inherit">sale</span>
-                    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
-                    donated to the FSF!
-                  </p>
-                </div>
-                <!-- End Sale Info -->
-              </div>
-          </noscript>
-          <!-- End Buy/Download button -->
-          <ul class="pros">
-            <li>Join over 3,500 active members working to make a better world built on free software.</li>
-            <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>
-            <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>
-          </ul>
-
-        </div>
-        <!--End Good-->
-
-        <div class="bad col-md-6 col-sm-6">
-          <img src="img/products/itunes-blocked.png" alt="itunes" class="center-block fix-itunes" />
-          <h5 class="text-center">iTunes Cards</h5>
-          <ul class="cons">
-            <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.
-            </li>
-
-            <li> Apple claims (wrongly) that you don't actually own anything you buy from the iTunes store.</li>
-
-            <li> Requires proprietary software to use, even to download DRM-free music.</li>
-          </ul>
-        </div>
-        <!--End Bad-->
-      </div>
-      <!--End Row-->
-      <div class="alert alert-success center-block">
-        <li class="info">
-          <p>
-            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>
-          </p>
-        </li>
-      </div>
-    </div>
-    <!--End Container-->
-  </section>
-  <!--End comparisons-->
-
-  <!-- Begin Donations -->
-  <section class="charities" id="charities">
-    <div class="container">
-      <h1 class="text-center">Recommended organizations for holiday donations</h1>
-      <div class="row">
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="http://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
-        </div>
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="http://www.sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
-        </div>
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="http://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
-        </div>
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="http://www.creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
-        </div>
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="http://wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
-        </div>
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="http://www.softwarefreedom.org/"><img src="img/charities/sflc.png" alt="sflc" class="center-block img-responsive" /></a>
-        </div>
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="http://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
-        </div>
-        <div class="col-md-3 col-sm-4 col-xs-6">
-          <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
-        </div>
-      </div>
-    </div>
-  </section>
-  <!-- End Donations -->
-
-  <!-- Begin Licenses -->
-  <section class="licenses">
-    <div class="container">
-      <div class="row">
-        <div class="col-md-12">
-          <div class="panel-default">
-            <div class="panel-heading">
-              <h1 class="fix-margin">Licenses</h1>
-
-            </div>
-            <div class="panel-body" id="licenses">
-              <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>
-              </p>
-              <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>
-              <ul style="list-style: none inside none;">
-                <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
-                <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>
-                <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>
-                <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>
-                <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>
-                <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>
-                <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>
-                <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>
-                <li>The Amazon, iOS, YouTube, Google Drive and Adobe Photoshop and Illustrator logos are registered trademarks.</li>
-                <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>
-                <li>The Lenovo U31 image is copyright Lenovo.</li>
-                <li>The MakerBot logo is copyright MakerBot Industries.</li>
-                <li>The Least Authority logo is copyright Least Authority Enterprises.</li>
-              </ul>
-            </div>
-          </div>
-        </div>
-        <!-- End Panel -->
-      </div>
-      <!-- End Row -->
-    </div>
-    <!-- End Container -->
-  </section>
-  <!-- End Licenses   -->
-
-  <!--Begin Footer-->
-  <footer>
-    <div class="container-fluid">
-      <div class="row">
-        <div class="col-md-4 col-sm-4 footer-logo">
-          <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
-        </div>
-        <div class="col-md-8 col-sm-8">
-          <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
-            <a href="https://fsf.org/about">learn about our history and work.</a>
-          </p>
-          <p>Version 7.0. Copyright © 2004-2016
-            <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
-        Free Software Foundation
-        </a>, Inc.
-            <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
-          </p>
-        </div>
-      </div>
-      <!-- End Row -->
-    </div>
-    <!-- End Container -->
-  </footer>
-  <!-- End Footer -->
-
-  <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-  <script src="js/jquery-2.2.2.min.js" charset="utf-8"></script>
-  <!-- Include all compiled plugins (below), or include individual files as needed -->
-  <script src="js/bootstrap.min.js" charset="utf-8"></script>
-  <!-- Our JS -->
-  <script src="js/magic.js" charset="utf-8"></script>
-
-  <!-- Piwik -->
-  <script type="text/javascript">
-    // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
-    var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
-    document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
-    try {
-      var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
-      piwikTracker.trackPageView();
-      piwikTracker.enableLinkTracking();
-    } catch (err) {}
-    // @license-end
-  </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
-  <!-- End Piwik Tracking Code -->
-</body>
-
-</html>