aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-26 18:57:57 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-26 18:57:57 +0100
commit85b9c9589ab4097a2bb6c02f6bbf6d2d04b34162 (patch)
tree036de44cc53b300f0f04e1a43b71b27e0ce394bf /template
parent2a25de3b4440921a5c6704ca7b7d696a9fdfae53 (diff)
downloadwww-85b9c9589ab4097a2bb6c02f6bbf6d2d04b34162.tar.gz
www-85b9c9589ab4097a2bb6c02f6bbf6d2d04b34162.zip
add livingstandards
Diffstat (limited to 'template')
-rw-r--r--template/livingstandards.html.j227
1 files changed, 27 insertions, 0 deletions
diff --git a/template/livingstandards.html.j2 b/template/livingstandards.html.j2
new file mode 100644
index 00000000..f8d1d580
--- /dev/null
+++ b/template/livingstandards.html.j2
@@ -0,0 +1,27 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3 <div class="container-fluid">
4 <div class="container">
5 <article>
6 <div class="row">
7 <div class="container text-center">
8 <h1>{{ _("Living Standards") }}</h1>
9 <section>
10 <p>
11 {% trans %}
12 On this page you can find links to our technical specifications.
13 {% endtrans %}
14 </p>
15 </section>
16 </div>
17 </div>
18 <ul>
19 <li><b>LSD0000</b>: The Distributed Hash Table</li>
20 <li><b>LSD0001</b>: <a href="https://lsd.gnunet.org/lsd0001">The GNU Name System</a></li>
21 <li><b>LSD0002</b>: <a href="https://lsd.gnunet.org/lsd0002">re:claimID</a></li>
22 <li><b>LSD0003</b>: <a href="https://lsd.gnunet.org/lsd0003">Byzantine Fault Tolerant Set Reconciliation</a></li>
23 </ul>
24 </article>
25 </div>
26 </div>
27{% endblock body_content %}