gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [www] branch stable updated (97e4878 -> 690eeaf)


From: gnunet
Subject: [GNUnet-SVN] [www] branch stable updated (97e4878 -> 690eeaf)
Date: Mon, 26 Aug 2019 22:40:01 +0200

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

dvn pushed a change to branch stable
in repository www.

    from 97e4878  Merge branch 'master' into stable
     add 35ac4c4  Update auto-generated locale .po files
     add 8d92103  Add banner to top of homepage stating GNUnet is a WIP
     add 7b5375c  Revert "Update auto-generated locale .po files"
     new 690eeaf  Merge branch 'master' into stable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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]