forked from markus/AMPERION_Webpage
SEOOptimierungenAlex07092025
This commit is contained in:
parent
6828c3f835
commit
b7f8f2ac5e
34 changed files with 4426 additions and 253 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<section id="hero" class="slider {{ if .bg_overlay }}overly{{ end }} gif-background"
|
||||
style="min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative;">
|
||||
<div class="my-container" style="position: relative; z-index: 2;">
|
||||
|
||||
|
||||
<!-- Logo-Zeile mit zwei Frames -->
|
||||
<div class="logo-container">
|
||||
|
|
@ -20,7 +21,7 @@
|
|||
<!-- Haupttitel + Button -->
|
||||
<div class="hero-section" style="margin-top: 10rem;">
|
||||
{{ with .title }}
|
||||
<h2 class="hero-title fade-in-title">{{ . | markdownify }}</h2>
|
||||
<h1 class="hero-title fade-in-title" itemprop="headline">{{ . | markdownify }}</h1>
|
||||
{{ end }}
|
||||
{{ with .button }}
|
||||
{{ if .enable }}
|
||||
|
|
@ -136,6 +137,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- DARUM AMPERION -->
|
||||
<section class="whyamperion section">
|
||||
<div class="container my-container">
|
||||
|
|
@ -314,13 +316,13 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
|
||||
<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