forked from samuel-p/sp-codes.de
moved matrix room to top
This commit is contained in:
parent
112a09cb32
commit
70a778c391
2 changed files with 6 additions and 6 deletions
|
@ -21,14 +21,14 @@ eleventyNavigation:
|
||||||
<div class="row justify-content-center py-4 border-top">
|
<div class="row justify-content-center py-4 border-top">
|
||||||
<div class="col-lg-8 col-md-10 col-12">
|
<div class="col-lg-8 col-md-10 col-12">
|
||||||
<h1 class="heading"><a href="/{{locale}}/services">Dienste</a></h1>
|
<h1 class="heading"><a href="/{{locale}}/services">Dienste</a></h1>
|
||||||
<div class="row justify-content-center">
|
|
||||||
{% include services-simple.html %}
|
|
||||||
</div>
|
|
||||||
<p class="lead text-center mb-2">
|
<p class="lead text-center mb-2">
|
||||||
Für die Nutzer:innen der Dienste und Interessierte gibt es einen öffentlichen Matrix-Raum als
|
Für die Nutzer:innen der Dienste und Interessierte gibt es einen öffentlichen Matrix-Raum als
|
||||||
Austauschort für Fragen, Ideen und Probleme: <a
|
Austauschort für Fragen, Ideen und Probleme: <a
|
||||||
href="https://matrix.to/#/#sp-codes:matrix.sp-codes.de?via=matrix.sp-codes.de">#sp-codes:matrix.sp-codes.de</a>
|
href="https://matrix.to/#/#sp-codes:matrix.sp-codes.de?via=matrix.sp-codes.de">#sp-codes:matrix.sp-codes.de</a>
|
||||||
</p>
|
</p>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
{% include services-simple.html %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row justify-content-center pt-4 border-top">
|
<div class="row justify-content-center pt-4 border-top">
|
||||||
|
|
|
@ -20,14 +20,14 @@ eleventyNavigation:
|
||||||
<div class="row justify-content-center py-4 border-top">
|
<div class="row justify-content-center py-4 border-top">
|
||||||
<div class="col-lg-8 col-md-10 col-12">
|
<div class="col-lg-8 col-md-10 col-12">
|
||||||
<h1 class="heading"><a href="/{{locale}}/services">Services</a></h1>
|
<h1 class="heading"><a href="/{{locale}}/services">Services</a></h1>
|
||||||
<div class="row justify-content-center">
|
|
||||||
{% include services-simple.html %}
|
|
||||||
</div>
|
|
||||||
<p class="lead text-center mb-2">
|
<p class="lead text-center mb-2">
|
||||||
For users of the services and anyone interested, there is a public matrix room as a place to share
|
For users of the services and anyone interested, there is a public matrix room as a place to share
|
||||||
questions, ideas and problems: <a
|
questions, ideas and problems: <a
|
||||||
href="https://matrix.to/#/#sp-codes:matrix.sp-codes.de?via=matrix.sp-codes.de">#sp-codes:matrix.sp-codes.de</a>
|
href="https://matrix.to/#/#sp-codes:matrix.sp-codes.de?via=matrix.sp-codes.de">#sp-codes:matrix.sp-codes.de</a>
|
||||||
</p>
|
</p>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
{% include services-simple.html %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row justify-content-center pt-4 border-top">
|
<div class="row justify-content-center pt-4 border-top">
|
||||||
|
|
Loading…
Reference in a new issue