summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2024-01-10 20:45:09 +0100
committerStefan Kügel <skuegel@web.de>2024-01-10 20:45:09 +0100
commitcf7e4fde38b5d80e4fe35e7aaeb65d6dd5689a8f (patch)
tree8f3a7676cb4e891fe72d480ed54468f95ddbccf9 /template
parent01ef0d59be946484ee13e2f98a71015c70425430 (diff)
downloadwww-cf7e4fde38b5d80e4fe35e7aaeb65d6dd5689a8f.tar.gz
www-cf7e4fde38b5d80e4fe35e7aaeb65d6dd5689a8f.tar.bz2
www-cf7e4fde38b5d80e4fe35e7aaeb65d6dd5689a8f.zip
Insert again link to NGI Taler website into navigation, stressing eventslist, events grouped by year72771f1
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template')
-rw-r--r--template/ngi-taler.html.j283
1 files changed, 45 insertions, 38 deletions
diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2
index 8211424e..79ac69bd 100644
--- a/template/ngi-taler.html.j2
+++ b/template/ngi-taler.html.j2
@@ -42,7 +42,50 @@
</div>
</article>
-{# DEPRECATED EVENTS AND DELIVERABLES
+ <article>
+ <div class="row">
+ <h4 class="font-weight-bold pb-2 mb-4">Events</h4>
+ </div>
+
+ <div class="row mb-4">
+ <p>
+ The consortium will organize or participate in different types of events across Europe. <strong>Upcoming events:</strong>
+ </p>
+ {# Events will include talks presenting GNU Taler and related technologies, expert panels discussing
+ financial problems and possible solutions, workshops to jointly work on GNU Taler integrations,
+ usability studies with interested volunteers, and public consultations to gather ideas and requirements
+ from the general public. #}
+
+ <div>
+ {% for year, yitem in eventsdata|groupby('date.year')|reverse %}
+ <p><b>{{ year }}</b></p>
+ <ul class="timeline">
+ {% for item in yitem %}
+ <li>
+ <section class="item-preview">
+ <header>
+ <h3> {{ item['date']}}: {{ item['title']|e }}</h3>
+ <p class="item-date">
+ {{ item['teaser'] }}
+ </p>
+ </header>
+ <p class="item-abstract">
+ {{ item['location']}}, speaker: {{ item['speaker']}}
+ </p>
+ <p class="item-date">
+ <a href="{{ item['url_ext']}}" target="_blank" rel="noopener noreferrer">External link: {{ item['url_ext']}}</a>
+ </p>
+
+ </section>
+ </li>
+ {% endfor %}
+ </ul>
+ {% endfor %}
+ </div>
+ </div>
+ </article>
+
+{# DEPRECATED EVENTS AND DELIVERABLES IN CAROUSEL JS
<article>
<div class="row">
<h4 class="font-weight-bold pb-2 mb-4">Events</h4>
@@ -165,7 +208,7 @@
<div class="col">
<div class="card border-0 h-100">
<a href="{{ partner.url }}" target="_blank" rel="noopener noreferrer">
- <img src="{{ url(partner.logo) }}" height="150" class="card-header rounded-circle z-depth-3"
+ <img src="{{ url(partner.logo) }}" height="100" class="card-header rounded-circle z-depth-3"
alt="{{ partner.id + ' avatar'}}">
</a>
{# <div class="card-note grey-text text-muted mt-3">{{ partner.contact }}</div> #}
@@ -184,42 +227,6 @@
</div>
</article>
- <article>
- <div class="row">
- <h4 class="font-weight-bold pb-2 mb-4">Events</h4>
- </div>
-
- <div class="row mb-4">
- <p>
- The consortium will organize or participate in different types of events across Europe.
- {# Events will include talks presenting GNU Taler and related technologies, expert panels discussing
- financial problems and possible solutions, workshops to jointly work on GNU Taler integrations,
- usability studies with interested volunteers, and public consultations to gather ideas and requirements
- from the general public. #}
- </p>
- <div class="col-md-11 col-md-4 mb-4 px-md-4">
- <ul>
- <li><strong>2023-12-08</strong><br>Lecture: Introduction to GNU Taler at the <a href="https://moztw.kktix.cc/events/gnu-taler" target="_blank" rel="noopener noreferrer">Mozilla Community Space, Taipei City, Taiwan</a></li>
- <p class="w-responsive mx-auto mb-3">
- We will introduce the political goals, architecture and technology behind GNU Taler, demonstrate the current state of development and outline likely future developments.
- </p>
- <li><strong>2023-12-09</strong><br>Live demo of the GNU Taler payment system at the <a href="https://beta.hackfoldr.org/g0v-hackath59n" target="_blank" rel="noopener noreferrer">g0v-hackath59n in Taiwan</a></li>
- <p class="w-responsive mx-auto mb-3">
- GNU Taler demonstration by Christian Grothoff
- </p>
- <li><strong>2023-12-21</strong><br>Lecture: Privacy in e-commerce at the <a href="https://ocf.tw/en/p/issues/coffeeandcircumventionen" target="_blank" rel="noopener noreferrer">Freedom of the Internet Meetup, Taipei City, Taiwan</a></li>
- <p class="w-responsive mx-auto mb-3">
- Taler is a privacy-preserving payment system. Customers can stay anonymous, but merchants cannot hide their income through payments with GNU Taler.
- </p>
- <li><strong>2024-06-01</strong><br>Speech: Carving a way out of surveillance capitalism at the <a href="https://www.tedxgeneva.net" target="_blank" rel="noopener noreferrer">TEDx talk, IFRC, Geneva, Switzerland</a></li>
- <p class="w-responsive mx-auto mb-3">
- TEDx talk with a contribution by Marie Walrafen
- </p>
- </ul>
- </div>
- </div>
- </article>
-
</div>
</main>
{% endblock body_content %}