gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: Created news.html.j2 as STA


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Created news.html.j2 as STATIC news website for Anastasis
Date: Sun, 11 Apr 2021 12:39:44 +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 a126ea2  Created news.html.j2 as STATIC news website for Anastasis
a126ea2 is described below

commit a126ea2f61e5e245e5aed33aba143fbf546db002
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Sun Apr 11 12:38:31 2021 +0200

    Created news.html.j2 as STATIC news website for Anastasis
---
 template/news.html.j2 | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/template/news.html.j2 b/template/news.html.j2
new file mode 100644
index 0000000..1477b12
--- /dev/null
+++ b/template/news.html.j2
@@ -0,0 +1,65 @@
+{% 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>  
+                                                       <div 
class="banpic"><img src="{{ url_static('images/mob.png') }}" alt="" /></div>
+                                                       <div 
class="absicon"><img src="{{ url_static('images/absicon.png') }}" alt="" />     
   </div>
+                                       </div>
+                               </div>
+                       </div>
+           </div>
+         </div>
+</section>
+
+<section class="blueSec">
+       <div class="container">
+               <div class="innblueSec">
+                       <div class="row">
+                               <div class="col-sm-4">
+                                       <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 class="col-sm-4">
+                                       <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-4">
+                                       <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 %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]