gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-www] branch master updated: Inserting the back-to-top s


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Inserting the back-to-top scroller, replacing a team member name, updating the news index page for Anastasis
Date: Wed, 20 Apr 2022 15:27:12 +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 89ebed9  Inserting the back-to-top scroller, replacing a team member 
name, updating the news index page for Anastasis
89ebed9 is described below

commit 89ebed9072b195707325940c8ac10a122b5c8569
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Wed Apr 20 15:26:09 2022 +0200

    Inserting the back-to-top scroller, replacing a team member name, updating 
the news index page for Anastasis
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 template/about.html.j2      |  2 +-
 template/index.html.j2      |  2 +-
 template/news/index.html.j2 | 49 ++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/template/about.html.j2 b/template/about.html.j2
index 38feb72..faf69f4 100644
--- a/template/about.html.j2
+++ b/template/about.html.j2
@@ -139,7 +139,7 @@
                                                                <img src="{{ 
url_static('images/icon2.png') }}" alt="" />
                                                        </div>
                                                </div>
-                                               <h4>Vaishnavi Mohan</h4>
+                                               <h4>Sebastian Marchano</h4>
                                                <p>{% trans %}Technology{% 
endtrans %}</p>
                                        </div>
                                </div>
diff --git a/template/index.html.j2 b/template/index.html.j2
index f06b470..56e0e05 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -424,5 +424,5 @@
                </div>
        </div>
 </section>
-
+<a href="#top" class="bktop scroll"><img src="{{ 
url_static('images/backtop.png') }}" alt=""/></a>
 {% endblock body_content %}
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index 58755d1..da493ae 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -1,7 +1,7 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
 <title>{% trans %}Anastasis - News Index{% endtrans %}</title>
-<h1>
+<!-- <h1>
 {% trans %}
 News
 {% endtrans %}
@@ -25,6 +25,53 @@ News
 </div>
 {% endfor %}
 </div>
+-->
+<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/bannerabout.jpg') }}" alt="News Index"> -->
+             <div class="banner_Itm_Inn">
+                               <div class="container">
+                                       <div class="banner_Itm_Txt">
+                                                       <h1>{% trans %}News 
Index{% 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="absicon"><img src="{{ url_static('images/banicon6.png') }}" alt="">
+                                                       </div>
+                                       </div>
+                               </div>
+                       </div>
+           </div>
+         </div>
+</section>
+
+<section class="boxesPanel propossec">
+       <div class="container">
+               <!-- <div class="heading">
+                       <h2>{% trans %}News Posts, <span>Press Releases and 
Events{% endtrans %}</span></h2>
+               </div> -->
+               <div class="innboxespanel">
+
+                               {% for item in newsdata %}
+<div id="news-item">
+ <h3>{{ item['title']|e }}</h3>
+ {{ item['date'] }}
+                                               <div class="media">             
        <div class="row">
+                               <div class="col-lg-5 col-md-6 col-sm-6">
+                               <div class="boxPanel">
+                               <div class="media-body">
+{{ get_abstract(item['page'], 500) }} <br><img class="mr-3" height=60 width=75 
src="{{ url_static('images/ardwn.png') }}" alt="download"><br>
+  [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ 
_("read more") }}</a>]
+                                                   </div>
+                                                </div>
+                                       </div>
+{% endfor %}
+                    </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]