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.j285
1 files changed, 42 insertions, 43 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 23ba1001..7379fa65 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,13 +1,13 @@
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="jumbotron bg-near-black"> 4<div class="jumbotron">
5 <div class="container bg-near-black"> 5 <div class="container">
6 <div class="row bg-near-black"> 6 <div class="row">
7 <div class="col-lg-6"> 7 <div class="col-lg-6">
8 <center><img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" /></center> 8 <center><img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" /></center>
9 </div> 9 </div>
10 <div class="col-lg-6 near-white bg-near-black"> 10 <div class="col-lg-6">
11 <p> 11 <p>
12 {% trans %} 12 {% trans %}
13 GNUnet is a new network protocol stack for building secure, distributed, 13 GNUnet is a new network protocol stack for building secure, distributed,
@@ -284,46 +284,45 @@
284 </div> 284 </div>
285</div> 285</div>
286 286
287<div class="container-fluid bg-dark text-white"> 287<div class="container-fluid adorn_h3_bracket c_acronym">
288 <div class="container"> 288 <div class="container">
289 <div class="row bg-dark"> 289 <div class="row">
290 <div class="container bg-dark text-center"> 290 <div class="container text-center">
291 <h1> 291 <h2>
292 {% trans %} 292 {% trans %}
293 Upcoming Applications 293 Upcoming Applications
294 {% endtrans %} 294 {% endtrans %}
295 </h1> 295 </h2>
296 </div>
297 </div> 296 </div>
298 <div class="row"> 297 </div>
299 <div class="col-lg-4"> 298 <div class="row">
300 <section> 299 <div class="col-lg-6">
301 <h3>{{ _("secushare") }}</h3> 300 <section>
302 <p> 301 <h3>{{ _("secushare") }}</h3>
303 {% trans %} 302 <p>
304 <a href="https://secushare.org/">secushare</a> 303 {% trans %}
305 is creating a decentralized social networking 304 <a href="https://secushare.org/">secushare</a>
306 application on top of GNUnet. Using overlay 305 is creating a decentralized social networking
307 multicast and the extensible PSYC protocol, notifications are 306 application on top of GNUnet. Using overlay
308 distributed end-to-end encrypted to authorized recipients only. 307 multicast and the extensible PSYC protocol, notifications are
309 {% endtrans %} 308 distributed end-to-end encrypted to authorized recipients only.
310 </p> 309 {% endtrans %}
311 </section> 310 </p>
312 </div> 311 </section>
313 <div class="col-lg-4"> 312 </div>
314 <section> 313 <div class="col-lg-6">
315 <h3>{{ _("pretty Easy privacy") }}</h3> 314 <section>
316 <p> 315 <h3>{{ _("pretty Easy privacy") }}</h3>
317 {% trans %} 316 <p>
318 <a href="https://pep.foundation/">pretty Easy privacy</a> (p&#8801;p) 317 {% trans %}
319 is creating a usable end-to-end encrypted e-mail solution using 318 <a href="https://pep.foundation/">pretty Easy privacy</a> (p&#8801;p)
320 opportunistic key exchange. 319 is creating a usable end-to-end encrypted e-mail solution using
321 p&#8801;p will use GNUnet to protect metadata and exploit new 320 opportunistic key exchange.
322 cryptographic protocols to verify keys. 321 p&#8801;p will use GNUnet to protect metadata and exploit new
323 {% endtrans %} 322 cryptographic protocols to verify keys.
324 </p> 323 {% endtrans %}
325 </section> 324 </p>
326 </div> 325 </section>
327 </div> 326 </div>
328 </div> 327 </div>
329</div> 328</div>