From ee8d55a0a8e08cee6de8c16e43f0040143dbc31b Mon Sep 17 00:00:00 2001 From: Zak Rogoff <zak@fsf.org> Date: Wed, 2 Nov 2016 17:31:27 -0400 Subject: [PATCH] Changing action section a little and replacing Lorem Ipsum. --- givingguide.html | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/givingguide.html b/givingguide.html index 956e8f8..eb2968f 100644 --- a/givingguide.html +++ b/givingguide.html @@ -106,38 +106,37 @@ <!--End Intro--> <!--Begin Actions--> + <!-- The original format Reda Lazri designed for these actions was h2, p, button.--> <section class="actions" id="actions"> <div class="container"> <div class="row is-table-row"> - <!-- Begin Share --> + <!-- Begin Action --> <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> + <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">Share</a> + <p> + Use #givefreely. You might get a gift out of it! + </p> </div> - <!-- End Share --> + <!-- End Action --> - <!-- Begin Share --> + <!-- Begin Action --> <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> + <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Lead an event</a> + <p> + Print and distribute to holiday shoppers. + </p> + </div> - <!-- End Share --> + <!-- End Action --> - <!-- Begin Share --> + <!-- Begin Action --> <div class="action col-md-4 col-sm-4 text-center"> - <h2>Non-profit</h2> + <a class="action-button" href="#charities">Donate instead</a> <p> - Donating to a <a href="#charities">nonprofit</a> in someone's name is at least as meaningful as buying them an electronic device. + Help a free software organization, as a gift. </p> - <a class="action-button" href="#charities">Donate</a> </div> - <!-- End Share --> + <!-- End Action --> </div> <!-- End Row --> </div> -- 2.25.1