diff options
-rw-r--r-- | properties.yml | 3 | ||||
-rw-r--r-- | template/news/2023-12.html.j2 | 14 |
2 files changed, 17 insertions, 0 deletions
diff --git a/properties.yml b/properties.yml index 0c685fa..6cef7f7 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 c5a2450..574800a 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 %} |