From b885618e6efeb85960bf2dedc887a92e3bd08424 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Fri, 3 Jan 2020 10:38:57 -0500 Subject: [PATCH] Change fundraiser modal window text. --- en/index.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/en/index.html b/en/index.html index 89df644..f4af696 100644 --- a/en/index.html +++ b/en/index.html @@ -251,18 +251,24 @@ href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
-

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

@@ -293,7 +299,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. @@ -309,9 +315,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 -- 2.25.1