SALE!
authorReda Lazri <the.red.shortcut@gmail.com>
Tue, 13 Sep 2016 16:53:46 +0000 (17:53 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Tue, 13 Sep 2016 16:53:46 +0000 (17:53 +0100)
css/master.css
givingguide.html
img/favicons/android-icon-192x192.png
img/favicons/favicon-96x96.png
img/products/gimp-inkscape.png

index 1dd5002f3f56404154103b113bdc0234d0dac14e..e23c7119f2227d61bd6ba6e9e81d5e47d609d327 100644 (file)
@@ -1,3 +1,8 @@
+html {
+    text-rendering: optimizeLegibility !important;
+    -webkit-font-smoothing: antialiased !important;
+}
+
 /*Bootstrap overrides*/
 .navbar {
   margin-bottom: 0;
@@ -93,7 +98,7 @@
   font-weight: 700;
   font-style: normal;
   font-family: "Open Sans Bold";
-      src: url('../fonts/opensans-bold-webfont-webfont.svg#open_sansbold') format('svg');
+  src: url('../fonts/opensans-bold-webfont-webfont.svg#open_sansbold') format('svg');
   src: url("../fonts/opensans-bold-webfont.eot");
   src: url("../fonts/opensans-bold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/opensans-bold-webfont.woff2") format('woff2'), url("../fonts/opensans-bold-webfont.woff") format('woff'), url("../fonts/opensans-bold-webfont.ttf") format('truetype');
 }
   font-weight: 600;
   font-style: normal;
   font-family: "Signika Bold";
-    src: url('../fonts/signika-bold-webfont-webfont.svg#signikabold') format('svg');
+  src: url('../fonts/signika-bold-webfont-webfont.svg#signikabold') format('svg');
   src: url("../fonts/signika-bold-webfont.eot");
   src: url("../fonts/signika-bold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/signika-bold-webfont.woff2") format('woff2'), url("../fonts/signika-bold-webfont.woff") format('woff'), url("../fonts/signika-bold-webfont.ttf") format('truetype');
 }
   font-weight: 100;
   font-style: normal;
   font-family: "Signika Light";
-      src: url('../fonts/signika-light-webfont-webfont.svg#signikalight') format('svg');
+  src: url('../fonts/signika-light-webfont-webfont.svg#signikalight') format('svg');
   src: url("../fonts/signika-light-webfont.eot");
   src: url("../fonts/signika-light-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/signika-light-webfont.woff2") format('woff2'), url("../fonts/signika-light-webfont.woff") format('woff'), url("../fonts/signika-light-webfont.ttf") format('truetype');
 }
   font-weight: 400;
   font-style: normal;
   font-family: "Signika Regular";
-      src: url('../fonts/signika-regular-webfont-webfont.svg#signikaregular') format('svg');
+  src: url('../fonts/signika-regular-webfont-webfont.svg#signikaregular') format('svg');
   src: url("../fonts/signika-regular-webfont.eot");
   src: url("../fonts/signika-regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/signika-regular-webfont.woff2") format('woff2'), url("../fonts/signika-regular-webfont.woff") format('woff'), url("../fonts/signika-regular-webfont.ttf") format('truetype');
 }
 
-html {
-    text-rendering: optimizeLegibility !important;
-    -webkit-font-smoothing: antialiased !important;
-}
-
 /*Text Styles*/
+
 h1 {
-  /*margin-top: 10px;*/
   margin-bottom: 20px;
   color: #4B423B;
   font-size: 35px;
@@ -192,15 +192,10 @@ section {
   padding-bottom: 30px;
 }
 
-/*Colorful Sections*/
-
-.smartphones  {
-  /*background-color: #80D4C9;*/
-}
-
-
 /*Header*/
+
 /*Navbar*/
+
 .icon-bar {
   transition: .3s all ease;
 }
@@ -240,7 +235,9 @@ section {
 .navbar-nav li a {
   border-bottom: 0;
 }
+
 /*Intro*/
+
 .intro,
 .intro-text {
   padding-top: 20px;
@@ -260,7 +257,9 @@ section {
   padding-bottom: 40px;
   background: #fff;
 }
+
 /*Actions*/
+
 .actions {
   background: #fffae5;
 }
@@ -287,7 +286,9 @@ section {
   background: #2caf8f;
   color: white;
 }
+
 /*Comparisons*/
+
 .title {
   margin-top: 40px;
   margin-bottom: 30px;
@@ -298,40 +299,22 @@ section {
 }
 
 .sale {
-  position: absolute;
-  top: 0;
-  left: 0;
   /*display: none; */ /* uncomment when needed*/
-  width: 0;
-  height: 0;
-  border-width: 100px 100px 0 0;
-  border-style: solid;
-  border-color: #0AD778 transparent transparent transparent;
-  color: #fff;
-}
-
-.sale-text {
   position: absolute;
-  top: -81px;
-  left: 4px;
+  top: -10%;
+  right: -20%;
+  padding: 1px 10px;
+  border-radius: 100px;
+  background-color: #0AD778;
   color: white;
   text-transform: uppercase;
-  font-weight: bold;
-  font-size: 20px;
-  transform: rotate(-45deg);
-}
-
-.rfy {
-  border-bottom: 0;
-  color: #fff;
-  text-decoration: underline;
-  text-transform: uppercase;
-  font-weight: 700;
-  font-size: 14px;
+  font-size: 15px;
+  font-family: "Open Sans";
 }
 
-.rfy-line {
-  background-image: none !important;
+.sale-info {
+    font-size: 15px;
+    color: gray;
 }
 
 .bad,
@@ -404,10 +387,7 @@ li.neutral {
 
 .get-item:active,
 .get-item:focus,
-.get-item:hover,
-.rfy:active,
-.rfy:focus,
-.rfy:hover {
+.get-item:hover {
   background: #6eadf5;
   color: white;
   text-decoration: none;
@@ -443,10 +423,6 @@ li.neutral {
 
 /*Recommended Lines*/
 
-.certified {
-  display: none;
-}
-
 .recommended-img img{
     width: 250px;
     height: 250px;
@@ -459,6 +435,7 @@ li.neutral {
   padding-bottom: 30px;
   background: #F5FFF7;
 }
+
 /*Charities*/
 .charities {
   margin-bottom: 0;
@@ -477,32 +454,18 @@ li.neutral {
   box-shadow: 0 0 0 transparent;
 }
 
-.lcs-col {
-  position:inherit;
-  margin: 0;
-}
-
-.lcs-col:before {
-   content:'Expand';
-   font-size: 16px;
-}
-
-.lcs-col[aria-expanded="true"]:before {
-    content:'Collapse';
-}
-
 .fix-margin {
   margin: 0;
 }
+
 /*Footer*/
 footer {
   padding-top: 30px;
-  /*padding-bottom: 30px;*/
   background-color: #4B423B;
 }
 
 footer p {
-  color: white;
+  color: #cdcac8;
   color: rgba(255,255,255,0.72);
 }
 
@@ -517,7 +480,7 @@ footer a:hover {
 
 .footer-logo {
   margin-bottom: 15px;
-  max-height: 220px;
+  max-height: 150px;
 }
 
 /* Media Queries */
@@ -590,7 +553,6 @@ footer a:hover {
     text-align: left;
   }
 
-
   .charities img {
     width: 80%;
     filter: brightness(0.39) contrast(150%) opacity(0.6) saturate(0);
@@ -703,4 +665,5 @@ footer a:hover {
     margin-top: 10px;
     width: 70%;
   }
+
 }
index 0aa9c61591db2176ea00d81ce390f61c88ef8b9c..bc5d303b259399eeac50feba22a4300742fc1828 100644 (file)
@@ -9,6 +9,12 @@
   <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">
       <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">
-
-          <!-- Begin Sale -->
-          <div class="sale">
-            <p class=sale-text>
-              Sale!
-            </p>
-          </div>
-          <!-- End Sale -->
-
-          <!-- Begin RFY -->
-          <!-- <a class="rfy" href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">RFY-Certified</a> -->
-          <!-- End RFY -->
-
           <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">
+          <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>
 
                 </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 -->
             <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>
-            <!-- <li class="rfy-line"><span class="label label-default"><a class="rfy" href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">RFY-Certified</a></span>
-            </li> -->
           </ul>
-
         </div>
         <!--End Good-->
 
         <!--End Bad-->
       </div>
       <!--End Row-->
-      <div class="alert alert-success ryf center-block">
+      <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>
   </section>
   <!--End comparisons-->
 
-  <!--More certified products-->
-  <section class="certified">
-    <div class="container">
-      <h1>More Products Certified to Respect Your Freedom</h1>
-      <div class="row">
-
-        <!-- Begin Certified -->
-        <div class="col-md-4 col-sm-4 col-xs-6">
-          <img src="img/products/mini-wifi.jpg" alt="mini-wifi" class="center-block img-responsive" />
-          <h5 class="text-center">Tehnoetic Mini Wi-Fi Adapter</h5>
-          <p>
-            Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.
-          </p>
-        </div>
-
-        <div class="col-md-4 col-sm-4 col-xs-6">
-          <img src="img/products/vpn.jpg" alt="vpn" class="center-block img-responsive" />
-          <h5 class="text-center">ThinkPenguin VPN Router</h5>
-          <p>
-            Designed to complement your existing router by providing an easy-to-set up VPN that enhances privacy and security and circumvents network controls.
-          </p>
-        </div>
-
-        <div class="col-md-4 col-sm-4 col-xs-6">
-          <img src="img/products/wifi-adapter.jpg" alt="wifi-adapter" class="center-block img-responsive" />
-          <h5 class="text-center">ThinkPenguin Long-Range Wi-Fi Adapter</h5>
-          <p>
-            More powerful than its smaller cousin, and can be further upgraded with a larger antenna.
-          </p>
-        </div>
-      </div>
-      <!-- End Row -->
-      <div class="row">
-        <div class="col-md-12">
-          <p class="alert alert-info"> If you have ideas for more gifts that can be given freely, submit your recommendations to our <a class="alert-link" href="http://libreplanet.org/wiki/Group:Giving_Guide_Suggestions">growing page.</a>
-        </div>
-        <div class="col-md-12">
-          <p class="alert alert-success">To learn more about which hardware supports free software and which doesn't, explore the community-run <a href="https://www.h-node.org/" class="alert-link">h-node database.</a></p>
-        </div>
-      </div>
-    </div>
-    <!--End Container-->
-
-  </section>
-  <!-- End Certified -->
-
   <!-- Begin Donations -->
   <section class="charities" id="charities">
     <div class="container">
index 1100077ee748ecfcc290fd642e7c3ec190d40c00..2c7a574b5be53bcbcfb815f657397d2b481253a9 100644 (file)
Binary files a/img/favicons/android-icon-192x192.png and b/img/favicons/android-icon-192x192.png differ
index 71b315b24657faaa8e0be62251b30e723ee70d86..e9f46944796296bacce8f0011b97d8b8bf584956 100644 (file)
Binary files a/img/favicons/favicon-96x96.png and b/img/favicons/favicon-96x96.png differ
index 3591ca746dac06ba1685eb8bf8a4a7a8db38fdbd..4a0638ea10c45ae732f120c3747ad607c4eebb65 100644 (file)
Binary files a/img/products/gimp-inkscape.png and b/img/products/gimp-inkscape.png differ