branch: master commit 7ae8aac658b7800969c519d1dd489832f558ca94 Author: Nicolas Petton <nico...@petton.fr> Commit: Nicolas Petton <nico...@petton.fr>
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 {