SEOOptimierungenAlex07092025
This commit is contained in:
parent
6828c3f835
commit
b7f8f2ac5e
34 changed files with 4426 additions and 253 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
{{ partial "page-title.html" . }}
|
||||
|
||||
|
||||
{{/* ==== BILDER SAMMELN (Front-Matter oder Auto-Discovery) ==== */}}
|
||||
{{ $photos := .Params.images }}
|
||||
{{ if not $photos }}
|
||||
|
|
@ -111,9 +113,9 @@
|
|||
{{ with $heroPhoto }}
|
||||
<figure class="service-hero__media">
|
||||
<img src='{{ .src | default . | relURL }}'
|
||||
alt='{{ .alt | default $.Title }}'
|
||||
width="1200" height="800"
|
||||
loading="eager" decoding="async" class="img-fluid">
|
||||
alt='{{ .alt | default $.Title }}'
|
||||
width="1200" height="800"
|
||||
loading="eager" decoding="async" fetchpriority="high" class="img-fluid">
|
||||
</figure>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
@ -430,7 +432,7 @@
|
|||
{{ $totalFeatures := len $features }}
|
||||
|
||||
<div class="sf-carousel" id="sfCarousel">
|
||||
<h2 class="sf-title">Unsere Leistungen</h2>
|
||||
<h3 class="sf-title">Unsere Leistungen</h3>
|
||||
|
||||
<button class="sf-arrow prev" aria-label="Vorherige Leistung">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
|
|
@ -677,7 +679,7 @@
|
|||
|
||||
<!-- Text links -->
|
||||
<div class="col-lg-6" data-reveal>
|
||||
<h2 class="mb-3">Ergebnis & Mehrwert</h2>
|
||||
<h3 class="mb-3">Ergebnis & Mehrwert</h3>
|
||||
<ul class="checklist">
|
||||
{{ range . }}
|
||||
<li data-reveal>
|
||||
|
|
@ -713,6 +715,8 @@
|
|||
</section>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "related.html" . }}
|
||||
|
||||
|
||||
<!-- =========================
|
||||
CTA (animierter Hintergrund wie auf Index),
|
||||
|
|
@ -755,13 +759,13 @@
|
|||
|
||||
<div class="cta__social">
|
||||
<a class="cta__social-link" href="https://www.instagram.com/amperion.at/" target="_blank" rel="noopener" aria-label="Instagram">
|
||||
<img src="/images/social/instagram.svg" alt="">
|
||||
<img src="/images/social/instagram.svg" alt="" role="presentation" aria-hidden="true">
|
||||
</a>
|
||||
<a class="cta__social-link" href="https://www.linkedin.com/company/amperion-gmbh/" target="_blank" rel="noopener" aria-label="LinkedIn">
|
||||
<img src="/images/social/linkedin.svg" alt="">
|
||||
<img src="/images/social/linkedin.svg" alt="" role="presentation" aria-hidden="true">
|
||||
</a>
|
||||
<a class="cta__social-link" href="https://www.facebook.com/share/1CZ7xm6cdw/?mibextid=wwXIfr" target="_blank" rel="noopener" aria-label="Facebook">
|
||||
<img src="/images/social/facebook.svg" alt="">
|
||||
<img src="/images/social/facebook.svg" alt="" role="presentation" aria-hidden="true">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue