summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/de/news.html3
-rw-r--r--content/en/news.html3
-rw-r--r--css/ffci.css2
-rwxr-xr-xmeetup/gen_dates.sh2
4 files changed, 8 insertions, 2 deletions
diff --git a/content/de/news.html b/content/de/news.html
index 68f374c..dc84715 100644
--- a/content/de/news.html
+++ b/content/de/news.html
@@ -1,3 +1,6 @@
+<h2>C-ITS und opentrafficmap</h2>
+In der ersten Stunde der allgemeinen Funkfeuertreffen (20:30-21:30) wird das Thema C-ITS und <a href="https://wiki.opentrafficmap.org">opentrafficmap</a> besprochen.
+<p>
<h2>Generalversammlung 2026</h2>
am <b>Montag, den 2. Februar 2026 um 19:00 MEZ</b>.
<br>Ort: Realraum, Brockmanngasse 15, 8010 Graz.
diff --git a/content/en/news.html b/content/en/news.html
index cb7b46b..8717e2a 100644
--- a/content/en/news.html
+++ b/content/en/news.html
@@ -1,3 +1,6 @@
+<h2>C-ITS und opentrafficmap</h2>
+In the first hour of the general Funkfeuer-meetings (20:30-21:30) the topics C-ITS and <a href="https://wiki.opentrafficmap.org">opentrafficmap</a> are discussed.
+<p>
<h2>Peregrine falcons</h2>
Funkfeuer Graz supports the <a href="https://www.youtube.com/playlist?list=PLttro-s4xExrmr4HoFlo5MCRPdgVSGBiL">peregrine falcons' nest camera in the tower of the Sacred Heart
Church</a> with a broadband uplink radio link.
diff --git a/css/ffci.css b/css/ffci.css
index a68bbec..c358649 100644
--- a/css/ffci.css
+++ b/css/ffci.css
@@ -189,7 +189,7 @@ div#meetup {
margin: 2em;
padding: 0.25em 1.5em;
font-size: 0.9em;
- width: 25em;
+ width: 40em;
}
div#meetup p {
padding: 0;
diff --git a/meetup/gen_dates.sh b/meetup/gen_dates.sh
index ec53176..16406ed 100755
--- a/meetup/gen_dates.sh
+++ b/meetup/gen_dates.sh
@@ -50,7 +50,7 @@ while true; do
MTYP="Tech/Core&nbsp;Treffen"
BEGINTIME="20:30"
else
- MTYP="allgemeines&nbsp;Funkfeuertreffen"
+ MTYP="allgemeines&nbsp;Funkfeuer-&nbsp;und&nbsp;C-ITS-Treffen"
BEGINTIME="20:30"
fi
if [ -n "$DEBUG" ]; then echo " -> ok $MTYP"; fi