aboutsummaryrefslogtreecommitdiff
path: root/template/reclaim/users.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/reclaim/users.html.j2')
-rw-r--r--template/reclaim/users.html.j240
1 files changed, 40 insertions, 0 deletions
diff --git a/template/reclaim/users.html.j2 b/template/reclaim/users.html.j2
new file mode 100644
index 00000000..8b78dc11
--- /dev/null
+++ b/template/reclaim/users.html.j2
@@ -0,0 +1,40 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<div class="m-3">
4 <a class="mt-2 mb-2" href="{{ url_localized('reclaim/index.html') }}">reclaimID</a> / Users
5</div>
6<h2 class="text-center">{{ _("For users") }}</h2>
7<br/>
8<div class="container">
9 <h2><b>Step 1:</b> Installation</h2>
10 <p>
11 Please use the <a href="{{ url_localized('install.html') }}">GNUnet installation guides</a>.
12 </p>
13 <h2 class="mt-5"><b>Step 2:</b> Browser plugin</h2>
14
15 <p>You also need to install a browser plugin:</p>
16 <div class="centering">
17 <a class="btn btn-primary" target="_blank" rel="noopener noreferrer"
18 href="https://addons.mozilla.org/addon/reclaimid/"><i class="fab fa-firefox"></i> Mozilla Firefox</a>
19 <a class="btn btn-primary" target="_blank" rel="noopener noreferrer"
20 href="https://chrome.google.com/webstore/detail/reclaimid/jiogompmdejcnacmlnjhnaicgkefcfll"><i class="fab fa-chrome"></i> Chrome / Chromium</a>
21 </div>
22 <br/>
23 <h2 class="mt-5"><b>Step 3:</b> Creating your first identity</h2>
24 <p>Almost there. Now try adding a new identity at <a href="https://ui.reclaim">your local re:claimID instance</a> and add some attributes to it.
25 <br/>
26
27 <h2 class="mt-5">Websites supporting re:claimID</h2>
28 <p>To test a login with one of your re:claimID identities, you can go to one of the websites supporting it:</p>
29 <ul>
30 <li><a href="https://demo.reclaim-identity.io">Our demo messaging board</a> (<a href="https://gitlab.com/reclaimid/demo">Source</a>)</li>
31 <li><a href="https://eusec.clouditor.io">Clouditor EUSEC project page</a></li>
32 </ul>
33
34
35 <h2 class="mt-5">Troubleshooting</h2>
36 In case you encounter any problems, please check for <a href="https://bugs.gnunet.org">known issues and report bugs to help us improve re:claimID!</a>
37
38
39</div>
40{% endblock body_content %}