aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-27 01:59:26 +0200
committerxrs <xrs@mail36.net>2019-06-27 01:59:26 +0200
commit315bdb52bc40da419d7878296839b551444f6693 (patch)
tree3dbdf6eeafa26e305f5a8954af25e5ecef4104d7 /template/index.html.j2
parentf68c01b70c1b93be2d5245d1f81c19eb30ab8850 (diff)
downloadwww-315bdb52bc40da419d7878296839b551444f6693.tar.gz
www-315bdb52bc40da419d7878296839b551444f6693.zip
update index.html
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j272
1 files changed, 38 insertions, 34 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index e19d5892..00ab5d5c 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -289,42 +289,46 @@
289 </div> 289 </div>
290</div> 290</div>
291 291
292<div class="container adorn_h3_bracket"> 292<div class="container-fluid adorn_h3_bracket c_acronym">
293 <div class="row"> 293 <div class="container">
294 <div class="container text-center"> 294 <div class="row">
295 <h2> 295 <div class="container text-center">
296 {% trans %} 296 <h2>
297 Upcoming Applications 297 {% trans %}
298 {% endtrans %} 298 Upcoming Applications
299 </h2> 299 {% endtrans %}
300 </h2>
301 </div>
300 </div> 302 </div>
303 <div class="row">
301 <div class="col-lg-6"> 304 <div class="col-lg-6">
302 <section> 305 <section>
303 <h3>{{ _("secushare") }}</h3> 306 <h3>{{ _("secushare") }}</h3>
304 <p> 307 <p>
305 {% trans %} 308 {% trans %}
306 <a href="https://secushare.org/">secushare</a> 309 <a href="https://secushare.org/">secushare</a>
307 is creating a decentralized social networking 310 is creating a decentralized social networking
308 application on top of GNUnet. Using overlay 311 application on top of GNUnet. Using overlay
309 multicast and the extensible PSYC protocol, notifications are 312 multicast and the extensible PSYC protocol, notifications are
310 distributed end-to-end encrypted to authorized recipients only. 313 distributed end-to-end encrypted to authorized recipients only.
311 {% endtrans %} 314 {% endtrans %}
312 </p> 315 </p>
313 </section> 316 </section>
314 </div> 317 </div>
315 <div class="col-lg-6"> 318 <div class="col-lg-6">
316 <section> 319 <section>
317 <h3>{{ _("pretty Easy privacy") }}</h3> 320 <h3>{{ _("pretty Easy privacy") }}</h3>
318 <p> 321 <p>
319 {% trans %} 322 {% trans %}
320 <a href="https://pep.foundation/">pretty Easy privacy</a> (p&#8801;p) 323 <a href="https://pep.foundation/">pretty Easy privacy</a> (p&#8801;p)
321 is creating a usable end-to-end encrypted e-mail solution using 324 is creating a usable end-to-end encrypted e-mail solution using
322 opportunistic key exchange. 325 opportunistic key exchange.
323 p&#8801;p will use GNUnet to protect metadata and exploit new 326 p&#8801;p will use GNUnet to protect metadata and exploit new
324 cryptographic protocols to verify keys. 327 cryptographic protocols to verify keys.
325 {% endtrans %} 328 {% endtrans %}
326 </p> 329 </p>
327 </section> 330 </section>
331 </div>
328 </div> 332 </div>
329 </div> 333 </div>
330</div> 334</div>