aktuelle online-Version inkl. Landingpage und styles.css

This commit is contained in:
2025-01-09 14:13:20 +01:00
parent a01e30899e
commit b179f23c06
12 changed files with 282 additions and 16 deletions

View File

@@ -19,8 +19,12 @@
text-align: center;
}
header p {
font-size: 1.5em;
}
.hero {
background-image: url('hero-bild01.png');
background-image: url('images/hero-bild01.png');
background-size: cover;
background-position: center;
height: 400px;
@@ -72,7 +76,7 @@
/* Modern animations */
.hero {
background-image: url('hero-bild01.png');
background-image: url('images/hero-bild01.png');
background-size: cover;
background-position: center;
height: 400px;
@@ -188,7 +192,7 @@
<body>
<header>
<h1>MR AI Consulting</h1>
<p>Maximieren Sie Ihr Geschäftspotenzial mit KI Technologie</p>
<p>Automate Success. Inspire People.</p>
</header>
<div class="hero">
@@ -206,7 +210,7 @@
<section>
<div class="ceo-image">
<img src="CEO_Martin_Rattensberger_512.jpg" alt="CEO Bild" style="width: 100%; height: 100%;">
<img src="images/CEO_Martin_Rattensberger_512.jpg" alt="CEO Bild" style="width: 100%; height: 100%;">
</div>
<h2>Kontakt</h2>
<p>Nutzen Sie unsere Expertise zu Ihrem Vorteil und erreichen Sie uns unter:</p>
@@ -216,13 +220,14 @@
<p>LinkedIn: <a
href="https://www.linkedin.com/in/martin-rattensberger">linkedin.com/in/martin-rattensberger</a>
</p>
<a href="https://www.certipedia.com/quality_marks/0217464914" target=_blank><img src="images/tuv_testmark.png" alt="TÜV Testmarke" style="max-width: 300px;"></a>
</address>
</section>
</div>
</div>
<footer>
<div class="container">
<p>&copy; 2024 MR AI Consulting. Alle Rechte vorbehalten.</p>
<p>&copy; 2025 MR AI Consulting. Alle Rechte vorbehalten.</p>
<nav>
<ul>
<li><a href="impressum.html">Impressum</a></li>
@@ -235,4 +240,4 @@
</footer>
</body>
</html>
</html>