aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-26 14:50:16 +0200
committerxrs <xrs@mail36.net>2019-06-26 14:50:16 +0200
commit223751384fd1cd3dd87e87aa3f33fb1e088dce35 (patch)
tree43d5d80ab99d642efc7825dbe01f6f9827f5ef3f
parent729326dc6e2d6ddc3fc02ae306c2b5213ffd903b (diff)
downloadwww-223751384fd1cd3dd87e87aa3f33fb1e088dce35.tar.gz
www-223751384fd1cd3dd87e87aa3f33fb1e088dce35.zip
change landing page to prepare new onboarding,..
-rw-r--r--static/styles.css10
-rw-r--r--template/index.html.j281
2 files changed, 52 insertions, 39 deletions
diff --git a/static/styles.css b/static/styles.css
index 5adc8933..e195740f 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -212,8 +212,16 @@ html {
212 212
213.dark { 213.dark {
214 background-color: #333; 214 background-color: #333;
215 color: white;
216}
217.dark a,
218.dark a:link,
219.dark a:visited
220{
221 color: white;
215} 222}
216 223
224
217.c_acronym { 225.c_acronym {
218 background-color: #68a; 226 background-color: #68a;
219 color: white; 227 color: white;
@@ -320,5 +328,5 @@ footer {
320} 328}
321 329
322#body_content .jumbotron { 330#body_content .jumbotron {
323 background-color: white; 331 background-color: #333;
324} 332}
diff --git a/template/index.html.j2 b/template/index.html.j2
index 2454dff8..66ecb1ef 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,43 +1,46 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="container-logo banner dark text-center" id="frontpagefront"> 4<div class="jumbotron dark">
5 <h1> 5 <div class="container dark">
6 <img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" /> 6 <div class="row">
7 </h1> 7 <div class="col-lg-6">
8</div> 8 <center><img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" /></center>
9<article> 9 </div>
10<div class="jumbotron"> 10 <div class="col-lg-6">
11 <p>
12 {% trans %}
13 GNUnet is a new network protocol stack for building secure, distributed,
14 and privacy-preserving applications. With strong roots in academic
15 <a href="https://old.gnunet.org/bibliography">research</a>, our goal is to replace the
16 <a href="https://secushare.org/broken-internet">old insecure Internet</a>
17 protocol stack.
18 {% endtrans %}
19 <br><br>
20 {% trans %}
21 GNUnet is typically run as an
22 <a href="https://en.wikipedia.org/wiki/Overlay_network">overlay network</a>
23 on top of the existing Internet infrastructure forming the
24 basis of a hybrid
25 <a href="architecture.html">peer-to-peer mesh and relay backbone</a>
26 for applications to run on. It could just as well be run
27 independently of the Internet, over
28 <a href="https://en.wikipedia.org/wiki/Physical_layer">dedicated radio and cable</a>.
29 {% endtrans %}
30 <br><br>
31 {% trans %}
32 GNUnet is made for an open society: It's a self-organizing
33 network and it is
34 <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>
35 as in freedom. GNUnet puts you in control of your data. You
36 determine which data to share with whom, and you're not
37 pressured to accept compromises.
38 {% endtrans %}
39 </p>
40 </div>
41 </div>
42 </div>
11 <div class="container text-center"> 43 <div class="container text-center">
12 <p>
13 {% trans %}
14 GNUnet is a new network protocol stack for building secure, distributed,
15 and privacy-preserving applications. With strong roots in academic
16 <a href="https://old.gnunet.org/bibliography">research</a>, our goal is to replace the
17 <a href="https://secushare.org/broken-internet">old insecure Internet</a>
18 protocol stack.
19 {% endtrans %}
20 <br><br>
21 {% trans %}
22 GNUnet is typically run as an
23 <a href="https://en.wikipedia.org/wiki/Overlay_network">overlay network</a>
24 on top of the existing Internet infrastructure forming the
25 basis of a hybrid
26 <a href="architecture.html">peer-to-peer mesh and relay backbone</a>
27 for applications to run on. It could just as well be run
28 independently of the Internet, over
29 <a href="https://en.wikipedia.org/wiki/Physical_layer">dedicated radio and cable</a>.
30 {% endtrans %}
31 <br><br>
32 {% trans %}
33 GNUnet is made for an open society: It's a self-organizing
34 network and it is
35 <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>
36 as in freedom. GNUnet puts you in control of your data. You
37 determine which data to share with whom, and you're not
38 pressured to accept compromises.
39 {% endtrans %}
40 </p>
41 <p> 44 <p>
42 <a class="btn btn-primary btn-lg" href="about.html"> 45 <a class="btn btn-primary btn-lg" href="about.html">
43 {% trans %} 46 {% trans %}
@@ -46,18 +49,20 @@
46 </a> 49 </a>
47 <a class="btn btn-primary btn-lg" href="download.html"> 50 <a class="btn btn-primary btn-lg" href="download.html">
48 {% trans %} 51 {% trans %}
49 Download GNUnet 52 Install
50 {% endtrans %} 53 {% endtrans %}
51 </a> 54 </a>
52 <a class="btn btn-primary btn-lg" href="ev.html"> 55 <a class="btn btn-primary btn-lg" href="ev.html">
53 {% trans %} 56 {% trans %}
54 Join &amp; support us! 57 Join!
55 {% endtrans %} 58 {% endtrans %}
56 </a> 59 </a>
57 </p> 60 </p>
58 </div> 61 </div>
59</div> 62</div>
60 63
64<article>
65
61<div class="container-fluid adorn_h3_bracket c_acronym"> 66<div class="container-fluid adorn_h3_bracket c_acronym">
62 <div class="container"> 67 <div class="container">
63 <div class="row"> 68 <div class="row">