remove the GNU inside banner, at least for now
authorAmin Bandali <bandali@gnu.org>
Sun, 5 May 2019 05:06:05 +0000 (01:06 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 5 May 2019 05:06:05 +0000 (01:06 -0400)
contact.html
gpg.html
images/gnu-inside.png [deleted file]
index.html
style.css

index c963a3b..c0ab218 100644 (file)
       <p>
         Copyright (c) 2018 Amin Bandali<br>
         Verbatim copying and redistribution of this entire page are
-        permitted provided this notice is preserved.<br>
-        The <a href="https://www.gnu.org/graphics/gnu-inside.html">
-        GNU Inside</a> banner is available under the
-        <a href="https://creativecommons.org/licenses/by-sa/2.0/">
-          Creative Commons Attribution-ShareAlike 2.0 License</a>.
+        permitted provided this notice is preserved.
       </p>
-      <div id="gnu-inside">
-        <a href="https://www.gnu.org">
-          <img src="images/gnu-inside.png"
-               alt="GNU Inside!" title="GNU Inside!"/>
-        </a>
-      </div>
     </footer>
   </body>
 </html>
index b7ded5a..fbd1f95 100644 (file)
--- a/gpg.html
+++ b/gpg.html
@@ -46,18 +46,8 @@ sub   rsa4096 2018-10-17 [A] [expires: 2020-10-16]
       <p>
         Copyright (c) 2018 Amin Bandali<br>
         Verbatim copying and redistribution of this entire page are
-        permitted provided this notice is preserved.<br>
-        The <a href="https://www.gnu.org/graphics/gnu-inside.html">
-        GNU Inside</a> banner is available under the
-        <a href="https://creativecommons.org/licenses/by-sa/2.0/">
-          Creative Commons Attribution-ShareAlike 2.0 License</a>.
+        permitted provided this notice is preserved.
       </p>
-      <div id="gnu-inside">
-        <a href="https://www.gnu.org">
-          <img src="images/gnu-inside.png"
-               alt="GNU Inside!" title="GNU Inside!"/>
-        </a>
-      </div>
     </footer>
   </body>
 </html>
diff --git a/images/gnu-inside.png b/images/gnu-inside.png
deleted file mode 100644 (file)
index fdcceca..0000000
Binary files a/images/gnu-inside.png and /dev/null differ
index d9d4a62..44e3370 100644 (file)
       <p>
         Copyright (c) 2016&ndash;2019 Amin Bandali<br>
         Verbatim copying and redistribution of this entire page are
-        permitted provided this notice is preserved.<br>
-        The <a href="https://www.gnu.org/graphics/gnu-inside.html">
-        GNU Inside</a> banner is available under the
-        <a href="https://creativecommons.org/licenses/by-sa/2.0/">
-          Creative Commons Attribution-ShareAlike 2.0 License</a>.
+        permitted provided this notice is preserved.
       </p>
-      <div id="gnu-inside">
-        <a href="https://www.gnu.org">
-          <img src="images/gnu-inside.png"
-               alt="GNU Inside!" title="GNU Inside!"/>
-        </a>
-      </div>
     </footer>
   </body>
 </html>
index 91c6253..015fa53 100644 (file)
--- a/style.css
+++ b/style.css
@@ -36,11 +36,3 @@ a:hover {
 .btable td:first-child {text-align: right}
 #theses {padding-left: 1rem}
 h1, h2, h3, h4, h5 {line-height: 1.15}
-#gnu-inside {
-  position: absolute;
-  top: 0px;
-  right: 0px;
-}
-#gnu-inside a {border: none !important}
-#gnu-inside:hover a {background-color: transparent}
-#gnu-inside:hover img {background-color: aliceblue}