diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss index 1181fd4..b05dd83 100644 --- a/assets/scss/_common.scss +++ b/assets/scss/_common.scss @@ -612,7 +612,7 @@ span.cloaked-e-mail:before { float: none; } } -/* copy from here */ +/* Maus und Mausrad*/ .scrolldown { --sizeX: 30px; --sizeY: 50px; diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 738c7d7..ddd8343 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -1,8 +1,20 @@ /* ========== Typografie & Basis ========== */ -.title-custom { - color: #046e6e; +.hero-section { + width: 100%; + text-align: center; + padding: 0 1rem; } +.hero-title { + font-size: clamp(2.5rem, 4vw, 6rem); // skaliert stark bei kleinen Screens + font-weight: 600; + line-height: 1.2; + color: #046e6e; + word-break: normal; + hyphens: none; +} + + .text-center { text-align: center; } @@ -82,6 +94,8 @@ section { } } + + /* ========== Service-Layout (Kacheln / Pfeile) ========== */ .service-arrow .block { diff --git a/content/german/_index.md b/content/german/_index.md index 87d27b9..7c2c8fc 100644 --- a/content/german/_index.md +++ b/content/german/_index.md @@ -8,7 +8,7 @@ banner: logo_image1: "images/amperion_logo_color.png" # Neuer Eintrag für das Logo logo_image2: "images/amperion_letters_color.webp" # Neuer Eintrag für das Logo logo_image3: "images/" # Neuer Eintrag für das Logo - title: "Ingenieur­büro und Elektro­technik­betrieb" + title: "INGENIEURBÜRO UND ELEKTROTECHNIKBETRIEB" content: "Wir entwickeln Energielösungen für die Zukunft" button: enable: true diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..810f34c --- /dev/null +++ b/faq.html @@ -0,0 +1,22 @@ +{{ define "main" }} + +{{ partial "page-title.html" . }} + +
+
+
+
+

{{ .Title }}

+ {{ with .Params.subtitle }}{{ . | $.Page.RenderString (dict "display" "block") }}{{ end }} +

{{ i18n "last_update" }}: {{ time.Format ":date_long" .Lastmod }}

+

{{ i18n "faq_toc_title" }}

+ {{ .TableOfContents }} +
+
+ {{ .Content }} +
+
+
+
+ +{{ end }} diff --git a/layouts/index.html b/layouts/index.html index aca1806..b196cc7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,11 +19,10 @@ -
+
{{ with .title }} -

{{ . | markdownify }}

+

{{ . | markdownify }}

{{ end }} - {{ with .button }} {{ if .enable }}