Create first content fixes

This commit is contained in:
Christian Wolf 2023-01-21 08:36:37 +01:00
parent d2e874d330
commit 31b6cd2bba
15 changed files with 140 additions and 2 deletions

View File

@ -22,6 +22,7 @@ h1, h2, h3, h4, h5, h6 {
h1 {
font-size: 233%;
margin-top: 0;
}
#wrapper {
@ -120,6 +121,46 @@ h1 {
#content {
flex: 100% 0 1;
table {
width: 100%;
border-collapse: collapse;
td, th {
padding: 5px;
border: none;
}
tr {
background-color: #dedede;
&:nth-of-type(2n) {
background-color: #f7f7f7;
}
}
thead > tr {
background-color: $color_red;
color: white;
text-align: left;
}
}
.float-right {
float: right;
}
a {
color: black;
&.download {
&::before {
margin: 0 5px 0 0;
top: 3px;
position: relative;
content: url('img/download.png');
}
}
}
}
}

View File

@ -5,5 +5,6 @@ draft: false
menu:
main:
weight: 3
identifier: angebote
---

View File

@ -0,0 +1,10 @@
---
title: "Breitensport"
date: 2023-01-20T18:04:42+01:00
draft: true
menu:
main:
parent: angebote
weight: 2
---

View File

@ -0,0 +1,10 @@
---
title: "Dance-Styles"
date: 2023-01-20T18:04:43+01:00
draft: true
menu:
main:
parent: angebote
weight: 5
---

View File

@ -0,0 +1,10 @@
---
title: "Discofox"
date: 2023-01-20T18:04:43+01:00
draft: true
menu:
main:
parent: angebote
weight: 6
---

View File

@ -0,0 +1,10 @@
---
title: "Kinder/Jugend"
date: 2023-01-20T18:04:43+01:00
draft: true
menu:
main:
parent: angebote
weight: 4
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,27 @@
---
title: "Tanzkreise"
date: 2023-01-20T18:03:35+01:00
draft: true
menu:
main:
parent: angebote
weight: 1
---
{{< tsc/float-image-right src="Tanzkreise.jpg" >}}
In unseren Tanzkreisen treffen sich all jene, die einfach nur Spaß am Gesellschaftstanz haben und sich in der Gruppe gemeinsam zu den Rhythmen vom Walzer, Tango, ChaChaCha, Jive, etc. bewegen wollen.
Abhängig vom Niveau der Teilnehmer (Einsteiger, Fortgeschrittene, ehemalige Turniertänzer) vermitteln unsere Trainer einmal wöchentlich sowohl grundlegende Technik der Tänze als auch viele Figuren und Schrittfolgen.
Interessiert? Na, dann schauen Sie doch einfach einmal vorbei!
## Trainingszeiten Tanzkreise
| Tanzkreise | Tag | Zeit | Ort |
|-------------|-------------|---------------|----------|
| Tanzkreis 2 | Dienstag | 20:00 - 22:00 | VH Mitte |
| Tanzkreis 3 | Mittwoch | 19:00 - 20:30 | VH Mitte |
| Tanzkreis 4 | Mittwoch | 20:30 - 22:00 | VH Mitte |
| Tanzkreis 5 | Donnerstag | 19:30 - 21:00 | VH Mitte |
| Tanzkreis 6 | Freitag | 19:00 - 20:30 | VH Vorn |
| Tanzkreis 0 | Freitag | 19:00 - 20:30 | VH Mitte |

View File

@ -0,0 +1,10 @@
---
title: "Turniersport"
date: 2023-01-20T18:04:43+01:00
draft: true
menu:
main:
parent: angebote
weight: 3
---

View File

@ -0,0 +1,10 @@
---
title: "Zeiten"
date: 2023-01-20T18:04:43+01:00
draft: true
menu:
main:
parent: angebote
weight: 7
---

Binary file not shown.

View File

@ -30,8 +30,9 @@ zur Abteilungs- und Beitragsordnung Stand Juli 2022
## Formulare der Tanzsportabteilung
Beitrittserklärung als PDF-File neu ab Okt 2022
Abteilungs- und Beitragsordnung als PDF-File
{{< dld url="Anmeldeformular.pdf" >}}Beitrittserklärung als PDF-File neu ab Okt 2022{{< /dld >}} &nbsp;
{{<dld url="Abteilungs-Beitragsordnung-2022-05-03.pdf">}}Abteilungs- und Beitragsordnung als PDF-File{{</dld>}}
Den Antrag bitte vollständig ausfüllt der Clubleitung bzw. dem/r Übungsleiter/in geben. Falls noch keine VfL-Mitgliedschaft besteht, ist für Personen ab dem vollendeten 14. Lebensjahr zusätzlich ein Aufnahmeantrag des VfL-Sindelfingen beizufügen.

View File

@ -0,0 +1,3 @@
<a target="_blank" class="download" href="{{ .Get "url" }}">
{{ .Inner }}
</a>

View File

@ -0,0 +1,5 @@
{{ $src := .Get "src" }}
<img class="image float-right"
{{ with .Get "alt" }}alt="{{ . }}"{{ end }}
src="{{ ($.Page.Resources.GetMatch $src)}}"
>