aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j281
1 files changed, 43 insertions, 38 deletions
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">