added telephone numbers as approved by the plenum

This commit is contained in:
Moritz Kempe 2023-11-28 01:31:34 +01:00
parent 1cb61b706b
commit ad51adecc1
12 changed files with 20 additions and 0 deletions

View File

@ -22,6 +22,7 @@ event:
begin: '19.00' begin: '19.00'
link: https://www.ccc.de/de/club/chaostreffs link: https://www.ccc.de/de/club/chaostreffs
matrix_channel: '#Chaostreff:chat.dezentrale.space' matrix_channel: '#Chaostreff:chat.dezentrale.space'
tel: '7926'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -22,6 +22,7 @@ event:
begin: '19.30' begin: '19.30'
finish: '22.30' finish: '22.30'
matrix_channel: '#elektronikrunde:chat.dezentrale.space' matrix_channel: '#elektronikrunde:chat.dezentrale.space'
tel: '7919'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -18,6 +18,7 @@ event:
begin: '20.30' begin: '20.30'
link: https://freifunk-leipzig.de link: https://freifunk-leipzig.de
matrix_channel: '#freifunk:chat.dezentrale.space' matrix_channel: '#freifunk:chat.dezentrale.space'
tel: '7924'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -24,6 +24,7 @@ event:
interval: 4ten interval: 4ten
begin: '20.00' begin: '20.00'
matrix_channel: '#funktionaler-stammtisch:matrix.org' matrix_channel: '#funktionaler-stammtisch:matrix.org'
tel: '7922'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -19,6 +19,7 @@ event:
begin: '19.30' begin: '19.30'
finish: '22.30' finish: '22.30'
matrix_channel: '#audiohacking:chat.dezentrale.space' matrix_channel: '#audiohacking:chat.dezentrale.space'
tel: '7920'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -23,6 +23,7 @@ event:
interval: letzten interval: letzten
begin: '19.00' begin: '19.00'
link: https://www.haecksen.org link: https://www.haecksen.org
tel: '7921'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -23,6 +23,7 @@ event:
begin: '17.00' begin: '17.00'
link: https://hardwareforfuture.de link: https://hardwareforfuture.de
matrix_channel: '#HW4FAllgemein:chat.dezentrale.space' matrix_channel: '#HW4FAllgemein:chat.dezentrale.space'
tel: '7923'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -24,6 +24,7 @@ event:
finish: '21.30' finish: '21.30'
link: 'https://wiki.dezentrale.space/Protokolle' link: 'https://wiki.dezentrale.space/Protokolle'
matrix_channel: '#plenum:chat.dezentrale.space' matrix_channel: '#plenum:chat.dezentrale.space'
tel: '7917'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -27,6 +27,7 @@ event:
finish: '21.00' finish: '21.00'
# remote_url: https://meetmeetmeet.de/dezentrale-programmierrunde # remote_url: https://meetmeetmeet.de/dezentrale-programmierrunde
matrix_channel: '#programmierrunde:chat.dezentrale.space' matrix_channel: '#programmierrunde:chat.dezentrale.space'
tel: '7918'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -24,6 +24,7 @@ event:
finish: '21.00' finish: '21.00'
link: https://techniksprechstunde.de link: https://techniksprechstunde.de
matrix_channel: '#techniksprechstunde:chat.dezentrale.space' matrix_channel: '#techniksprechstunde:chat.dezentrale.space'
tel: '7925'
--- ---
{{< event_weekly >}} {{< event_weekly >}}

View File

@ -16,6 +16,7 @@
{{- $link := $.Page.Param "event.weekly.link" }} {{- $link := $.Page.Param "event.weekly.link" }}
{{- $remote_url := $.Page.Param "event.weekly.remote_url" }} {{- $remote_url := $.Page.Param "event.weekly.remote_url" }}
{{- $matrix_channel := $.Page.Param "event.weekly.matrix_channel" }} {{- $matrix_channel := $.Page.Param "event.weekly.matrix_channel" }}
{{- $tel := $.Page.Param "event.weekly.tel" }}
<p> <p>
{{ $intro }} {{ $intro }}
</p> </p>
@ -54,6 +55,12 @@
<a href="https://matrix.to/#/{{ . }}">{{ . }}</a> <a href="https://matrix.to/#/{{ . }}">{{ . }}</a>
</dd> </dd>
{{- end }} {{- end }}
{{- with $tel }}
<dt>Telefon</dt>
<dd>
<a href="tel:+4922159619{{ . }}">+49 221 - 59 61 9 {{ . }}</a>
</dd>
{{- end }}
{{- with $link }} {{- with $link }}
<dt>Website</dt> <dt>Website</dt>
<dd> <dd>

View File

@ -15,6 +15,9 @@
{{- with $page.Param "event.weekly.matrix_channel" }} {{- with $page.Param "event.weekly.matrix_channel" }}
<a href="https://matrix.to/#/{{ . }}">Matrix Channel</a> <a href="https://matrix.to/#/{{ . }}">Matrix Channel</a>
{{- end }} {{- end }}
{{- with $page.Param "event.weekly.tel" }}
<a href="tel:+4922159619{{ . }}">+49 221 - 59 61 9 {{ . }}</a>
{{- end }}
<br> <br>
<small> <small>
{{- with $page.Param "event.weekly.interval" }} {{- with $page.Param "event.weekly.interval" }}