summaryrefslogtreecommitdiff
path: root/template/news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news.html.j2')
-rw-r--r--template/news.html.j286
1 files changed, 0 insertions, 86 deletions
diff --git a/template/news.html.j2 b/template/news.html.j2
deleted file mode 100644
index d477f5a..0000000
--- a/template/news.html.j2
+++ /dev/null
@@ -1,86 +0,0 @@
-{% extends "common/base.j2" %}
-{% block body_content %}
-<section class="banner_sec" id="top">
- <div class="carousel-inner">
- <div class="carousel-item active">
- <img class="d-block w-100" src="{{ url_static('images/banner.jpg') }}" alt="">
- <div class="banner_Itm_Inn">
- <div class="container">
- <div class="banner_Itm_Txt">
- <h1><em>{% trans %}</em>News{% endtrans %}</h1>
- <p>{% trans %}News posts about changes related to Anastasis <br>such as releases and events.{% endtrans %}</p>
- <a href="{{ url_localized('rss.xml') }}">{{ _("Subscribe to our RSS feed") }}</a>
- <div class="banpic"><img src="{{ url_static('images/mob.png') }}" alt="">
- </div>
- <div class="absicon"><img src="{{ url_static('images/banicon6.png') }}" alt="">
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-</section>
-
-<section class="contentPanel">
- <div class="container">
- <div class="inncontentPanel">
-</section>
-
-<section class="blueSec">
- <div class="container">
- <div class="innblueSec">
- <div class="row">
- <div class="col-sm-6">
- <div class="blueBox">
- <div class="iconBox">
- <div class="inniconBox">
- <img src="{{ url_static('images/icon8.png') }}" alt="" />
- </div>
- </div>
- <h4>{% trans %}Anastasis becomes a GNU package{% endtrans %}</h4>
- <p>{% trans %}Anastasis is now an official GNU package. You can read more about GNU <a href="https://www.gnu.org/">here</a>.{% endtrans %}</p>
- </div>
- </div>
- <div class="col-sm-6">
- <div class="blueBox">
- <div class="iconBox">
- <div class="inniconBox">
- <img src="{{ url_static('images/icon8.png') }}" alt="" />
- </div>
- </div>
- <h4>{% trans %}Bachelor thesis about Anastasis finished{% endtrans %}</h4>
- <p>{% trans %}Dominik Meister and Dennis Neufeld have successfully completed their Bachelor's degree in IT-Security. The topic of their bachelor thesis was the development of Anastasis.
-The thesis included the development of a proof of work. You can view the thesis <a href="..\..\papers\thesis-anastasis-2020.pdf">here</a>{% endtrans %}</p>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-sm-6">
- <div class="blueBox">
- <div class="iconBox">
- <div class="inniconBox">
- <img src="{{ url_static('images/icon9.png') }}" alt="" />
- </div>
- </div>
- <h4>{% trans %}Anastasis won the ISSS excellence award{% endtrans %}</h4>
- <p>{% trans %}The Information Security Society Switzerland short (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>
- </div>
- </div>
- <div class="col-sm-6">
- <div class="blueBox">
- <div class="iconBox">
- <div class="inniconBox">
- <img src="{{ url_static('images/icon10.png') }}" alt="" />
- </div>
- </div>
- <h4>{% trans %}New Anastasis Website Launched{% endtrans %}</h4>
- <p>{% trans %}The new Anastasis Website just launched, visit us and check out what's new!{% endtrans %}</p>
- </div>
- </div>
- </div>
- </div>
- </div>
-</section>
-
-{% endblock body_content %}