emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 7ae8aac 1/2: Website footer improvement


From: Nicolas Petton
Subject: [elpa] master 7ae8aac 1/2: Website footer improvement
Date: Thu, 1 Dec 2016 15:45:46 +0000 (UTC)

branch: master
commit 7ae8aac658b7800969c519d1dd489832f558ca94
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    Website footer improvement
    
    * admin/archive-contents.el:
    * html/index.html: Add a link to the FSF, and a copyright.
    * html/layout.css: Make the footer taller.
---
 admin/archive-contents.el |    6 +++++-
 html/index.html           |    6 +++++-
 html/layout.css           |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/admin/archive-contents.el b/admin/archive-contents.el
index 7af9b3c..abe0147 100755
--- a/admin/archive-contents.el
+++ b/admin/archive-contents.el
@@ -535,8 +535,12 @@ Rename DIR/ to PKG-VERS/, and return the descriptor."
 
         <div class=\"footer\">
             <div class=\"container\">
+                <p>Copyright 2016 <a href=\"https://fsf.org\";>Free Software 
Foundation</a>, Inc.</p>
+                <p>Design provided by <a 
href=\"http://nicolas.petton.fr\";>Nicolas Petton</a></p>
                 <p>
-                    Copyright 2015 Free Software Foundation, Inc.
+                   This website is licensed under the
+                   <a 
href=\"https://creativecommons.org/licenses/by-nd/3.0/us/\";>CC BY-ND 3.0</a>
+                   US License.
                 </p>
             </div>
         </div>
diff --git a/html/index.html b/html/index.html
index 187e89c..1dcecc3 100644
--- a/html/index.html
+++ b/html/index.html
@@ -55,8 +55,12 @@
 
         <div class="footer">
             <div class="container">
+                <p>Copyright 2016 <a href="https://fsf.org";>Free Software 
Foundation</a>, Inc.</p>
+                <p>Design provided by <a 
href="http://nicolas.petton.fr";>Nicolas Petton</a></p>
                 <p>
-                    Copyright 2015 Free Software Foundation, Inc.
+                    This website is licensed under the
+                    <a 
href="https://creativecommons.org/licenses/by-nd/3.0/us/";>CC BY-ND 3.0</a>
+                    US License.
                 </p>
             </div>
         </div>
diff --git a/html/layout.css b/html/layout.css
index 0744ab9..677849e 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -63,7 +63,7 @@ html, body {
   margin: 0 auto -50px; /* the bottom margin is the negative value of the 
footer's height */
 }
 .footer, .push {
-  height: 50px; /* .push must be the same height as .footer */
+  height: 90px; /* .push must be the same height as .footer */
 }
 
 h1 {



reply via email to

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