IKT
All checks were successful
website-main / prod-build (push) Successful in 1m44s
website-main / test-build (push) Successful in 1m11s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-09-19 09:52:39 +02:00
parent 21b4007f7f
commit 38fb021a8d
2 changed files with 14 additions and 3 deletions

@ -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">