www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server body-include-2.html head-include-2.html


From: Therese Godefroy
Subject: www/server body-include-2.html head-include-2.html
Date: Wed, 3 Jan 2018 11:50:22 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 18/01/03 11:50:22

Modified files:
        server         : body-include-2.html head-include-2.html 

Log message:
        Remove fundraiser (RT #1262783).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.115&r2=1.116
http://web.cvs.savannah.gnu.org/viewcvs/www/server/head-include-2.html?cvsroot=www&r1=1.37&r2=1.38

Patches:
Index: body-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/body-include-2.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -b -r1.115 -r1.116
--- body-include-2.html 16 Nov 2017 07:49:20 -0000      1.115
+++ body-include-2.html 3 Jan 2018 16:50:21 -0000       1.116
@@ -1,30 +1,10 @@
 <!-- start of server/body-include-2 -->
-<div id="fundraiser">
-<p>
-Associate members power up the Free Software Foundation.
-Help smash our goal of <b>700</b> new members
-or donate by December 31st!</p>
-<p class="contribute">
-<a class="donate" 
href="http://my.fsf.org/donate?pk_campaign=2017_Fundraiser_Banner&amp;pk_kwd=Donate";>
-Donate</a>
-<a class="join" 
href="http://my.fsf.org/join?pk_campaign=2017_Fundraiser_Banner&amp;pk_kwd=Join";>
-Join</a>
-</p>
-<div style="clear:both"></div>
-<div class="progress">
-<div class="progress-bar">
-<span class="percentage"><span class="gnun-split"></span><!--#echo 
encoding="none" var="d_value" --></span>
-</div>
-<div class="goal-div">
-<span class="goal">$450,000</span>
-</div>
-</div>
-</div> <!-- /fundraiser -->
 
 <div id="header">
 <div id="fsf-frame">
+<p id="join-fsf"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>JOIN&nbsp;THE&nbsp;FSF</a></p>
 <div id="fssbox">
-<p><a href="//www.fsf.org/fss">Free Software Supporter</a></p>
+<p><a href="http://www.fsf.org/fss";>Free Software Supporter</a></p>
 <form action="https://my.fsf.org/civicrm/profile/create?reset=1&amp;gid=31";
  method="post" class="header">
  <div>
@@ -45,9 +25,10 @@
 <div id="gnu-banner">
  <a href="/">
  <img src="/graphics/heckert_gnu.transp.small.png" alt=" [A GNU head] " 
/><strong>GNU</strong> Operating System</a>
-</div><!-- /gnu-banner -->
 
-<div style="clear: both"></div>
+<p id="fsf-support">Sponsored by the <a href="#mission-statement">Free 
Software Foundation</a></p>
+</div><!-- /gnu-banner -->
+<div style="clear:both"></div>
 </div><!-- /header -->
 
 <div id="navigation">

Index: head-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/head-include-2.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- head-include-2.html 30 Dec 2017 05:56:36 -0000      1.37
+++ head-include-2.html 3 Jan 2018 16:50:21 -0000       1.38
@@ -1,130 +1,4 @@
 <!-- start of head-include-2.html -->
 <!--#include virtual="/server/banners/sofar.html"
  --><meta name="viewport" content="width=device-width, initial-scale=1" />
-<style type="text/css" media="screen">
-<!-- #translations
-{
-  border-bottom: .2em solid #123e3f;
-}
-#header
-{
-  clear: both;
-  background: linear-gradient(#deeefc, white);
-}
-#fsf-frame
-{
-  margin: .3em 1em;
-} 
-#gnu-banner
-{
-  float: none;
-  padding-bottom: .5em;
-}
-div#fundraiser
-{
-  direction: ltr;
-  background-color: #123e3f;
-}
-#fundraiser p
-{
-  font-size: 1.1em;
-  padding: .2em 0 .6em;
-  margin: 0 3%;
-  color: white;
-  text-align: center;
-}
-#fundraiser p.contribute
-{
-  line-height: 1.5em;
-  text-align: center;
-  padding: 0 0 .5em;
-}
-#fundraiser a
-{
-  border-radius: 1em;
-  -moz-border-radius: 1em;
-  -khtml-border-radius: 1em;
-  -webkit-border-radius: 1em;
-  -opera-border-radius: 1em;
-  color: white;
-  padding: 0 .5em 0 .5em;
-  display: inline-block;
-  margin: .3em .5em;
-  text-decoration: none;
-}
-#fundraiser .donate
-{
-  background-color: #1abc9c;
-}
-#fundraiser .join
-{
-  background-color: #3498db;
-}
-#fundraiser b
-{
-  color: yellow;
-}
-.progress
-{
-  width: 100%;
-  height: 1.2em;
-  line-height: 1.2em;
-  text-align: right;
-  background: #36a9aa;
-  color: black;
-  font-weight: bold;
-}
-.progress-bar
-{
-  line-height: 1.2em;
-  margin: 0;
-  min-width: 4em;
-  background: #feb916;
-  text-align: right;
-} -->
-#fundraiser .donate, #fundraiser .join
-{
-  width: 4em;
-}
-</style>
-<style type="text/css" media="screen"><!--#set var="bar"
- value=".progress-bar
-{
-  width: $percent%;
-}
-" --><!--#echo var="bar" -->
-<!--
-.goal-div
-{
-  position: relative;
-  bottom: 2.2em;
-  right: .1em;
-  color: white;
-}
-.percentage, .goal
-{
-  margin-right: .1em;
-}
-
address@hidden (max-width: 21em)
-{
-  #fundraiser p { font-size: 0.8em; }
-}
address@hidden (min-width: 45em)
-{
-  #fundraiser p
-  {
-    float: left;
-    text-align: left;
-    width: 58%;
-  }
-  #fundraiser p.contribute
-  {
-    float: right;
-    text-align: center;
-    width: 30%;
-    padding: .5em 0;
-  }
-} -->
-</style>
 <!-- end of head-include-2.html -->



reply via email to

[Prev in Thread] Current Thread [Next in Thread]