Remove fundraiser elements
authorMichael McMahon <michael@fsf.org>
Mon, 23 Jan 2023 18:57:07 +0000 (13:57 -0500)
committerMichael McMahon <michael@fsf.org>
Mon, 23 Jan 2023 18:57:07 +0000 (13:57 -0500)
40 files changed:
en/confirmation.html
en/index.html
en/infographic.html
en/next_steps.html
en/workshops.html
es/confirmation.html
es/index.html
es/infographic.html
es/next_steps.html
es/workshops.html
fr/confirmation.html
fr/index.html
fr/infographic.html
fr/next_steps.html
fr/workshops.html
missing/confirmation.html
missing/index.html
missing/infographic.html
missing/next_steps.html
missing/workshops.html
ru/confirmation.html
ru/index.html
ru/infographic.html
ru/next_steps.html
ru/workshops.html
sq/confirmation.html
sq/index.html
sq/infographic.html
sq/next_steps.html
sq/workshops.html
tr/confirmation.html
tr/index.html
tr/infographic.html
tr/next_steps.html
tr/workshops.html
zh-hans/confirmation.html
zh-hans/index.html
zh-hans/infographic.html
zh-hans/next_steps.html
zh-hans/workshops.html

index 1d1f935c04abda3cc5b2c2ca4eaccb4b5d5b9cc2..4956752b9fed0f1e6065054536564aad035d7e22 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <header class="row centered" id="header"><div>
index 26a8757cf4bd293ba2038c7ba1cdea4964cc383d..6692ab0502bb831d2d5c096e466b2d6b7a83f5ce 100644 (file)
@@ -14,407 +14,12 @@ self-defense in 40 minutes with GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
-       
+<body>
+
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
-            <link type="text/css" rel="stylesheet" href="https://static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
-            <style>
-#fsf-modal-window-elem-container div {
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
-}
-
-@media screen and (min-width: 700px) {
-  #fsf-modal-window-elem-outer-v-center {
-    display: table;
-    position: absolute;
-    height: 100%;
-    width: 100%;
-  }
-
-  #fsf-modal-window-elem-inner-v-center {
-    display: table-cell;
-    vertical-align: middle;
-  }
-
-  #fsf-modal-window-elem {
-    width: 687px;
-    margin-left: auto;
-    margin-right: auto;
-  }
-
-  #fsf-modal-window-elem-right-column {
-    float: right;
-    width: 280px;
-    padding-left: 20px;
-    color: #002047;
-  }
-
-  #fsf-modal-window-elem-left-column {
-    width: 100%;
-    float: left;
-    margin-right: -280px;
-  }
-
-  #fsf-modal-window-elem-text {
-    margin-right: 280px;
-  }
-}
-
-@media screen and (max-width: 699px) {
-  #fsf-modal-window-elem {
-    -ms-box-orient: horizontal;
-    display: -webkit-box;
-    display: -moz-box;
-    display: -ms-flexbox;
-    display: -moz-flex;
-    display: -webkit-flex;
-    display: flex;
-    -webkit-flex-flow: row wrap;
-    flex-flow: row wrap;
-  }
-
-  #fsf-modal-window-elem {
-    width: 80vw;
-    margin-left: 10vw;
-    margin-right: 10vw;
-    margin-top: 40px;
-    margin-bottom: 40px;
-  }
-
-  #fsf-modal-window-elem-right-column {
-    width: 100%;
-    order: 1;
-  }
-
-  #fsf-modal-window-elem-left-column {
-    width: 100%;
-    order: 2;
-  }
-
-  #fsf-modal-window-elem-text {
-    margin-top: 20px;
-  }
-}
-
-@media screen and (max-width: 360px) {
-  .long-button-text {
-    font-size: 25px !important;
-  }
-}
-
-#fsf-modal-window-elem-container {
-  position: fixed;
-  z-index: 10000;
-  left: 0;
-  top: 0;
-  width: 100%;
-  height: 100%;
-  overflow: auto;
-  background-color: rgba(0,0,0,0.8);
-  font-weight: normal;
-}
-
-#fsf-modal-window-elem a, a:active, a:focus {
-  outline: none;
-  border-bottom: 0px;
-}
-
-#fsf-modal-window-elem {
-  overflow: auto;
-  padding: 20px;
-  border-style: solid;
-  border-width: 5px;
-  border-color: #720000;
-  border-radius: 20px;
-  box-shadow: 0px 0px 10px #111111;
-  background-color: #e2c6a5;
-}
-
-#fsf-modal-window-elem-header {
-  width: 100%;
-}
-
-#fsf-modal-window-elem-header h2 {
-  font-family: sans-serif,"Helvetica",Arial;
-  font-weight: bold;
-  font-size: 24px;
-  color: #002047;
-  padding-bottom: 20px;
-  margin-top: 0px;
-  margin-bottom: 0px;
-  border: none;
-}
-
-#fsf-modal-window-elem-close-button {
-  float: right;
-  height: 40px;
-  margin-right: -20px;
-  margin-top: -20px;
-  padding: 11px;
-  color: #888;
-  cursor: pointer;
-}
-
-#fsf-modal-window-elem-close-button:hover {
-  color: #aaf;
-}
-
-#fsf-modal-window-elem-right-column {
-  text-align: center;
-  -webkit-user-select: none;
-     -moz-user-select: none;
-      -ms-user-select: none;
-          user-select: none;
-}
-
-#fsf-modal-window-elem-buttons div {
-  height:53.333px;
-  line-height: 53.333px;
-  margin-left:auto;
-  margin-right:auto;
-  display:block;
-}
-
-#fsf-modal-window-elem-buttons a {
-  width: 100%;
-  display: block;
-  text-align: center;
-  font-size:35px;
-  color:#002047;
-  text-decoration: none;
-  font-family: sans-serif,"Helvetica",Arial;
-  font-weight: normal;
-}
-
-#fsf-modal-window-elem-maybe-later {
-  margin-top: 5px;
-  margin-bottom: -5px;
-}
-
-#fsf-modal-window-elem-maybe-later a {
-  color: #367c93;
-  line-height: 20px;
-  text-decoration: none;
-  cursor: pointer;
-  font-weight: normal;
-  font-family: sans-serif,"Helvetica",Arial;
-  font-size: 16px;
-}
-
-#fsf-modal-window-elem-text a {
-  color: #002047;
-  font-weight: 700;
-  text-decoration: none;
-}
-
-#fsf-modal-window-elem-text a:hover {
-  color: #fd8e1b;
-}
-
-#fsf-modal-window-elem-text a:focus {
-  color: #fd8e1b;
-}
-
-#fsf-modal-window-elem-text a:active {
-  color: #ffac30;
-}
-
-#fsf-modal-window-elem-text p {
-  font-family: sans-serif,"Helvetica",Arial;
-  font-size: 17px;
-  font-weight: normal;
-  margin: 0px 0px 10px 0px;
-  line-height: 20px;
-  color: #002047;
-}
-            </style>
-            <div id="fsf-modal-window-elem-container" style="display: none;">
-                <div id="fsf-modal-window-elem-outer-v-center">
-                    <div id="fsf-modal-window-elem-inner-v-center">
-                        <div id="fsf-modal-window-elem">
-                            <div id="fsf-modal-window-elem-header">
-                                <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
-                                    <i class="fa fa-close">&#8203;</i>
-                                </div>
-                                <h2>Defend the freedom to share!</h2>
-                            </div>
-                            <div id="fsf-modal-window-elem-left-column">
-                                <div id="fsf-modal-window-elem-text">
-
-<p>
-
-Consider the presence of software in your life and how so much of what we do depends upon the works of others. This is why the freedom to share is at the core of the FSF's work. We can only truly foster free software, free documentation, and free cultural works for users around the world if we have the ability to share.
-
-</p>
-
-<p>
-
-Join us today for $10/month ($5 for students), and help us reach our goal of 455 new associate members by January 20!
-
-</p>
-
-<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall22&mtm_source=modal">Read more</a> | <a href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal">Join</a></span></p>
-
-                                </div>
-                            </div>
-                            <div id="fsf-modal-window-elem-right-column">
-                                <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px;box-shadow: 5px 0 5px -6px #002047, -5px 0 5px -6px #002047;">
-                                    <div style="background-color:#720000; border-top-right-radius: 20px; border-top-left-radius: 20px;">
-                                      <a style="text-shadow: 0px 0px 4px #ffe6b4;" href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
-                                    </div>
-
-                                    <div style="background-color:#e2c6a5;">
-                                      <a href="https://my.fsf.org/renew?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh">&nbsp;</i>Renew</a>
-                                    </div>
-
-                                    <div style="background-color:#da9d4d; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
-                                      <a style="text-shadow: 0px 0px 4px #ffe6b4;" href="https://my.fsf.org/donate?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money">&nbsp;</i>Donate</a>
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-                <script>
-// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0
-
-// Licensed GPLv3-or-later by Andrew Engelbrecht
-
-var startTime, endTime, switchTextTime;
-
-startTime = new Date('2022-11-13T04:00:00Z');
-switchTextTime = new Date('2023-12-12T04:00:00Z');
-// endTime is unused.
-endTime = new Date('2023-12-17T04:00:00Z');
-
-// Possibly switch the text that is displayed in the modal window, depending
-// upon the current date.
-function fsfModalWindowElemMaybeSwitchText () {
-
-    var now;
-
-    now = new Date();
-    if (now.getTime() < switchTextTime.getTime()) {
-        return; // Do not switch the text
-    }
-
-    // Switch text
-    document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
-\
-<p>Consider the presence of software in your life and how so much of what we do depends upon the works of others. This is why the freedom to share is at the core of the FSF\'s work. We can only truly foster free software, free documentation, and free cultural works for users around the world if we have the ability to share.<\/p><p>Join us today for \$10\/month \(\$5 for students\), and help us reach our goal of 455 new associate members by January 20!<\/p> \
-\
-<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall22&mtm_source=modal">Read more<\/a> |  <a href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal">Join<\/a><\/span><\/p>';
-}
-
-// Show fsf-modal-window-elem if it has not been previously closed by
-// the user, nor recently hit "maybe later",
-// and the campaign is still happening
-function fsfModalWindowElemMaybeShow () {
-
-    var pattern, noShowFsfModalWindowElementP, now;
-
-    // See if cookie says not to show element
-    pattern = /showFsf202211FundraiserModalWindowElementP\s*=\s*false/;
-    noShowFsfModalWindowElementP = pattern.test(document.cookie);
-
-//// Uncomment here to enable modal window hiding
-    if (!noShowFsfModalWindowElementP) {
-        setTimeout(function () {
-            // display the element
-            document.getElementById("fsf-modal-window-elem-container").style.display="block";
-        }, 0);
-    }
-}
-
-// Call this first to set the proper text.
-fsfModalWindowElemMaybeSwitchText();
-// Check if appeal is the url.
-if (window.location.href.indexOf("appeal") == -1) {
-  // Call this right away to avoid flicker.
-  fsfModalWindowElemMaybeShow();
-}
-
-// Get the time `plusDays` in the future.
-// This can be a fraction.
-function daysInFuture (plusDays) {
-    var now, future;
-
-    now = new Date();
-    future = new Date(now.getTime() + Math.floor(1000 * 60 * 60 * 24 * plusDays));
-    return future.toGMTString();
-}
-
-// Hide the fsf-modal-window-elem
-function fsfModalWindowElemHide () {
-    document.getElementById("fsf-modal-window-elem-container").style.display="none";
-}
-
-// Optionally hide elem and set a cookie to keep the fsf-modal-window-elem hidden for the next `forDays`.
-function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
-    if (hideNow === true) {
-        fsfModalWindowElemHide();
-    }
-    //document.cookie = "showFsf202211FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
-    document.cookie = "showFsf202211FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays);
-}
-
-// Hide the element from now to two weeks after closing it
-function fsfModalWindowElemDontShowForAWhile () {
-  fsfModalWindowElemDontShowForDays(7, true);
-}
-
-// Keep the element visible for now, but do not show it for a while
-function fsfModalWindowElemFollowedLink () {
-  fsfModalWindowElemDontShowForDays(14, false);
-}
-
-// Check if visiting appeal page.
-if (window.location.href.indexOf("appeal") > -1) {
-  fsfModalWindowElemDontShowForAWhile();
-}
-
-// Close popup if user clicks trasparent part
-document.getElementById("fsf-modal-window-elem-container").addEventListener("click", function(event){
-  fsfModalWindowElemDontShowForAWhile();
-});
-
-// Do not close popup if clicking non-trasparent part (with the text and buttons)
-document.getElementById("fsf-modal-window-elem").addEventListener("click", function(event){
-  event.stopPropagation();
-});
-
-// Close popup if user clicks X icon
-document.getElementById("fsf-modal-window-elem-close-button").addEventListener("click", function(event){
-  fsfModalWindowElemDontShowForAWhile();
-});
-
-// Disable popup if user clicks one of the main buttons
-document.getElementById("fsf-modal-window-elem-buttons").addEventListener("click", function(event){
-  fsfModalWindowElemFollowedLink();
-});
-
-// Disable popup if user clicks one of the "Read more" link
-document.getElementById("fsf-modal-window-text-link").addEventListener("click", function(event){
-  fsfModalWindowElemFollowedLink();
-});
-
-// Close popup if user presses escape key
-window.addEventListener("keydown",  function  (event)  {
-    switch  (event.key)  {
-        case  "Escape":
-            fsfModalWindowElemDontShowForAWhile();
-            break;
-        default:
-            return;
-    }
-},  true);
-// @license-end
-                </script>
-            </div>
+
 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
 <header class="row" id="header"><div>
 
index ab1bb2a500331f7ba55d55639b09eff611f85a91..68ad98d274cdd76f30a2c2f791c5706864e4fb0d 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <header class="row centered" id="header"><div>
index 973850b24c8b5d2e1429f5cb31e8b84749970f36..33582593f4a391bb04d9b182f90a61c4b4475f0a 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
index 72a9427e23bbdcc4b3dfd663267754e9bb121bfa..a94f66ad28fd5b859ff872b5f6490662352f4d01 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
index b1493b455e4e1a32a9c05f17c132517723742e82..f6d48ecf4df43296ad181fa35a8bfc23f0008661 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 8aed54749d8e557ff2904e45f66954131914bf6d..84da0cb4a671ad7fddd07b16bd6cd3e704288b45 100644 (file)
@@ -15,7 +15,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 235d8a8cd485c9cc66d5a305ce8680c12f7ee402..f16e74a8b045ab4ba3d53eb31b39754a50efa6cf 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 9ec8b8caebeade5aea5d68ba7e03faef51a4c849..9309862c392554e3abf91282b52c3d4d93bcab4d 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 52003f670157ec8011e3260fe8951b9f7d4545a8..bce9dae653dd9e78cad3e1870dc096f14367f136 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 5d9c75365cf035da05f629c17b6a19b82ad3b8ee..6db3a741165bacf22758589f56712a95d33d5bec 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 74d64788dbb6c378beebfc390ac971da411286d7..e820e576e9f357a586cc784afdb20483e412918c 100644 (file)
@@ -14,7 +14,7 @@ apprendra à vous défendre avec GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 33f9451397eee697ff6a3c9542e92941d4d1b4e4..44a2b5d51427d3a4907e1d54ed28655c6a2220b2 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 83efc5cf67aae85edf8e90deea1ffd2c38393950..7dda393fa5aacb5df465807acc2edd0546ceb933 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 7d253a0490c6731812c6fb5ba6317cebc7fb288a..ad214551a69f8e5a314c6d5382268b5ce09df78b 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 2d45591866c148d3ba8225e23617feb7c7f66345..9b09c5df4d27720c0e01aa807fb8f291a363a281 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
index 79b935e25f3a92b96ddc03682566e316e0d7e9ae..0723b8c1ce3b59f4faa92d0e25399e97ae2ce2af 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
index 2d45591866c148d3ba8225e23617feb7c7f66345..9b09c5df4d27720c0e01aa807fb8f291a363a281 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
index 2d45591866c148d3ba8225e23617feb7c7f66345..9b09c5df4d27720c0e01aa807fb8f291a363a281 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
index 2d45591866c148d3ba8225e23617feb7c7f66345..9b09c5df4d27720c0e01aa807fb8f291a363a281 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
index bbc37117adb93e96820dcdce7bc2873241842a47..8302b4c51a003ac509fb0ac34f57c2490067c12e 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 14e20b2719c7b2bf335eee148bfb1019ed4392d2..9191cc6144a970b0cf4bc99dc515a6be369e3e2a 100644 (file)
@@ -13,7 +13,7 @@
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index a9be1c29e1ed7e5061c8620850bae53c00b57bac..598ba37650d73c6fa40d2fc9dd5b316cbcd512d5 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 1dec504d452ec0bf72b827005832ca859df2bd83..bfa93a1f38e01d0300e386056ca69f017615cdcf 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index e4640267a88bc5115decb802854b6c6eab095700..e9699912253c550944d82fccfcbb019788d5a860 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 8f0bbe657ab6d0ae7800b6691d83ced8cb019429..ed416f6f5062184eb28af58daa9fbae12f84f8d2 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index b7cd56352949bb296cd1fabde4b26b340a584392..ccc13dfac66664be8f298892abbb368cac0220f8 100644 (file)
@@ -13,7 +13,7 @@ GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 4a2b4289592b3a231bd611763b8f2b135af9c63c..611a9476246749fdffc65fc8b9beab7cfa68b121 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 2f2fefc3cc843f93746b407853ca032a932f0fb9..d061168880b3d8b5bd57b7883d7602d956fd530d 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index efa5e93a1ec5af869df0c62cd20870f1ac81c923..dcc3947b018d255337138c37ed422ac072a3c01f 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 2bea2be972fe482179a12edeb2771c3d9201f44b..d55ecdd7d034e2df5db6d4a4561a5d11b8e6ff54 100644 (file)
@@ -13,7 +13,7 @@ eder. Bu rehberle 40 dakikada GnuPG yardımıyla e-posta öz savunmayı
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 8b188d9a077dc0f1100523de6f7e7811978ec66a..696b52b4b151577ff56bc7b21b7da7f87a0e518d 100644 (file)
@@ -12,7 +12,7 @@ eder. Bu rehberle 40 dakikada GnuPG yardımıyla e-posta öz savunmayı
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 52fb1d8ca36537676a4fb8f4e40568842573576f..7bd5c9b85a64d6acb32245c337017f947827ac77 100644 (file)
@@ -13,7 +13,7 @@ eder. Bu rehberle 40 dakikada GnuPG yardımıyla e-posta öz savunmayı
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index da30f5528f25317601af5542510d4a1e2feab398..da24001cfa22d7aea59042c60c9e504280a113e7 100644 (file)
@@ -13,7 +13,7 @@ eder. Bu rehberle 40 dakikada GnuPG yardımıyla e-posta öz savunmayı
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 3bdcb32ab4d7e9a0fa3868dda14f5d6e3bd2b190..1637b8c181a00eb149b3cd0bb2d4029b5ba4da0f 100644 (file)
@@ -13,7 +13,7 @@ eder. Bu rehberle 40 dakikada GnuPG yardımıyla e-posta öz savunmayı
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index e9219d6f89ded6a445d7a10b7bee783467f5a1fb..cdd4896c5e28f8e15e6e33ab61edbe68270c84c6 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 73724965e4c8d7034aa6ae753b3ddd4a6c48ded5..e0c3e26c87c58c8f65d72b5edcbb0b7523907246 100644 (file)
@@ -11,7 +11,7 @@
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index a302a93a21ad6d321fd9492de9da9382525f9e57..45abb366b358e426a7bb37c2603f6c3df44bb45d 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 8ac11cfe4d1e23154df0c4e0eede5d093c179c89..b106b2f22826c6f769ffcc49774afda89c571618 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>
 
 
 
index 416eff376bcf5be4efd0cce57401e7482ae27690..c52ec7a078e7025aecc2d1d8f6114add7285c618 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body>