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.j215
1 files changed, 8 insertions, 7 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 76f293c3..601943b3 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,8 +1,9 @@
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"> 4<div class="container-logo banner dark text-center" id="frontpagefront">
5 <img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> 5 <h1>Welcome to GNUnet</h1>
6 <img alt="GNUnet logo" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" />
6</div> 7</div>
7<article> 8<article>
8<div class="jumbotron"> 9<div class="jumbotron">
@@ -55,7 +56,7 @@
55 <div class="container"> 56 <div class="container">
56 <div class="row"> 57 <div class="row">
57 <div class="container text-center"> 58 <div class="container text-center">
58 <h1>{% trans %}The Internet of tomorrow needs GNUnet today{% endtrans %}</h1> 59 <h2>{% trans %}The Internet of tomorrow needs GNUnet today{% endtrans %}</h2>
59 </div> 60 </div>
60 </div> 61 </div>
61 <div class="row"> 62 <div class="row">
@@ -165,7 +166,7 @@
165 <p> 166 <p>
166 {% trans %} 167 {% trans %}
167 GNUnet gives users freedoms to securely access information 168 GNUnet gives users freedoms to securely access information
168 ("run" the network), to study all aspects of the networks 169 ("run" the network), to study all aspects of the network's
169 operation ("access the code"), to distribute information 170 operation ("access the code"), to distribute information
170 ("copy"), as well as the freedom to deploy new applications 171 ("copy"), as well as the freedom to deploy new applications
171 ("modify"). 172 ("modify").
@@ -195,11 +196,11 @@
195<div class="container adorn_h3_bracket"> 196<div class="container adorn_h3_bracket">
196 <div class="row"> 197 <div class="row">
197 <div class="container text-center"> 198 <div class="container text-center">
198 <h1> 199 <h2>
199 {% trans %} 200 {% trans %}
200 Featured Applications 201 Featured Applications
201 {% endtrans %} 202 {% endtrans %}
202 </h1> 203 </h2>
203 </div> 204 </div>
204 </div> 205 </div>
205 <div class="row"> 206 <div class="row">
@@ -299,7 +300,7 @@
299<div class="container adorn_h3_bracket"> 300<div class="container adorn_h3_bracket">
300 <div class="row"> 301 <div class="row">
301 <div class="container text-center"> 302 <div class="container text-center">
302 <h1>{{ _("News") }}</h1> 303 <h2>{{ _("News") }}</h2>
303 </div> 304 </div>
304 </div> 305 </div>
305 <div class="row"> 306 <div class="row">