summaryrefslogtreecommitdiff
path: root/template
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 /template
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)
Diffstat (limited to 'template')
-rw-r--r--template/news/2023-12.html.j214
1 files changed, 14 insertions, 0 deletions
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 %}