X-Git-Url: https://vcs.fsf.org/?p=fsf-giving-guide.git;a=blobdiff_plain;f=v11%2Fgivingguide.html;h=dfa718b9706f3af775fc8e2132b01e276b2d7121;hp=9f333587f6bf2121e6797ce583e34108046a0109;hb=1b54f53eb6fc8896f03feb892cf4d6de544ea865;hpb=e84a243b56ed16055cde313daf526607a1b17190 diff --git a/v11/givingguide.html b/v11/givingguide.html index 9f33358..dfa718b 100644 --- a/v11/givingguide.html +++ b/v11/givingguide.html @@ -98,7 +98,7 @@ - + @@ -132,6 +132,7 @@ float: right; width: 280px; padding-left: 20px; + color: #491e17; } #fsf-modal-window-elem-left-column { @@ -213,10 +214,10 @@ padding: 20px; border-style: solid; border-width: 5px; - border-color: #c44945; + border-color: #3a5b2c; border-radius: 20px; box-shadow: 0px 0px 10px #111111; - background-color: #fff2ab; + background-color: #fdf7b9; } #fsf-modal-window-elem-header { @@ -333,46 +334,39 @@
-

All aboard for software freedom!

+

Move freedom forward with a donation to the FSF!

-In our 35 year journey, free software has become a vital global movement for user freedom. +Without free software, we cannot and will not have a free society. We rely on donations from people like you, who use and appreciate our work. Fuel our journey forward, and help us reach our ultimate destination: full software freedom.

-Without free software, we cannot and will not have a free society. Your membership fuels the voyage forward, and will help us reach our ultimate destination: full software freedom. +Support us with a donation today, and help us maximize our summer fundraising goal by donating before July 19 – Every contribution will be matched dollar for dollar by our generous donors up to USD 11,000.

-

- -Join us today for $10/month ($5 for students) and help us reach our January 18 goal of 500 new associate members! - -

- -

Read more | Join

+

Read more | Join

-
-  Join +
+  Join
- -
-  Renew +
+  Renew
-
-  Donate +
@@ -386,10 +380,10 @@ Join us today for $10/month ($5 for students) and help us reach our January 18 g var startTime, endTime, switchTextTime; -startTime = new Date('2020-11-13T04:00:00Z'); -switchTextTime = new Date('2020-12-16T04:00:00Z'); +startTime = new Date('2021-06-15T04:00:00Z'); +switchTextTime = new Date('2021-08-17T04:00:00Z'); // endTime is unused. -endTime = new Date('2021-01-01T04:00:00Z'); +endTime = new Date('2021-08-17T04:00:00Z'); // Possibly switch the text that is displayed in the modal window, depending // upon the current date. @@ -405,9 +399,9 @@ function fsfModalWindowElemMaybeSwitchText () { // Switch text document.getElementById("fsf-modal-window-elem-text").innerHTML =' \ \ -

In our 35 year journey, free software has become a vital global movement for user freedom.<\/p>

Without free software, we cannot and will not have a free society. Your membership fuels the voyage forward, and will help us reach our ultimate destination: full software freedom.<\/p>

Join us today for $10\/month ($5 for students) and help us reach our January 18 goal of 500 new associate members!<\/p> \ +

Without free software, we cannot and will not have a free society. We rely on donations from people like you, who use and appreciate our work.<\/b> Fuel our journey forward, and help us reach our ultimate destination: full software freedom.<\/p>

Support us with a donation today, and help us maximize our summer fundraising goal by donating before July 19 \&ndash\; Every contribution will be matched dollar for dollar by our generous donors up to USD 11,000.<\/p> \ \ -

Read more<\/a> | Join<\/a><\/span><\/p>'; +

Read more<\/a> | Join<\/a><\/span><\/p>'; } // Show fsf-modal-window-elem if it has not been previously closed by @@ -418,7 +412,7 @@ function fsfModalWindowElemMaybeShow () { var pattern, noShowFsfModalWindowElementP, now; // See if cookie says not to show element - pattern = /showFsfFall2020FundraiserModalWindowElementP\s*=\s*false/; + pattern = /showFsfSpring2021FundraiserModalWindowElementP\s*=\s*false/; noShowFsfModalWindowElementP = pattern.test(document.cookie); //// Uncomment here to enable modal window hiding @@ -458,8 +452,8 @@ function fsfModalWindowElemDontShowForDays (forDays, hideNow) { if (hideNow === true) { fsfModalWindowElemHide(); } - //document.cookie = "showFsfFall2020FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays); - document.cookie = "showFsfFall2020FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays); + //document.cookie = "showFsfSpring2021FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays); + document.cookie = "showFsfSpring2021FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays); } // Hide the element from now to two weeks after closing it