aboutsummaryrefslogtreecommitdiff
path: root/template/livingstandards.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/livingstandards.html.j2')
-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..86ceabd3
--- /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 %}