From: Michael McMahon Date: Fri, 3 Jan 2020 15:41:36 +0000 (-0500) Subject: Change fundraiser modal window text. X-Git-Url: https://vcs.fsf.org/?p=fsf-giving-guide.git;a=commitdiff_plain;h=da88b8b6f112fe4682417b9b9884c901bf639ebe;hp=f772f57692d940d20ec4592b7ae3e0c3785d4f00;ds=sidebyside Change fundraiser modal window text. --- diff --git a/v10/givingguide.html b/v10/givingguide.html index 3d2453a..2064afb 100644 --- a/v10/givingguide.html +++ b/v10/givingguide.html @@ -335,18 +335,24 @@
-

Join us and make an impact!

+

Join us and make a difference!

-Our associate members are the heart of the FSF's commitment to a society where software respects our freedom and dignity. Every individual that takes a stand will help us reach our goal to welcome 600 new free software advocates by December 31st. +With your help, we can make this new decade one in which tools and devices will no longer control their users.

-

READ MORE | JOIN

+

+ +To ring in 2020, we're extending our offer for exclusive gifts to all new or renewing annual associate members until January 17th. + +

+ +

READ MORE | WATCH THE VIDEO

@@ -377,7 +383,7 @@ var startTime, endTime, switchTextTime; startTime = new Date('2019-11-18T04:00:00Z'); switchTextTime = new Date('2019-12-12T04:00:00Z'); -endTime = new Date('2020-01-01T04:00:00Z'); +endTime = new Date('2020-01-18T04:00:00Z'); // possibly switch the text that is displayed in the modal window, depending // upon the current date. @@ -393,9 +399,9 @@ function fsfModalWindowElemMaybeSwitchText () { // switch dbd text document.getElementById("fsf-modal-window-elem-text").innerHTML =' \ \ -

Our associate members are the heart of the FSF\'s commitment to a society where software respects our freedom and dignity. Every individual that takes a stand will help us reach our goal to welcome 600 new free software advocates by December 31st.<\/p> \ +

With your help, we can make this new decade one in which tools and devices will no longer control their users.<\/p>

To ring in 2020, we\'re extending our offer for exclusive gifts to all new or renewing annual associate members until January 17th.<\/p> \ \ -

READ MORE<\/a> | JOIN<\/a><\/span><\/p>'; +

READ MORE<\/a> | WATCH THE VIDEO<\/a><\/span><\/p>'; } // show fsf-modal-window-elem if it hasn't been previously closed by diff --git a/v9/givingguide.html b/v9/givingguide.html index 7c16343..8d481b9 100644 --- a/v9/givingguide.html +++ b/v9/givingguide.html @@ -335,18 +335,24 @@

-

Join us and make an impact!

+

Join us and make a difference!

@@ -377,7 +383,7 @@ var startTime, endTime, switchTextTime; startTime = new Date('2019-11-18T04:00:00Z'); switchTextTime = new Date('2019-12-12T04:00:00Z'); -endTime = new Date('2020-01-01T04:00:00Z'); +endTime = new Date('2020-01-18T04:00:00Z'); // possibly switch the text that is displayed in the modal window, depending // upon the current date. @@ -393,9 +399,9 @@ function fsfModalWindowElemMaybeSwitchText () { // switch dbd text document.getElementById("fsf-modal-window-elem-text").innerHTML =' \ \ -

Our associate members are the heart of the FSF\'s commitment to a society where software respects our freedom and dignity. Every individual that takes a stand will help us reach our goal to welcome 600 new free software advocates by December 31st.<\/p> \ +

With your help, we can make this new decade one in which tools and devices will no longer control their users.<\/p>

To ring in 2020, we\'re extending our offer for exclusive gifts to all new or renewing annual associate members until January 17th.<\/p> \ \ -

READ MORE<\/a> | JOIN<\/a><\/span><\/p>'; +

READ MORE<\/a> | WATCH THE VIDEO<\/a><\/span><\/p>'; } // show fsf-modal-window-elem if it hasn't been previously closed by