aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/default.css11
-rw-r--r--html-templates/preamble.html6
2 files changed, 17 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index ba96892..5f51f6f 100644
--- a/css/default.css
+++ b/css/default.css
@@ -18,6 +18,17 @@ header {
background-color: #f3f3f3;
}
+div#fsf-banner {
+ width: 40rem;
+ margin: auto;
+}
+
+div#fsf-banner center {
+ margin-top: 2rem;
+ padding: 1rem;
+ background-color: #ff000014;
+}
+
div#content {
width: 39rem;
margin: auto;
diff --git a/html-templates/preamble.html b/html-templates/preamble.html
index cb0e7ac..314bcb0 100644
--- a/html-templates/preamble.html
+++ b/html-templates/preamble.html
@@ -6,3 +6,9 @@
<a href="/blog.html">Blog</a><a href="/microblog.html">Microblog</a><a href="https://g.ypei.me">Projects (git)</a>
</nav>
</header>
+<div id="fsf-banner">
+ <center>Please join me to support the FSF for a free society:</center>
+ <iframe src="//static.fsf.org/nosvn/banners/202111fundraiser/" scrolling="no"
+ style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;">
+ </iframe>
+</div>