From: Reda Lazri <the.red.shortcut@gmail.com> Date: Tue, 13 Sep 2016 10:36:20 +0000 (+0100) Subject: Fix recommended X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=30c6be907b51e3d6113df1453d70872b227ec65a;p=fsf-giving-guide.git Fix recommended --- diff --git a/css/master.css b/css/master.css index 154af47..c10b9e0 100644 --- a/css/master.css +++ b/css/master.css @@ -285,6 +285,7 @@ section { /*Comparisons*/ .title { margin-top: 40px; + margin-bottom: 30px; padding-bottom: 8px; background-image: url("../img/underline.svg"); background-position: center bottom; @@ -295,7 +296,7 @@ section { position: absolute; top: 0; left: 0; - /*display: none; */ /* Remove when using*/ + /*display: none; */ /* uncomment when needed*/ width: 0; height: 0; border-width: 100px 100px 0 0; @@ -442,8 +443,8 @@ li.neutral { } .recommended-img img{ - width: 300px; - height: 300px; + width: 250px; + height: 250px; } .recommended-section { diff --git a/givingguide.html b/givingguide.html index e6b0d4f..e9a0bdc 100644 --- a/givingguide.html +++ b/givingguide.html @@ -220,13 +220,13 @@ <!-- Begin Recommended Template --> <div class="container-fluid recommended-section"> - <h1 class="text-center">Wi-Fi adapter</h1> + <!-- <h1 class="text-center"></h1> --> <div class="row"> <div class="col-md-5 col-sm-6 recommended-img"> - <img src="img/products/wifi-adapter.jpg" alt="Tehnoetic Mini" class="center-block" /> + <img src="img/products/wifi-adapter.png" alt="Tehnoetic Mini" class="center-block" /> </div> <div class="col-md-7 col-sm-6"> - <h5 class="text-center">Tehnoetic Mini</h5> + <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> diff --git a/img/products/mini-wifi.jpg b/img/products/mini-wifi.jpg deleted file mode 100644 index 3d31ae9..0000000 Binary files a/img/products/mini-wifi.jpg and /dev/null differ diff --git a/img/products/vpn.jpg b/img/products/vpn.jpg deleted file mode 100644 index f2f727e..0000000 Binary files a/img/products/vpn.jpg and /dev/null differ diff --git a/img/products/wifi-adapter.jpg b/img/products/wifi-adapter.jpg deleted file mode 100644 index ed82c42..0000000 Binary files a/img/products/wifi-adapter.jpg and /dev/null differ diff --git a/img/products/wifi-adapter.png b/img/products/wifi-adapter.png new file mode 100644 index 0000000..fad46ae Binary files /dev/null and b/img/products/wifi-adapter.png differ