complete style conversion, cleanups
This commit is contained in:
@ -68,11 +68,11 @@
|
||||
|
||||
{{ if $data.homepage.about.enable }}
|
||||
{{ with $data.homepage.about }}
|
||||
<section class="section-sm">
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-10 order-2 order-md-1">
|
||||
<h3 class="section-title">{{ .title | markdownify }}</h3>
|
||||
<h3 class="mb-4">{{ .title | markdownify }}</h3>
|
||||
<div class="content">
|
||||
{{ .content | markdownify }}
|
||||
</div>
|
||||
@ -100,11 +100,11 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if $data.homepage.blog.enable }}
|
||||
<section class="section-sm mb-4">
|
||||
<section class="section mb-4">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="d-flex align-items-center section-title justify-content-between">
|
||||
<div class="d-flex align-items-center mb-4 justify-content-between">
|
||||
<h2 class="mb-0 text-nowrap me-3">{{ $data.homepage.blog.title }}</h2>
|
||||
<div class="border-top w-100 border-primary d-none d-sm-block"></div>
|
||||
<div>
|
||||
@ -181,11 +181,11 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if $data.homepage.ganztagsangebote.enable }}
|
||||
<section class="section-sm">
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="d-flex align-items-center section-title justify-content-between">
|
||||
<div class="d-flex align-items-center mb-4 justify-content-between">
|
||||
<h2 class="mb-0 text-nowrap me-3">{{ $data.homepage.ganztagsangebote.title }}</h2>
|
||||
<div class="border-top w-100 border-primary d-none d-sm-block"></div>
|
||||
<div>
|
||||
@ -217,7 +217,7 @@
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
<h2 class="text-white mb-0">{{ .title | markdownify }}</h2>
|
||||
<h5 class="section-title text-white">{{ .subtitle | markdownify }}</h5>
|
||||
<h5 class="mb-4 text-white">{{ .subtitle | markdownify }}</h5>
|
||||
{{ if .button.enable }}
|
||||
{{ with .button }}
|
||||
<a href="{{ .link | absLangURL }}" class="btn btn-secondary text-uppercase">{{ .label }}</a>
|
||||
@ -235,11 +235,11 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if $data.homepage.termine.enable }}
|
||||
<section class="section-sm bg-body-tertiary">
|
||||
<section class="section bg-body-tertiary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="d-flex align-items-center section-title justify-content-between">
|
||||
<div class="d-flex align-items-center mb-4 justify-content-between">
|
||||
<h2 class="mb-0 text-nowrap me-3">{{ $data.homepage.termine.title }}</h2>
|
||||
<div class="border-top w-100 border-primary d-none d-sm-block"></div>
|
||||
<div>
|
||||
@ -281,7 +281,7 @@
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-7 order-2 order-md-1">
|
||||
<h3 class="section-title text-white">{{ .title | markdownify }}</h2>
|
||||
<h3 class="mb-4 text-white">{{ .title | markdownify }}</h2>
|
||||
<div class="content text-white text-opacity-50">
|
||||
{{ .content | markdownify }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user