summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-12-08 16:40:24 +0100
committerStefan Kügel <skuegel@web.de>2023-12-08 16:40:24 +0100
commit427225425c87dd22dee37a18311c85ea0812eb68 (patch)
tree87ce55a6e29f5485a5d19ed42111a8db7bf349b4
parent063a3dfe741d9919b18a7fdb458caba494cdfa36 (diff)
downloadwww-427225425c87dd22dee37a18311c85ea0812eb68.tar.gz
www-427225425c87dd22dee37a18311c85ea0812eb68.tar.bz2
www-427225425c87dd22dee37a18311c85ea0812eb68.zip
Adding news entry on landing page with extra news file 2023-12.html.j2 (deprecating the NLnet open call)
-rw-r--r--properties.yml3
-rw-r--r--template/news/2023-12.html.j214
2 files changed, 17 insertions, 0 deletions
diff --git a/properties.yml b/properties.yml
index 0c685fa3..6cef7f7c 100644
--- a/properties.yml
+++ b/properties.yml
@@ -29,6 +29,9 @@ langs_full:
nl: Nederlands
meetingnotes:
newsposts:
+ - page: 2023-12.html
+ date: 2023-12-09
+ title: "Live demo of the GNU Taler payment system at the g0v-hackath59n in Taiwan"
- page: 2023-11.html
date: 2023-11-30
title: "GNU Taler v0.9.3 released"
diff --git a/template/news/2023-12.html.j2 b/template/news/2023-12.html.j2
index c5a24504..574800a7 100644
--- a/template/news/2023-12.html.j2
+++ b/template/news/2023-12.html.j2
@@ -1,5 +1,18 @@
{% extends "common/news.j2" %}
{% block body_content %}
+<h1>2023-12: Live demo of GNU Taler at the g0v-hackath59n</h1>
+<p>
+Christian Grothoff will give a live demonstration of GNU Taler at the g0v hackath59n in the afternoon sessions.</p>
+<p>
+The venue is located at 新竹縣竹北市嘉豐南路一段 11 號, Taiwan. For more information please visit
+<a href="https://beta.hackfoldr.org/g0v-hackath59n" target="_blank" rel="noopener noreferrer">g0v web page</a>.
+</p>
+ <div class="row">
+ <div class="col-lg-6">
+ <img class="img-fluid" src="{{ url_static('images/g0v-hackath59n.png') }}">
+ </div>
+ </div>
+{#
<h1>2023-12: Launch of NGI TALER: A Privacy-Preserving Payment System Initiative</h1>
<p>
We are excited to announce the creation of an EU-funded consortium
@@ -14,4 +27,5 @@ to third parties working on GNU Taler enhancements <b>globally</b>. The applicat
process is <a href="https://nlnet.nl/propose">simple</a> and the first
submission deadline is <b>February 1st 2024</b>.
</p>
+#}
{% endblock body_content %}