diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 13 |
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"; ?> |