summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-05 22:33:48 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-05 22:33:48 (EST)
commitd53ea8053637cd7a5e6b6e750f3c3f1a60d9639d (patch)
tree9a1c80f81f087e9a3fffcda9ea46f10cc986ae66 /site/index.php
parenta930809f96670a913eb0ce7548c1bd24620783f0 (diff)
downloadlibreboot.org-d53ea8053637cd7a5e6b6e750f3c3f1a60d9639d.zip
libreboot.org-d53ea8053637cd7a5e6b6e750f3c3f1a60d9639d.tar.gz
libreboot.org-d53ea8053637cd7a5e6b6e750f3c3f1a60d9639d.tar.bz2
home page: put FCC warning as a banner at the bottom of the page
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php13
1 files changed, 8 insertions, 5 deletions
diff --git a/site/index.php b/site/index.php
index 828eb24..5543bc4 100644
--- a/site/index.php
+++ b/site/index.php
@@ -60,11 +60,6 @@
}
}
?>
- <p>
- <strong><em>FCC in the USA is trying to *ban* free software in WiFi-enabled devices!
- Learn more at <a href="http://savewifi.org/">SaveWifi.org</a>. Europeans,
- read <a href="https://juliareda.eu/2015/10/dear-european-governments-dont-endanger-free-and-open-wifi-networks/">this article</a> and <a href="https://blog.tohojo.dk/2015/10/the-new-wifi-regulations-in-europe.html">this article</a>. Please act now! Libreboot is at risk with these new proposals.</em></strong>
- </p>
<h2>Download libreboot</h2>
<ul>
<li><strong><a href="download/"><?php echo gettext("Download stable version"); ?></a></strong></li>
@@ -140,6 +135,14 @@
</ul>
</div>
+ <div style="position:fixed;bottom:0px;left:0px;right:0px;z-index:9999;">
+ <p>
+ <strong><em>FCC in the USA is trying to *ban* free software in WiFi-enabled devices!
+ Learn more at <a href="http://savewifi.org/">SaveWifi.org</a>. Europeans,
+ read <a href="https://juliareda.eu/2015/10/dear-european-governments-dont-endanger-free-and-open-wifi-networks/">this article</a> and <a href="https://blog.tohojo.dk/2015/10/the-new-wifi-regulations-in-europe.html">this article</a>. Please act now! Libreboot is at risk with these new proposals.</em></strong>
+ </p>
+ </div>
+
<?php
include "common/footer.php";
?>