This commit is contained in:
Denys Konovalov 2022-10-18 22:50:46 +02:00
parent a2f8f3e198
commit c36bc3ec11
15 changed files with 5190 additions and 5 deletions

@ -5,3 +5,4 @@ bg_image: "media/backgrounds/page-title.png"
image: "media/abiturienten/abi-foto 2015.jpg"
type: "abiturienten"
---

@ -5,3 +5,12 @@ bg_image: media/backgrounds/page-title.png
description: Eine Nachricht schreiben.
---
Wenn Sie noch weitere Fragen haben, können Sie hier eine Nachricht an die Schulleitung schreiben.
||||
|-|-|-|
|Schulleiter|Herr OStD Dr. Bernd Gorsler|[gorsler@cantor-gymnasium.de](mailto:gorsler@cantor-gymnasium.de)|
|stellv. Schulleiterin|Frau StD Claudia Schapitz|[schapitz@cantor-gymnasium.de](mailto:schapitz@cantor-gymnasium.de)|
|Oberstufenkoordinator|Herr Dr. Andreas Koch|[koch@cantor-gymnasium.de](mailto:koch@cantor-gymnasium.de)|
|Koordinator für Planung|Herr Falko Plinke|[plinke@cantor-gymnasium.de](mailto:plinke@cantor-gymnasium.de)|
|Koordinatorin für den inhaltlichen Schwerpunkt|Frau Gabriele Felke|[felke@cantor-gymnasium.de](mailto:felke@cantor-gymnasium.de)
|Sekretariat|Frau S. Kretzschmar|[schulleitung@cantor-gymnasium.de](mailto:schulleitung@cantor-gymnasium.de), <br> Tel.: [+49-0345/6903156](tel:+493456903156), <br> Fax.: [+49-0345/6903157](tel:+493456903157)|

@ -222,4 +222,21 @@
{{ end }}
{{ end }}
<section class="section bg-footer">
<div class="container">
<div class="row align-items-center">
{{- $files := readDir "/static/media/logos" }}
{{- range $files -}}
{{- $isimg := lower .Name | findRE "\\.(gif|jpg|jpeg|tiff|png|bmp|webp|avif|jxl|svg)" }}<!-- is the current file an image? -->
{{- if $isimg }}
{{- $linkURL := print "/media/logos" "/" .Name | absURL }}<!-- relative URL -->
<div class="col-md-2 order-1 order-md-2 mb-4">
<img class="img-fluid w-100" src="{{ $linkURL }}" alt="about image">
</div>
{{- end }}
{{- end }}
</div>
</div>
</section>
{{ end }}

@ -29,10 +29,8 @@ crossorigin=""/>
<button type="submit" value="send" class="btn btn-primary">{{ i18n "send" }}</button>
</form>
</div>
<div class="col-lg-5">
<div class="col-lg-5 content">
{{ .Content }}
<a href="tel:{{ .Site.Params.mobile }}" class="mb-5 btn btn-primary">{{ .Site.Params.mobile }}</a>
<a href="mailto:{{ .Site.Params.email }}" class="btn btn-primary">{{ .Site.Params.email }}</a>
</div>
</div>
</div>

BIN
static/media/logos/bfs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
static/media/logos/dng.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
static/media/logos/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 377 KiB