commit 427368327a2e2151d8f91c371501d65675d45eb1
parent 0c3752aef9c795ca6cfbf9582218be00a49df86a
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 23 Jul 2019 20:29:07 -0400
Add EFF and Debian banners to footer
Diffstat:
3 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/build/base.css b/build/base.css
@@ -114,6 +114,20 @@ kbd {
padding-right: 3em;
}
+.eff-banner {
+ float: right;
+ margin-right: 10%;
+ width: 75px;
+ height: 75px;
+}
+
+.debian-banner {
+ float: left;
+ margin-left: 10%;
+ width: 68px;
+ height: 85px;
+}
+
#downtime-banner {
background-color: #b00;
font-color: #fff;
diff --git a/build/footer.html b/build/footer.html
@@ -1,6 +1,14 @@
</div>
<div id="footer">
<hr width="80%">
+ <a class="eff-banner" href="https://www.eff.org/join"><img
+ class="eff-banner"
+ src="https://www.eff.org/files/eff-join2_0.png"
+ alt="Join EFF!" border="0"></a>
+ <a class="debian-banner" href="https://www.debian.org"><img
+ class="debian-banner"
+ src="/img/debian-openlogo-75.png"
+ alt="Powered by Debian" border="0"></a>
<p id="contact-info">
To report any technical issues with the website or to leave a suggestion,
please send an email to
diff --git a/build/header.html b/build/header.html
@@ -11,9 +11,8 @@
<body>
<div id="header">
<h1 id="web-title"><a href="/">paritybit.ca</a></h1>
- <!-- <p id="downtime-banner">Paritybit.ca will be experiencing downtime from -->
- <!-- 2019-07-13 12:00 to 2019-07-14 18:00 (UTC-4) for system updates and -->
- <!-- migration to NGINX. Access to all web services will not be available -->
+ <!-- <p id="downtime-banner">Paritybit.ca will be experiencing -->
+ <!-- downtimefrom Access to all web services will not be available -->
<!-- during that window.</p> -->
</div>
<div id="side-bar">