gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: make notice a bit less annoying


From: gnunet
Subject: [www] branch master updated: make notice a bit less annoying
Date: Sun, 01 Dec 2019 13:38:40 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 5e15eb2  make notice a bit less annoying
5e15eb2 is described below

commit 5e15eb28cee24a385035767ae5c83b141a59b25c
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Dec 1 13:35:44 2019 +0100

    make notice a bit less annoying
---
 template/index.html.j2 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/template/index.html.j2 b/template/index.html.j2
index 3386f62..de6be0e 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -46,6 +46,7 @@
       </div>
     </div>
   </div>
+  <!-- Notice Banner -->
   <div class="container text-center">
     <p>
       <a class="btn btn-primary btn-lg" href="{{ url_localized('#about') 
}}">{{ _("About") }}</a>
@@ -55,6 +56,11 @@
       <a class="btn btn-primary btn-lg" href="{{ url_localized('engage.html') 
}}">{{ _("Engage") }}</a>
     </p>
   </div>
+  <div class="alert" style="background-color: #419edb;">
+    <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>
 </div>
 
 <div class="container-fluid">

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



reply via email to

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