gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Moving the event block up between 'Pr


From: gnunet
Subject: [taler-www] branch master updated: Moving the event block up between 'Project' and 'Partners'
Date: Thu, 30 Nov 2023 13:11:25 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 987ee2e  Moving the event block up between 'Project' and 'Partners'
987ee2e is described below

commit 987ee2ebea27dcc9592b0f4a39199a08f5314549
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Nov 30 13:10:48 2023 +0100

    Moving the event block up between 'Project' and 'Partners'
---
 properties.d/partners.yml   |  2 +-
 template/consortium.html.j2 | 98 ++++++++++++++++++++++-----------------------
 2 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/properties.d/partners.yml b/properties.d/partners.yml
index 3cc950b..1c2ff06 100644
--- a/properties.d/partners.yml
+++ b/properties.d/partners.yml
@@ -87,7 +87,7 @@ partners:
     contact: "-- TBD --"
     logo: images/logo-esen.svg
     url: 'https://www.eseniors.eu/'
-    role: "ESEN fights e-exclusion by offering ICT training to seniors (people 
aged 55 and over) to bridge the digital gap between generations and foster 
seniors’ social participation.."
+    role: "ESEN fights e-exclusion by offering ICT training to seniors (people 
aged 55 and over) to bridge the digital gap between generations and foster 
seniors’ social participation."
     statement: "ESEN’s main focus is on representing end-users and ensuring 
that technical solutions meet the needs of end-users, especially senior 
citizens."
   - id: NLnet
     name: "Stichting NLnet"
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 5fb1600..d6fecf5 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -61,6 +61,55 @@
 
 
     <div class="row">
+      <div class="col-md-6 mb-6">
+        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Events")}}</h4>
+        <div class="container announce">
+          <div id="AnnouncCarousel" class="carousel slide" 
data-bs-ride="carousel">
+            <!-- Carousel indicators -->
+            <div class="carousel-indicators">
+              {% for number in range(0, conf['events']|count) %}
+              <button data-bs-target="#AnnouncCarousel" data-bs-slide-to="{{ 
number }}" {% if number==0 %}
+                class="active" {% endif %} aria-current="true" 
aria-label="Slide {{ number + 1 }}"></button>
+              {% endfor %}
+            </div>
+
+            <!-- Wrapper for carousel items -->
+            <div class="carousel-inner vevent">
+              {% for item in conf['events'] %}
+
+              <div {% if loop.first %} class="carousel-item active" {% else %} 
class="carousel-item" {% endif %}
+                data-bs-interval="5000">
+                <h5 class="summary">{{ item['title'] }}</h5>
+                <div class="img-box"> <img src="{{ url( 
item['url_img']|default('images/logo-2021.svg', true) ) }}"
+                    alt="">
+                </div>
+                <p class="description testimonial">
+                  {{ item['teaser'] }}
+                </p>
+                <p class="fas fa-calendar-alt"> Date:
+                  <span class="dtstart">
+                    <abbr class="value" title="{{ item['date'] }}"> {{ 
item['date'] }}</abbr>
+                  </span>
+                </p>
+                {% if item['url_ext'] is defined and item['url_ext'] and 
item['url_ext'] != "" %}
+                <p class="fa fa-globe"> <a target="_blank" href="{{ 
item['url_ext'] }}"> About</a></p>
+                {% endif %}
+                {% if item['location'] is defined and item['location'] and 
item['location'] != "" %}
+                <p class="fas fa-map-marker-alt"> Location: <span 
class="location">{{ item['location'] }}</span></p>
+                {% endif %}
+                <p class="fa fa-user"> <b>{{ item['speaker'] }}</b></p>
+                {% if item['email'] is defined and item['email'] and 
item['email'] != "" %}
+                <p class="fas fa-envelope"> <a href="mailto:{{ item['email'] 
}}?subject={{ item['title'] }}"><span
+                      class="dark-grey-text"> Contact</span></a></p>
+                {% endif %}
+
+              </div>
+              {% endfor %}
+            </div>
+          </div>
+        </div>
+      </div>
+
       <div class="col-md-1 mb-1"></div>
       {# DEPRECATED DELIVERABLES
       <div class="col-md-4 mb-4">
@@ -146,55 +195,6 @@
         </div>
 
         {% endfor %}
-      </div>
-      
-            <div class="col-md-6 mb-6">
-        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Events")}}</h4>
-        <div class="container announce">
-          <div id="AnnouncCarousel" class="carousel slide" 
data-bs-ride="carousel">
-            <!-- Carousel indicators -->
-            <div class="carousel-indicators">
-              {% for number in range(0, conf['events']|count) %}
-              <button data-bs-target="#AnnouncCarousel" data-bs-slide-to="{{ 
number }}" {% if number==0 %}
-                class="active" {% endif %} aria-current="true" 
aria-label="Slide {{ number + 1 }}"></button>
-              {% endfor %}
-            </div>
-
-            <!-- Wrapper for carousel items -->
-            <div class="carousel-inner vevent">
-              {% for item in conf['events'] %}
-
-              <div {% if loop.first %} class="carousel-item active" {% else %} 
class="carousel-item" {% endif %}
-                data-bs-interval="5000">
-                <h5 class="summary">{{ item['title'] }}</h5>
-                <div class="img-box"> <img src="{{ url( 
item['url_img']|default('images/logo-2021.svg', true) ) }}"
-                    alt="">
-                </div>
-                <p class="description testimonial">
-                  {{ item['teaser'] }}
-                </p>
-                <p class="fas fa-calendar-alt"> Date:
-                  <span class="dtstart">
-                    <abbr class="value" title="{{ item['date'] }}"> {{ 
item['date'] }}</abbr>
-                  </span>
-                </p>
-                {% if item['url_ext'] is defined and item['url_ext'] and 
item['url_ext'] != "" %}
-                <p class="fa fa-globe"> <a target="_blank" href="{{ 
item['url_ext'] }}"> About</a></p>
-                {% endif %}
-                {% if item['location'] is defined and item['location'] and 
item['location'] != "" %}
-                <p class="fas fa-map-marker-alt"> Location: <span 
class="location">{{ item['location'] }}</span></p>
-                {% endif %}
-                <p class="fa fa-user"> <b>{{ item['speaker'] }}</b></p>
-                {% if item['email'] is defined and item['email'] and 
item['email'] != "" %}
-                <p class="fas fa-envelope"> <a href="mailto:{{ item['email'] 
}}?subject={{ item['title'] }}"><span
-                      class="dark-grey-text"> Contact</span></a></p>
-                {% endif %}
-
-              </div>
-              {% endfor %}
-            </div>
-          </div>
-        </div>
       </div>
     </div>
 

-- 
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]