diff --git a/layouts/_default/contact.html b/layouts/_default/contact.html index 86f1018..96a15e5 100644 --- a/layouts/_default/contact.html +++ b/layouts/_default/contact.html @@ -30,8 +30,9 @@ .stack{display:grid;gap:16px} .stack-lg{display:grid;gap:24px} .info-list{list-style:none;margin:0;padding:0;display:grid;gap:12px} - .info-item{display:flex;gap:.75rem;align-items:flex-start} - .info-item .ico{flex:0 0 auto;line-height:0;color:#F5A623} + .info-item{display:flex;gap:.75rem;align-items:flex-start; justify-content:center; text-align:center} + .info-item .ico{flex:0 0 auto;line-height:0} + .info-item .txt a{ text-decoration:none;color:inherit; } /* CTA-Buttons & Socials: nutzt eure bestehenden Klassen โ nur Layout-Hooks */ .cta__actions{display:flex;gap:.75rem;flex-wrap:wrap} @@ -50,8 +51,8 @@ } textarea.form-control{min-height:160px;resize:vertical} .form-control:focus{border-color:#F5A623;box-shadow:0 0 0 3px rgba(245,166,35,.18)} - .form-legal{margin:0;opacity:.9} /* p-Standardgrรถรe bleibt erhalten */ - .card h3{margin:0 0 .5rem} /* nur Abstand, Typo kommt global von h3 */ + .form-legal{margin:0;opacity:.9} + .card h3{margin:0 0 .5rem} @@ -63,34 +64,41 @@ Kontakt - - ๐{{ with $addr }} - - {{ . | markdownify }} - - {{ end }} - ๐ง{{ with $email }} - - - {{ . }} - - - {{ end }} - ๐{{ with $phone1 }} - - - {{ . }} - - - {{ end }} - {{ with $phone2 }} - - - {{ . }} - - - {{ end }} - + + {{ with $addr }} + + ๐ + {{ . | markdownify }} + + {{ end }} + + {{ with $email }} + + ๐ง + + {{ . }} + + + {{ end }} + + {{ with $phone1 }} + + ๐ + + {{ . }} + + + {{ end }} + + {{ with $phone2 }} + + ๐ฑ + + {{ . }} + + + {{ end }} + @@ -112,7 +120,7 @@ - + Name @@ -138,17 +146,25 @@ Ihre Nachricht - + + + + + Hinweis: Bitte aktivieren Sie JavaScript, um das Captcha zu laden. + + + Ich bin mit der Verarbeitung meiner Daten zum Zweck der Kontaktaufnahme einverstanden. (Datenschutzhinweise beachten) + โNachricht senden @@ -156,15 +172,17 @@ + + {{/* Reveal Init (falls global nicht vorhanden) */}} - - -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/script.html b/layouts/partials/script.html index 3784497..6121dd5 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/script.html @@ -1,73 +1,141 @@ - - {{ $scripts := slice }} {{ range site.Params.plugins.js}} -{{ if findRE "^http" .link }} - -{{ else }} -{{ $scripts = $scripts | append (resources.Get .link) }} -{{ end }} + {{ if findRE "^http" .link }} + + {{ else }} + {{ $scripts = $scripts | append (resources.Get .link) }} + {{ end }} {{ end }} {{ $scripts := $scripts | append (resources.Get "js/script.js" | minify) }} {{ $scripts := $scripts | resources.Concat "js/script.js" | minify | fingerprint "sha512" }} - - + - - + - - \ No newline at end of file + +
Ich bin mit der Verarbeitung meiner Daten zum Zweck der Kontaktaufnahme einverstanden. (Datenschutzhinweise beachten)