}
h4 {
- /*padding-top: 23px;*/
color: #9b9b9b;
font-size: 24px;
font-family: "Signika Light";
}
/*Recommended Lines*/
+.certified {
+ display: none;
+}
+
.recommended-img img{
width: 300px;
height: 300px;
.recommended-section {
padding-top: 30px;
padding-bottom: 30px;
+ background: #fffae5;
}
/*Charities*/
.charities {
}
.charities img {
- -webkit-filter: brightness(0.5) opacity(0.8) sepia(1);
- filter: brightness(10) opacity(0.8) sepia(1);
+ -webkit-filter: brightness(0.4) opacity(0.8) sepia(1);
+ filter: brightness(0.4) opacity(0.8) sepia(1);
-webkit-transition: .3s all ease;
-moz-transition: .3s all ease;
transition: .3s all ease;
- -moz-filter: brightness(0.5) opacity(0.8) sepia(1);
+ -moz-filter: brightness(0.4) opacity(0.8) sepia(1);
}
.charities img:hover {
/*Footer*/
footer {
padding-top: 30px;
- padding-bottom: 30px;
+ /*padding-bottom: 30px;*/
background-color: #4B423B;
}
margin-bottom: 15px;
max-height: 220px;
}
+
+.ornament {
+ margin-top: 20px;
+ height: 5px;
+ background: linear-gradient(90deg, #FFD429 15%, #2B81E3 15%, #2B81E3 30%,#2CAF8F 30%, #2CAF8F 45%, #F3FAFF 45%, #F3FAFF 60%, #0AD778 60%, #0AD778 75%, #D70A0A 75%, #D70A0A 85%);
+}
/* Media Queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.join {
display: none;
}
+
+ .recommended-section h5 {
+ text-align: left;
+ padding-left: 46px;
+ }
/*Footer*/
.footer-logo {
margin-bottom: 0;
</section>
<!--End Intro-->
- <!--Begin Actions-->
- <section class="actions">
- <div class="container">
- <div class="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/&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">
<!--End Container-->
<!-- Begin Recommended Template -->
- <div class="container recommended-section">
+ <div class="container-fluid recommended-section">
+ <h1 class="text-center">Products Certified to Respect Your Freedom</h1>
<div class="row">
- <div class="col-md-6 col-sm-6 recommended-img">
+ <div class="col-md-5 col-sm-6 recommended-img">
<img src="img/products/t400.png" alt="t400" class="center-block" />
</div>
- <div class="col-md-6 col-sm-6">
+ <div class="col-md-7 col-sm-6">
<h5 class="text-center">Minifree T400 with GNU/Linux</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>
</section>
<!-- End Certified -->
+
+ <!--Begin Actions-->
+ <section class="actions">
+ <div class="container">
+ <div class="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/&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 Donations -->
<section class="charities" id="charities">
<div class="container">
<!-- End Row -->
</div>
<!-- End Container -->
+ <div class="ornament"></div>
</footer>
<!-- End Footer -->