gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [www] branch master updated: Add banner to top of homepage


From: gnunet
Subject: [GNUnet-SVN] [www] branch master updated: Add banner to top of homepage stating GNUnet is a WIP
Date: Sat, 24 Aug 2019 07:50:55 +0200

This is an automated email from the git hooks/post-receive script.

dvn pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 8d92103  Add banner to top of homepage stating GNUnet is a WIP
8d92103 is described below

commit 8d9210385f8e94dcef4e349cbcb0d2e4933b4b2a
Author: Devan Carpenter <address@hidden>
AuthorDate: Fri Aug 23 22:46:50 2019 -0700

    Add banner to top of homepage stating GNUnet is a WIP
---
 static/styles.sass     | 19 +++++++++++++++++++
 template/index.html.j2 |  6 ++++++
 2 files changed, 25 insertions(+)

diff --git a/static/styles.sass b/static/styles.sass
index 8309ebf..31d7ecc 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -284,6 +284,25 @@ header
   margin-top: 30px
   margin-bottom: 50px
 
+// Notification bar at top of index page
+.alert
+  display: flex;
+  overflow: hidden;
+  background-color: #c4453c;
+  height: 40px;
+  //position: absolute;
+  width: 100%;
+  align-items: center;
+  justify-content: center;
+
+.alert-content
+  //position: absolute;
+  color: #f6f6f6;
+  font: bold 16px/40px sans-serif;
+  text-align: center;
+  text-decoration: none;
+
+
 // Some docs are too long, thus there is a need for a subnav.
 // Use "subnav" class for the submenu.
 // Use "subnav-anchor" class for the a-tags right before a section title.
diff --git a/template/index.html.j2 b/template/index.html.j2
index 204bb7f..35b1ce6 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,5 +1,11 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<!-- Notice Banner -->
+<div class="alert">
+  <div class="alert-content">
+    Notice: GNUnet is still undergoing major development. It is largely <i>not 
yet ready</i> for usage beyond developers
+  </div>
+</div>
 <!-- Jumbotron -->
 <div class="jumbotron">
   <div class="container">

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]