Compare commits
5 Commits
bb4783fbb1
...
2d8adcd49a
Author | SHA1 | Date |
---|---|---|
philipp lang | 2d8adcd49a | |
philipp lang | 8041d730dd | |
philipp lang | 69e9271b58 | |
philipp lang | 10a580131b | |
philipp lang | d9889485f7 |
|
@ -1,7 +1,7 @@
|
|||
[headAssets]
|
||||
==
|
||||
<!doctype html>
|
||||
<html lang="it" class="scroll-smooth dark">
|
||||
<html lang="de" class="scroll-smooth dark">
|
||||
{% partial 'shared/head' %}
|
||||
<body class="font-nunito">
|
||||
{% partial 'shared/header' %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
title = "Datenschutzerklärung"
|
||||
url = "/datenschutzerklaerung"
|
||||
layout = "base"
|
||||
meta_description = "Datenschutzerklärung auf einen Blick"
|
||||
is_hidden = 0
|
||||
==
|
||||
<div class="mx-auto py-10 px-6 max-w-6xl prose">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
title = "Homepage"
|
||||
url = "/"
|
||||
layout = "base"
|
||||
meta_description = "Die Disco St. Katharina ist ein Partyraum in Solingen Wald für Geburtstage, Firmenfeiern und Partys aller Art."
|
||||
is_hidden = 0
|
||||
|
||||
[anfrage]
|
||||
==
|
||||
|
||||
<div class="outer-container bg-neutral-900" id="ausstattung">
|
||||
<div>
|
||||
{% partial 'mainheading' title="Ausstattung" %}
|
||||
|
@ -19,7 +19,7 @@ is_hidden = 0
|
|||
{% partial 'feature' icon='bar' content='Theke mit Spüle' subcontent='für Gläser' %}
|
||||
{% partial 'feature' icon='dj' content='DJ-Pult' subcontent='zum Steuern von Musik' %}
|
||||
{% partial 'feature' icon='cooler' content='zwei Kühlschränke' subcontent='zum kühlen von Getränken und Speisen' %}
|
||||
{% partial 'imagegrid-end' image='innenraum.jpg' %}
|
||||
{% partial 'imagegrid-end' image='innenraum.jpg' alt='Innenraum vom Partyraum' %}
|
||||
|
||||
{% partial 'imagegrid-start' heading='Licht & Co' %}
|
||||
{% partial 'feature' icon='spotlight' content='Lauflicht' subcontent='Rundumlicht in verschiedenen Farben' %}
|
||||
|
@ -27,19 +27,19 @@ is_hidden = 0
|
|||
{% partial 'feature' icon='fog' content='Nebelmaschine' subcontent='oben und unten' %}
|
||||
{% partial 'feature' icon='strobo' content='Stroboskop' subcontent='bei Techno-Parties beliebt' %}
|
||||
{% partial 'feature' icon='blacklight' content='Schwarzlicht' subcontent='für Black & White, Halloween & co' %}
|
||||
{% partial 'imagegrid-end' image='licht.jpg' %}
|
||||
{% partial 'imagegrid-end' image='licht.jpg' alt='Lichtanlage vom Partyraum Solingen Wald' %}
|
||||
|
||||
{% partial 'imagegrid-start' heading='Tischtennis-Raum' %}
|
||||
{% partial 'feature' icon='dish' content='zum Essen' subcontent='und um Buffets aufzubauen' %}
|
||||
{% partial 'feature' icon='beerpong' content='zum Beerpong spielen' subcontent='und andere Aktivitäten' %}
|
||||
{% partial 'feature' icon='chair' content='Sitzelegenheiten vorhanden' subcontent='zum Ausruhen und Chillen' %}
|
||||
{% partial 'imagegrid-end' image='tischtennis.jpg' %}
|
||||
{% partial 'imagegrid-end' image='tischtennis.jpg' alt='Tischtennis-Raum vom Partyraum Solingen Wald' %}
|
||||
|
||||
{% partial 'imagegrid-start' heading='Außenbereich' %}
|
||||
{% partial 'feature' icon='smoke' content='zum Rauchen / Vapen' subcontent='drinnen ist Rauchverbot' %}
|
||||
{% partial 'feature' icon='barbecue' content='zum Grillen' subcontent='Besonders im Sommer beliebt' %}
|
||||
{% partial 'feature' icon='campfire' content='zum Laferfeuer machen' subcontent='Feuerstelle ist vorhanden' %}
|
||||
{% partial 'imagegrid-end' image='aussen.jpg' %}
|
||||
{% partial 'imagegrid-end' image='aussen.jpg' alt='Außenbereich vom Partyraum Solingen Wald' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
title = "Impressum"
|
||||
url = "/impressum"
|
||||
layout = "base"
|
||||
meta_description = "Impressum"
|
||||
is_hidden = 0
|
||||
==
|
||||
|
||||
<div class="mx-auto py-10 px-6 max-w-6xl prose">
|
||||
{% partial 'heading' title="Impressum" %}
|
||||
<h2>Angaben gemäß § 5 TMG</h2>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
--polygon: 76% 4%, 100% 0, 100% 100%, 66% 95%, 29% 96%, 0 100%, 6% 44%, 3% 8%, 34% 1%;
|
||||
--polygonmobile: 0 0, 65% 7%, 100% 0, 100% 100%, 29% 93%, 0 100%;
|
||||
">
|
||||
<div src="{{image | media }}" class="absolute w-[calc(100%+10px)] h-[calc(100%+20px)] top-[-10px] left-[-10px] md:meft-0 bg-neutral-800 clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]"></div>
|
||||
<img src="{{image | media }}" class="w-full h-[60vh] lg:h-[80vh] object-cover clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]" />
|
||||
<div class="absolute w-[calc(100%+10px)] h-[calc(100%+20px)] top-[-10px] left-[-10px] md:meft-0 bg-neutral-800 clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]"></div>
|
||||
<img src="{{image | media }}" class="w-full h-[60vh] lg:h-[80vh] object-cover clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]" alt="{{ alt }}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="grid lg:grid-cols-5 items-center">
|
||||
<div class="lg:col-span-2 row-start-2 lg:row-start-auto w-[calc(100%-3rem)] sm:w-96 lg:max-w-none lg:w-full mx-auto lg:py-8 lg:pl-10">
|
||||
<div class="prose prose-invert prose-lg bg-neutral-800 p-8 rounded-b-xl lg:rounded-b-0 rounded-l-0 lg:rounded-l-xl max-w-none pt-[8vw] lg:pt-8 mt-[-5vw] lg:mt-0 lg:mr-[-4vw] pr-[4vw] [&>p]:text-[1.5vw] text-xl xl:[&>h3]:text-[1.7vw]">
|
||||
<h3 class="text-center lg:text-left">{{heading}}</h3>
|
||||
<div class="prose prose-invert prose-lg bg-neutral-800 p-8 rounded-b-xl lg:rounded-b-0 rounded-l-0 lg:rounded-l-xl max-w-none pt-[12vw] lg:pt-8 mt-[-10vw] lg:mt-0 lg:mr-[-4vw] pr-[4vw] [&>p]:text-[1.5vw] text-xl xl:[&>h2]:text-[1.7vw]">
|
||||
<h2 class="text-center lg:text-left">{{heading}}</h2>
|
||||
|
|
|
@ -21,7 +21,7 @@ function onStart() {
|
|||
<a class="block" href="/datenschutzerklaerung">Datenschutzerklaerung</a>
|
||||
</div>
|
||||
<div>
|
||||
<img src="{{ 'logo.png' | media }}">
|
||||
<a href="https://www.sebastian-solingen.de/startseite/index.html" target="_BLANK"><img src="{{ 'logo.png' | media }}" alt="Sebastian Solingen"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{{ this.page.title }} | Disco st. Katharina</title>
|
||||
<meta name="description" content="Die Disco St. Katharina ist ein Partyraum in Solingen Wald für Geburtstage, Firmenfeiern und Partys aller Art.">
|
||||
<meta name="description" content="{{ this.page.meta_description }}">
|
||||
{% styles %}
|
||||
{% component 'headAssets' %}
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue