Add banner and modal window live
authorMichael McMahon <michael@fsf.org>
Mon, 24 Jun 2024 19:40:34 +0000 (15:40 -0400)
committerMichael McMahon <michael@fsf.org>
Mon, 24 Jun 2024 19:40:34 +0000 (15:40 -0400)
50 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
it/confirmation.html
it/index.html
it/infographic.html
it/next_steps.html
it/workshops.html
missing/confirmation.html
missing/index.html
missing/infographic.html
missing/next_steps.html
missing/workshops.html
pl/confirmation.html
pl/index.html
pl/infographic.html
pl/next_steps.html
pl/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 4956752b9fed0f1e6065054536564aad035d7e22..43f626eca760c048aaba0c9fca36c5bab3f68224 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 9c6d87852ceb97f1cbf2ed545ffac69b1c3e9403..12eda1e9cf34f0b1b3a18f307fa162bb1d7cb14f 100644 (file)
@@ -14,12 +14,432 @@ self-defense in 40 minutes with GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 <!--<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 -->
 
+            <!-- Begin fsf-modal-window-elem campaign element -->
+            <link type="text/css" rel="stylesheet" href="//static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
+            <!-- Absolute link. -->
+            <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; /* Text */
+  }
+
+  #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;
+  color: #fff; /* Text */
+}
+
+#fsf-modal-window-elem {
+  overflow: auto;
+  padding: 20px;
+  border-style: solid;
+  border-width: 5px;
+  border-color: #0065ff; /* Border */
+  border-radius: 20px;
+  box-shadow: 0px 0px 10px #111111;
+  background-color: #1d0c3b; /* Background */
+}
+
+#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: #fdd538; /* Header Text */
+  text-shadow: 0px 0px 8px #00378c; /* Header Text Shadow */
+  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; /* Close button */ /* Text */
+  cursor: pointer;
+}
+
+#fsf-modal-window-elem-close-button:hover,
+#fsf-modal-window-elem-text a:hover,
+#fsf-modal-window-elem-text a:focus,
+#fsf-modal-window-elem-text a:active {
+  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: #fff; /* Text */
+  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; /* Text */
+  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: #fdd538; /* Text */
+  font-weight: 700;
+  text-decoration: none;
+}
+
+#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: #fff; /* Text */
+}
+
+            </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>We need your help!</h2>
+                    </div>
+                    <div id="fsf-modal-window-elem-left-column">
+                      <div id="fsf-modal-window-elem-text">
+
+<p>
+  Like many organizations, the FSF is suffering from inflation. Operational
+  costs have risen and revenue has not kept up, because people all over the
+  world are going through the same challenges as we are. The FSF has an
+  important role to play for computer users globally for years to come, and we
+  still have a lot of work to do.
+</p>
+
+<p>
+  Can you support our efforts by joining the FSF as an associate member for
+  only $12/month ($6 for students), introducing a friend to free software, or
+  gifting a membership?
+</p>
+
+<p>
+  By supporting us today, you help secure the future of software freedom!
+</p>
+
+<p><span id="fsf-modal-window-text-link"><a href="https://my.fsf.org/join?mtm_campaign=spring24&mtm_source=modal">Join</a> | <a href="https://www.fsf.org/appeal?mtm_campaign=spring24&mtm_source=modal">Convince a friend</a> | <a href="https://my.fsf.org/gift-a-membership?mtm_campaign=spring24&mtm_source=modal">Gift a membership</a></span></p>
+
+                      </div>
+                    </div>
+                    <div id="fsf-modal-window-elem-right-column">
+                      <!-- Keep these styles inline because they are copied to the appeal page. -->
+                      <div id="fsf-modal-window-elem-buttons"
+                        style="border-radius: 20px;box-shadow: 5px 0 5px -6px #0c2b2b, -5px 0 5px -6px #0c2b2b;">
+                        <div class="join" style="background-color:#3498DB; border-top-right-radius: 20px; border-top-left-radius: 20px;">
+                          <a style="color:#fdd538;text-shadow: 0px 0px 4px #2670a1;"
+                            href="https://my.fsf.org/join?mtm_campaign=spring24&mtm_source=modal"
+                            onclick="//fsfModalWindowElemFollowedLink();">
+                            <i class="fa fa-check-circle">&nbsp;</i>Join
+                          </a>
+                        </div>
+
+                        <div class="renew" style="background-color:#2ecc71;">
+                          <a style="color: #FFF;text-shadow: 0px 0px 8px #219452;"
+                            href="https://my.fsf.org/renew?mtm_campaign=spring24&mtm_source=modal"
+                            onclick="//fsfModalWindowElemFollowedLink();">
+                            <i class="fa fa-refresh">&nbsp;</i>Renew
+                          </a>
+                        </div>
+
+                        <div class="donate"
+                          style="background-color:#1abc9c; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
+                          <a style="text-shadow: 0px 0px 4px #138c74;"
+                            href="https://my.fsf.org/donate?mtm_campaign=spring24&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 GPL-3.0-or-later by Andrew Engelbrecht.
+
+var startTime, endTime, switchTextTime;
+
+startTime = new Date('2024-06-08T04:00:00Z');
+switchTextTime = new Date('2024-07-30T04:00:00Z');
+// Turning this off for now.
+
+// endTime is unused.
+// endTime = new Date('2024-07-29T04: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>Like many organizations, the FSF is suffering from inflation. Operational costs have risen and revenue has not kept up, because people all over the world are going through the same challenges as we are. The FSF has an important role to play for computer users globally for years to come, and we still have a lot of work to do.<\/p> \
+\
+<p>Can you support our efforts by joining the FSF as an associate member for only \$12/month (\$6 for students), introducing a friend to free software, or gifting a membership?<\/p> \
+\
+<p>By supporting us today, you help secure the future of software freedom!<\/p> \
+\
+<p><span id="fsf-modal-window-text-link"><a href="https://my.fsf.org/join?mtm_campaign=spring24&mtm_source=modal">Join<\/a> | <a href="https://www.fsf.org/appeal?mtm_campaign=spring24&mtm_source=modal">Convince a friend<\/a> | <a href="https://my.fsf.org/gift-a-membership?mtm_campaign=spring24&mtm_source=modal">Gift a membership<\/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 = /showFsf202406FundraiserModalWindowElementP\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 = "showFsf202406FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays);
+}
+
+// Hide the element for one week after closing it.
+function fsfModalWindowElemDontShowForAWhile () {
+  fsfModalWindowElemDontShowForDays(7, true);
+}
+
+// Keep the element visible for now, but do not show it for two weeks.
+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>
+            <!-- End fsf-modal-window-elem campaign element -->
+
 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
 <header class="row" id="header"><div>
 
index 68ad98d274cdd76f30a2c2f791c5706864e4fb0d..76d5d3c3ae26fd2c77b16a252a116ee274c8c842 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 33582593f4a391bb04d9b182f90a61c4b4475f0a..a5121ba338ffc87b9f3b40b16bd45a01aec7dce4 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 64129707982bf09f1ffe2c827c5cce652f6f149c..0cc829411f9b5ce6888246454544d248dbcf88c5 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 f6d48ecf4df43296ad181fa35a8bfc23f0008661..993e63db2e64c83007e273104222cd227fbf20a4 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index b8bd24f0b06bf15ab60ee885b92c8d5c1a3fef9c..038f535c2611d363f3ebc6b0a22d8f2993c16fc7 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>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index f16e74a8b045ab4ba3d53eb31b39754a50efa6cf..774be154fa32eac20c981c6d5fba5b8efff90f70 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 9309862c392554e3abf91282b52c3d4d93bcab4d..dad95838fd93b3d7f87cbeb0c888459ce880dc36 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index d8363e1c500a2fa192059003ab0f25eb21f56e3c..3902aeb350f67789127efb0f17e01ece1bb1b9c8 100644 (file)
@@ -16,7 +16,7 @@ personal del correo electrónico en 40 minutos con GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 6db3a741165bacf22758589f56712a95d33d5bec..d027a9fcdd86bfad0a6c5ff39a808790ecd9c88d 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 74d474a3ddaaaac0f49620bb865fb744bf3b4500..264a42b67e5b794dc7eafe2291d872ff11ac473c 100644 (file)
@@ -14,7 +14,7 @@ apprendra à vous défendre avec GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 44a2b5d51427d3a4907e1d54ed28655c6a2220b2..bcc92ff11a787e33b1368398fba257a580f6b513 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index ad4aba4e3c444ef33b4045b98e06854878fb87c0..7b7d3fc386927d98a14fc0d47d6788ff308462d3 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index aa736e62a8d728b849381ea7c16fdc2a3e17ea81..c809e478d2bd6323635e652e44b681291d36e193 100644 (file)
@@ -15,7 +15,7 @@ apprendra à vous défendre avec GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 172a1107b72c01303c0e6fd1a16729c9e0bdfad1..05359ef5341963c0c3213c193d615542a83ff99b 100644 (file)
@@ -15,7 +15,7 @@ tue email in 40 minuti usando GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 695446574210877957279e5dfe4e7b44638b459b..d02e5ba62e88ce46bb08e6fd2aa9e103184abdc9 100644 (file)
@@ -14,7 +14,7 @@ tue email in 40 minuti usando GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index fc735a94184d0413c3b990c0689cc197285524ea..959dfc4b555a603026e0029da1dcfb0ca43d00a8 100644 (file)
@@ -15,7 +15,7 @@ tue email in 40 minuti usando GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index dda677d01d630ff5aa38f6dbdde556cc83e43421..8a11d007877658d69b6319e8af0b42b7dca4fb96 100644 (file)
@@ -15,7 +15,7 @@ tue email in 40 minuti usando GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index af883b1cd5ba98224fdae1ae43e14818bc7137bd..a9aa8cf30f2da87219b56897eee75b26d1834d58 100644 (file)
@@ -15,7 +15,7 @@ tue email in 40 minuti usando GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 9b09c5df4d27720c0e01aa807fb8f291a363a281..11c5aa69c5893892997a90bef6111175010b77c4 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 0723b8c1ce3b59f4faa92d0e25399e97ae2ce2af..916f703fd8b899850c44940a833b8d8aff3a8bf3 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 9b09c5df4d27720c0e01aa807fb8f291a363a281..11c5aa69c5893892997a90bef6111175010b77c4 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 9b09c5df4d27720c0e01aa807fb8f291a363a281..11c5aa69c5893892997a90bef6111175010b77c4 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 9b09c5df4d27720c0e01aa807fb8f291a363a281..11c5aa69c5893892997a90bef6111175010b77c4 100644 (file)
@@ -15,7 +15,7 @@ self-defense in 40 minutes with GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 <!--<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 79f0bcd38ac158db16648751f3ac72a1adfdcf2e..c97e0118778fcccf55c8c929aee936d7b8cb1484 100644 (file)
@@ -14,7 +14,7 @@ w 40 minut z GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index d2fe4fa666f9b0f23483d6b1d4d693d2dd27af33..6d88cfe71bf85cdc98dc73094a3a4b69bc872b7f 100644 (file)
@@ -13,7 +13,7 @@ w 40 minut z GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 38969eda13e9c2b0f7e72e08eb1cfba57744c849..15045cfa771206c6f2b28bb1e18cbbe571fcbb1b 100644 (file)
@@ -14,7 +14,7 @@ w 40 minut z GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 24e9b259e3cf1dfad15b9e1218055f3edbc32913..0e85b58658d8e195def59e7c4cbbb228458d8923 100644 (file)
@@ -14,7 +14,7 @@ w 40 minut z GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 6e5b57c7a2dcbd5a04a8d9b19bc9b3921334f261..10869e0c40275f154cd6c2198dc799658168d560 100644 (file)
@@ -14,7 +14,7 @@ w 40 minut z GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 8302b4c51a003ac509fb0ac34f57c2490067c12e..7df9864dd5a1a3e08fec16bd2b87d1343b8c46b2 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 226582f701d28d0c9b10781c983bef54173f1835..5d4c64e66533929c82497183ce4a6dbfde413f70 100644 (file)
@@ -13,7 +13,7 @@
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 598ba37650d73c6fa40d2fc9dd5b316cbcd512d5..b2c90a5cb43feb5c05366af163679edd7184d69e 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index bfa93a1f38e01d0300e386056ca69f017615cdcf..1b8606f286298184863dd4067f062253a7141f7c 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 19bee37c0f9f1985f891d796ab92090ed92ca440..a783155100425fe42a872538a7a2b0d0b3ebbbc5 100644 (file)
@@ -14,7 +14,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index ed416f6f5062184eb28af58daa9fbae12f84f8d2..c6e5e3e861e3f96c1eb049ea27ffd6807a83f5e2 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index d6ffa932b89f34198039512938e0b47ab46acf53..9e62d3614ce5fbc8414d36bd91e0e9cba508802b 100644 (file)
@@ -13,7 +13,7 @@ GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 611a9476246749fdffc65fc8b9beab7cfa68b121..9cec305796ef9fe374cb3102b3f155525476b3e2 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index d061168880b3d8b5bd57b7883d7602d956fd530d..5f2215f7bc7c363311210a79f291cb0d6ec38eb3 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 6bebeda31617134d86c6c6be0f4fa9a29ba9c890..6b93d96a1d8eb1c6a747f8ce38d053bd50a6694b 100644 (file)
@@ -14,7 +14,7 @@ GnuPG." />
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index d55ecdd7d034e2df5db6d4a4561a5d11b8e6ff54..42b93fd95d0bebfdb2744e72019ac473a4be0c47 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>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index a2ce1f73834a46209a554e544b00025b78fcf5c2..d548e5b0dd843d86e21e157531a143cc06ac24cf 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>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 7bd5c9b85a64d6acb32245c337017f947827ac77..676ec2fddc7651835b908c507e54736c78bf85aa 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>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index da24001cfa22d7aea59042c60c9e504280a113e7..c90a674fae1523efb89c8ea00dac62126ae003a0 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>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 4f633ce036787c22bb414cc0e043bb0438a47164..210829ef3edd0d9fd63d8470076fd054c5045efa 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>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index cdd4896c5e28f8e15e6e33ab61edbe68270c84c6..cb4fb43fc54edf13dd946682a3eb84e81dc77ed5 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index 0eb1fefef822c6df2b94f2397fd2ba6bc9c830e4..9c12b5b72f33835a9c160af685f18b10b63f427f 100644 (file)
@@ -11,7 +11,7 @@
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 45abb366b358e426a7bb37c2603f6c3df44bb45d..585d0c43db0df0b559e29eeb4ee4cca2f4841f08 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;">
index b106b2f22826c6f769ffcc49774afda89c571618..6d6b356b29b707c5329b51ef711294049567c948 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
 
 
 
index 36149c73a6671254f9add8dd84dc39d8c85a0e31..7295d71947cbee4adba4fc426ac519c8da5671e8 100644 (file)
@@ -12,7 +12,7 @@
 href="../static/img/favicon.ico" />
 </head>
 
-<body>
+<body><iframe title="FSF Fundraiser Banner" src="//static.fsf.org/nosvn/banners/202406fundraiser/" scrolling="no" style="width: 100%; height: 300px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>