Sync dev with master #240

Merged
GCG.Admin (Automatisiert) merged 107 commits from master into dev 2023-09-23 21:18:21 +02:00
2 changed files with 14 additions and 3 deletions
Showing only changes of commit 38fb021a8d - Show all commits

@ -72,7 +72,7 @@ header_logos:
link: https://www.halle.de/de/Verwaltung/Bildung/DigitalPakt-Schule/
image: media/logos/digitalpakt.webp
- title: IKT-Förderung
image: /media/logos/ikt.webp
image: /media/logos/logosikt.webp
link: https://cantorgymnasium.de/blog/richtlinie-zur-forderung-des-zugangs-zu-informations-und-kommunikationstechnologien-an-schulen-ikt-rl/
- title: Projektschule LemaS
link: https://www.leistung-macht-schule.de/

@ -54,9 +54,9 @@
{{ with $data.homepage.header_logos }}
<section class="bg-white">
<div class="container">
<div class="row align-items-center">
<div class="row align-items-center justify-content-center">
{{ range .logos }}
<div class="col-md-3 col-6 mt-4">
<div class="col-md-4 col-6 mt-4">
<a href="{{ .link }}" target="_blank" title="{{ .title }}"><img class="img-fluid w-100" src="{{ .image }}"></a>
</div>
{{ end }}
@ -271,6 +271,17 @@
{{ end }}
{{ end }}
<section class="section bg-footer">
<div class="container">
<div class="row align-items-center">
<div class="col-12 mb-4 mb-md-0">
<img class="img-fluid w-100" src="/media/logos/ikt.webp">
</div>
</div>
</div>
</section>
{{ if $data.homepage.footer_logos.enable }}
{{ with $data.homepage.footer_logos }}
<section class="bg-footer">