[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-www] branch master updated: Debugged link to image file
From: |
gnunet |
Subject: |
[taler-anastasis-www] branch master updated: Debugged link to image file, and all HTML links will open a new browser window now |
Date: |
Thu, 15 Jul 2021 09:32:14 +0200 |
This is an automated email from the git hooks/post-receive script.
skuegel pushed a commit to branch master
in repository anastasis-www.
The following commit(s) were added to refs/heads/master by this push:
new 239f3d3 Debugged link to image file, and all HTML links will open a
new browser window now
239f3d3 is described below
commit 239f3d3e4d0cf60f1b709bd45c8aacfd36c8e96d
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Jul 15 09:30:50 2021 +0200
Debugged link to image file, and all HTML links will open a new browser
window now
---
template/about.html.j2 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/template/about.html.j2 b/template/about.html.j2
index 72f91d9..ff00c18 100644
--- a/template/about.html.j2
+++ b/template/about.html.j2
@@ -28,16 +28,16 @@ a:link, a:visited, a:hover, a:active {
<div class="inncontentPanel">
<h3>{% trans %}Company Background{% endtrans %}</h3>
<p>{% trans %}
- In 2019, <a
href="https://taler-systems.com/">Taler</a> and <a
href="https://pep.software/">pretty Easy privacy</a> (pEp) determined that they
had to offer a usable key backup solution for their privacy-enhancing
technologies. Anastasis SARL was created drawing contributors from both
communities which, together with experts from the <a
href="https://bfh.ch/">Bern University of Applied Sciences</a>, produced an
innovative protocol and reference implementation.
+ In 2019, <a href="https://taler-systems.com/"
target="_blank" rel="noopener noreferrer">Taler</a> and <a
href="https://pep.software/" target="_blank" rel="noopener noreferrer">pretty
Easy privacy</a> (pEp) determined that they had to offer a usable key backup
solution for their privacy-enhancing technologies. Anastasis SARL was created
drawing contributors from both communities which, together with experts from
the <a href="https://bfh.ch/" target="_blank" rel="no [...]
{% endtrans %}</p>
<p>
{% trans %}
- Our goal is to offer key backup and recovery for a
broad range of applications, combining both key management as a service as well
as support for integration. Anastasis has already caught the interest of
additional Free Software privacy projects with similar needs such as the <a
href="https://reclaim.gnunet.org/">Re:claimID</a> identity management system
and the <a href="https://nymtech.net/">NymTech</a> cryptocurrency.
+ Our goal is to offer key backup and recovery for a
broad range of applications, combining both key management as a service as well
as support for integration. Anastasis has already caught the interest of
additional Free Software privacy projects with similar needs such as the <a
href="https://reclaim.gnunet.org/" target="_blank" rel="noopener
noreferrer">Re:claimID</a> identity management system and the <a
href="https://nymtech.net/" target="_blank" rel="noopener [...]
{% endtrans %}
</p>
<p>
{% trans %}
- Users of electronic wallets need a way to backup their
secret keys. Anastasis enables them to split up key data and send it to
different providers, thus minimizing the need for trust towards all involved
parties. Our solution implements privacy by design and ensures that we learn as
little as possible and as late as possible about our users. Anastasis works
close with other Free Software privacy projects such as <a
href="https://taler.net/">GNU Taler</a> and <a hr [...]
+ Users of electronic wallets need a way to backup their
secret keys. Anastasis enables them to split up key data and send it to
different providers, thus minimizing the need for trust towards all involved
parties. Our solution implements privacy by design and ensures that we learn as
little as possible and as late as possible about our users. Anastasis works
close with other Free Software privacy projects such as <a
href="https://taler.net/" target="_blank" rel="no [...]
{% endtrans %}
</p>
</div>
@@ -54,7 +54,7 @@ a:link, a:visited, a:hover, a:active {
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="boxPanel">
<div class="media">
- <img class="mr-3"
src="../static/images/proicon6.jpg" alt="">
+ <img class="mr-3" src="{{
url_static('images/proicon6.jpg') }}" alt="">
<div class="media-body">
<h3>{% trans %}1. Privacy{%
endtrans %}</h3>
<p>{% trans %}Privacy is
our primary objective. We do not collect any personal data. The authentication
data remains encrypted and inaccessible until it is needed during key
recovery.{% endtrans %}</p>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-www] branch master updated: Debugged link to image file, and all HTML links will open a new browser window now,
gnunet <=