aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-01 13:35:44 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-01 13:35:44 +0100
commit5e15eb28cee24a385035767ae5c83b141a59b25c (patch)
treefad932a349f09564e5322d7de015393fa7925274
parent0b61ebd61d0cff7ef0f1bc2ed6cc2de2a018822d (diff)
downloadwww-5e15eb28cee24a385035767ae5c83b141a59b25c.tar.gz
www-5e15eb28cee24a385035767ae5c83b141a59b25c.zip
make notice a bit less annoying
-rw-r--r--template/index.html.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 3386f62c..de6be0eb 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -46,6 +46,7 @@
46 </div> 46 </div>
47 </div> 47 </div>
48 </div> 48 </div>
49 <!-- Notice Banner -->
49 <div class="container text-center"> 50 <div class="container text-center">
50 <p> 51 <p>
51 <a class="btn btn-primary btn-lg" href="{{ url_localized('#about') }}">{{ _("About") }}</a> 52 <a class="btn btn-primary btn-lg" href="{{ url_localized('#about') }}">{{ _("About") }}</a>
@@ -55,6 +56,11 @@
55 <a class="btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}">{{ _("Engage") }}</a> 56 <a class="btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}">{{ _("Engage") }}</a>
56 </p> 57 </p>
57 </div> 58 </div>
59 <div class="alert" style="background-color: #419edb;">
60 <div class="alert-content">
61 Notice: GNUnet is still undergoing major development. It is largely <i>not yet ready</i> for usage beyond developers
62 </div>
63 </div>
58</div> 64</div>
59 65
60<div class="container-fluid"> 66<div class="container-fluid">