aboutsummaryrefslogtreecommitdiff
path: root/template/docs_news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/docs_news.html.j2')
-rw-r--r--template/docs_news.html.j221
1 files changed, 16 insertions, 5 deletions
diff --git a/template/docs_news.html.j2 b/template/docs_news.html.j2
index 0256f26..db0bd3b 100644
--- a/template/docs_news.html.j2
+++ b/template/docs_news.html.j2
@@ -27,12 +27,23 @@
<div class="innboxespanel">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
- <div class="boxPanel">
+ <div class="boxPanel">
+ <div class="media">
+ <img class="mr-3" height=60 width=75 src="{{ url_static('images/ardwn.png') }}" alt="download" />
+ <div class="media-body">
+ <h3>{% trans %}Anastasis v0.1.0 released{% endtrans %}</h3>
+ <p>{% trans %}Anastasis v0.1.0 has been released. You can download it from <a href="https://ftp.gnu.org/gnu/anastasis/">here</a>.{% endtrans %}</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="col-lg-5 col-md-6 col-sm-6">
+ <div class="boxPanel">
<div class="media">
- <img class="mr-3" height=60 width=75 src="{{ url_static('images/gnu.png') }}" alt="" />
+ <img class="mr-3" height=60 width=75 src="{{ url_static('images/gnu.png') }}" alt="GNU" />
<div class="media-body">
- <h3>{% trans %}Anastasis joins GNU{% endtrans %}</h3>
- <p>{% trans %}Anastasis is now an official GNU package. You can read more about GNU <a href="https://www.gnu.org/" target="_blank" rel="noopener noreferrer">here</a>.{% endtrans %}</p>
+ <h3>{% trans %}Anastasis joins GNU{% endtrans %}</h3>
+ <p>{% trans %}Anastasis is now an official GNU package. You can read more about GNU <a href="https://www.gnu.org/" target="_blank" rel="noopener noreferrer">here</a>.{% endtrans %}</p>
</div>
</div>
</div>
@@ -42,7 +53,7 @@
<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/ngi.png') }}" alt="">
+ <img class="mr-3" src="{{ url_static('images/ngi.png') }}" alt="NGI">
<div class="media-body">
<h3>{% trans %}Anastasis funded by NGI LEDGER{% endtrans %}</h3>
<p>{% trans %}The development of Anastasis is being <a href="funding.html" target="_blank" rel="noopener noreferrer">funded</a> (for 2021) by a grant of <a href="https://www.ngi.eu/ngi-projects/ledger/" target="_blank" rel="noopener noreferrer">NGI LEDGER</a>.{% endtrans %}</p>