homepage size
This commit is contained in:
parent
b32cdb766e
commit
ddf93994f1
@ -1,5 +1,5 @@
|
|||||||
.hero-section {
|
.hero-section {
|
||||||
padding: 250px 0 290px;
|
padding: 250px 0 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-slider {
|
.hero-slider {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
top_banner:
|
top_banner:
|
||||||
enable: true
|
enable: false
|
||||||
text: "Um zur Aufnahmeprüfung zugelassen werden zu können, müssen das
|
text: "Um zur Aufnahmeprüfung zugelassen werden zu können, müssen das
|
||||||
Aufnahmeformular und eine Kopie des Halbjahreszeugnisses bis spätestens
|
Aufnahmeformular und eine Kopie des Halbjahreszeugnisses bis spätestens
|
||||||
Mittwoch, den 8. Februar 2023, eingereicht werden. <br><br>Wir laden zum
|
Mittwoch, den 8. Februar 2023, eingereicht werden. <br><br>Wir laden zum
|
||||||
@ -93,7 +93,7 @@ about:
|
|||||||
unser vielfältiges wissenschaftliches, kulturelles und soziales Angebot.
|
unser vielfältiges wissenschaftliches, kulturelles und soziales Angebot.
|
||||||
|
|
||||||
|
|
||||||
## Virtueller Rundgang
|
### Virtueller Rundgang
|
||||||
|
|
||||||
|
|
||||||
Wer nicht bis zum nächsten Tag der offenen Tür warten möchte, dem bieten wir eine digitale Führung durch das Schulhaus an, um sich bereits virtuell im Schulhaus umzuschauen.
|
Wer nicht bis zum nächsten Tag der offenen Tür warten möchte, dem bieten wir eine digitale Führung durch das Schulhaus an, um sich bereits virtuell im Schulhaus umzuschauen.
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="hero-slider-item">
|
<div class="hero-slider-item">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<h1 class="text-white">{{ $data.homepage.slider.title | markdownify }}</h1>
|
<h2 class="text-white">{{ $data.homepage.slider.title | markdownify }}</h2>
|
||||||
<p class="text-muted mb-4" data-animation-out="fadeOut{{.animation_out | title }}" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeIn{{.animation_in | title }}" data-delay-in="0">{{ .content | markdownify }}</p>
|
<p class="text-muted mb-4" data-animation-out="fadeOut{{.animation_out | title }}" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeIn{{.animation_in | title }}" data-delay-in="0">{{ .content | markdownify }}</p>
|
||||||
{{ if .button.enable }}
|
{{ if .button.enable }}
|
||||||
<a href="{{ .button.link | absLangURL }}" class="btn btn-primary" data-animation-out="fadeOut{{.animation_out | title }}" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeIn{{.animation_in | title }}" data-delay-in=".7">{{ .button.label }}</a>
|
<a href="{{ .button.link | absLangURL }}" class="btn btn-primary" data-animation-out="fadeOut{{.animation_out | title }}" data-delay-out="5" data-duration-in=".3" data-animation-in="fadeIn{{.animation_in | title }}" data-delay-in=".7">{{ .button.label }}</a>
|
||||||
@ -80,7 +80,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-9 order-2 order-md-1">
|
<div class="col-md-9 order-2 order-md-1">
|
||||||
<h2 class="section-title">{{ .title | markdownify }}</h2>
|
<h3 class="section-title">{{ .title | markdownify }}</h3>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ .content | markdownify }}
|
{{ .content | markdownify }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user