[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, brushed up text, all external HTML links open new browser windows now |
Date: |
Thu, 15 Jul 2021 13:24:36 +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 5c59f81 Debugged link to image file, brushed up text, all external
HTML links open new browser windows now
5c59f81 is described below
commit 5c59f819966b961850bc0f934bd5d28852bea9b3
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Jul 15 13:23:25 2021 +0200
Debugged link to image file, brushed up text, all external HTML links open
new browser windows now
---
template/docs_news.html.j2 | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/template/docs_news.html.j2 b/template/docs_news.html.j2
index 2d23f6b..6ae3403 100644
--- a/template/docs_news.html.j2
+++ b/template/docs_news.html.j2
@@ -7,7 +7,7 @@
<div class="banner_Itm_Inn">
<div class="container">
<div class="banner_Itm_Txt">
- <h1><em>{% trans
%}News{% endtrans %} &</em>{% trans %}documentation{% endtrans %}</h1>
+ <h1><em>{% trans %}News
&</em>documentation{% endtrans %}</h1>
<p>{% trans %}This is
an overview of news, documentation<br>and other helpful resources for
Anastasis.{% endtrans %}</p>
<div class="absicon"><img src="{{
url_static('images/banicon6.png') }}" alt="">
</div>
@@ -28,7 +28,7 @@
<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/proicon2.jpg') }}" alt="">
<div class="media-body">
<h3>{% trans %}Anastasis as topic in Bachelor
thesis{% endtrans %}</h3>
<p>{% trans %}The development of Anastasis has
been the topic of this <a
href="..\..\papers\thesis-anastasis-2020.pdf">bachelor thesis</a>. The thesis
also included the development of a proof of concept.{% endtrans %}</p>
@@ -36,19 +36,19 @@
</div>
</div>
</div>
- <div class="col-lg-4 col-md-6 col-sm-6">
+ <div class="col-lg-5 col-md-6 col-sm-6">
<div class="boxPanel">
<div class="media">
- <img class="mr-3" src="{{
url_static('images/proicon2.jpg') }}" alt="">
+ <img class="mr-3" src="{{
url_static('images/proicon3.jpg') }}" alt="">
<div class="media-body">
- <h3>{% trans %}Anastasis
won the ISSS excellence award{% endtrans %}</h3>
- <p>{% trans %}The Information
Security Society Switzerland (ISSS), Switzerland's largest associations of ICT
security professionals, presented the ISSS Excellence Award for the seventh
time in 2020. One of the winners of the excellence award was Anastasis:<br>
- <a
href="https://www.isss.ch/de/agenda/isss-excellence-award/" target="_blank"
rel="noopener noreferrer"> Full story</a>{% endtrans %}</p>
+ <h3>{% trans %}Anastasis
won the 2020 ISSS excellence award{% endtrans %}</h3>
+ <p>{% trans %}Anastasis was
awarded by The Information Security Society Switzerland (ISSS), Switzerland's
largest associations of ICT security professionals: {% endtrans %}
+ <a
href="https://www.isss.ch/de/agenda/isss-excellence-award/" target="_blank"
rel="noopener noreferrer">{% trans %}Full story</a>{% endtrans %}</p>
</div>
</div>
</div>
</div>
- <div class="col-lg-4 col-md-6 col-sm-6">
+ <div class="col-lg-3 col-md-6 col-sm-6">
<div class="boxPanel">
<div class="media">
<img class="mr-3" src="{{
url_static('images/proicon4.jpg') }}" alt="">
@@ -82,33 +82,33 @@
<div class="blueBox">
<div class="iconBox">
<div class="inniconBox">
- <img src="{{
url_static('images/icon2.png') }}" alt="" />
+ <img src="{{
url_static('images/proicon10.jpg') }}" alt="" />
</div>
</div>
<h4>{% trans %}Codebase{%
endtrans %}</h4>
- <p><a
href="https://git.taler.net/anastasis.git/">Anastasis Git</a></p>
+ <p><a
href="https://git.taler.net/anastasis.git/" target="_blank" rel="noopener
noreferrer">{% trans %}Anastasis Git{% endtrans %}</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="blueBox">
<div class="iconBox">
<div class="inniconBox">
- <img src="{{
url_static('images/icon9.png') }}" alt="" />
+ <img src="{{
url_static('images/proicon5.jpg') }}" alt="" />
</div>
</div>
<h4>{% trans %}API
Documentation{% endtrans %}</h4>
- <p><a
href="https://docs.taler.net/anastasis.html">Anastasis API Doc</a></p>
+ <p><a
href="https://docs.taler.net/anastasis.html" target="_blank" rel="noopener
noreferrer">{% trans %}Anastasis API Doc{% endtrans %}</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="blueBox">
<div class="iconBox">
<div class="inniconBox">
- <img src="{{
url_static('images/icon10.png') }}" alt="" />
+ <img src="{{
url_static('images/proicon6.jpg') }}" alt="" />
</div>
</div>
<h4>{% trans %}Project
Documentation{% endtrans %}</h4>
- <p><a
href="../pdf/anastasis_documentation.pdf">System documentation</a></p>
+ <p><a
href="../pdf/anastasis_documentation.pdf">{% trans %}System documentation{%
endtrans %}</a></p>
</div>
</div>
</div>
--
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, brushed up text, all external HTML links open new browser windows now,
gnunet <=