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,14 +19,14 @@
</a>
</header>
<div class="hero-kosten">
<div class="herolp-kosten herolp">
<h1>Revolutionieren Sie Ihre Kundenkommunikation mit intelligenten Chatbots</h1>
</div>
<div class="content-wrapper">
<main>
<!-- content start -->
<section class="hero">
<section class="intro">
<div class="benefits">
<h2>Vorteile für Ihr Unternehmen:</h2>
<ul>
@@ -38,8 +38,10 @@
</div>
<div class="cta-buttons">
<a href="https://calendly.com/martin-rattensberger/kennenlernen" class="btn btn-primary">Kostenloses Beratungsgespräch</a>
<a href="https://copecart.com/products/ca4acfcf/checkout" class="btn btn-secondary">Preise entdecken</a>
<a href="https://calendly.com/martin-rattensberger/kennenlernen" class="btn btn-primary" target="_blank">Kostenloses Beratungsgespräch</a>
</div>
<div class="cta-buttons">
<a href="https://copecart.com/products/ca4acfcf/checkout" class="btn btn-secondary" target="_blank">Preise entdecken</a>
</div>
</section>
@@ -69,4 +71,4 @@
</footer>
</body>
</html>
</html>

View File

@@ -414,7 +414,7 @@
<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>

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 577 KiB

After

Width:  |  Height:  |  Size: 577 KiB

BIN
images/tuv_testmark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@@ -37,7 +37,7 @@
<p>
Mitglied der WKÖ Steiermark<br>
<a href="https://www.wkoecg.at/Ecg.aspx?FirmaID=2de39173-061b-46bb-9b6d-68aecf16071f">
<img src="ecg.png" alt="ECG Logo">
<img src="images/ecg.png" alt="ECG Logo">
</a>
</p>
@@ -62,7 +62,7 @@
<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>
@@ -75,4 +75,4 @@
</footer>
</body>
</html>
</html>

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>

View File

@@ -109,4 +109,221 @@ footer nav ul li {
footer nav ul li a {
color: #fff;
text-decoration: none;
}
}
header {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
header p {
font-size: 1.5em;
}
.hero {
background-image: url('images/hero-bild01.png');
background-size: cover;
background-position: center;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.hero h1 {
font-size: 3em;
margin: 0;
}
.herolp {
background-size: cover;
background-position: center;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.herolp h1 {
font-size: 3em;
margin: 0;
}
.herolp-kosten {
background-image: url('images/chatbot-kosten-kmu.png');
}
.content {
padding: 20px;
}
a {
color: #00f;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Responsive layout */
@media (max-width: 768px) {
.hero h1 {
font-size: 2em;
}
.content {
padding: 10px;
}
.hero {
height: 300px;
}
}
/* Modern animations */
.hero {
background-image: url('images/hero-bild01.png');
background-size: cover;
background-position: center;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
color: white;
opacity: 0;
animation: fadeIn 2s forwards;
}
@keyframes fadeIn {
to {
opacity: 1;
}
}
header,
footer {
position: relative;
z-index: 10;
animation: slideDown 1.5s ease-out forwards;
}
.ceo-image {
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
border: 5px solid white;
margin: 30px auto 15px auto;
/* Center horizontally */
display: block;
/* Centered block element */
opacity: 0;
animation: fadeInUp 2s 1s forwards;
}
@keyframes fadeInUp {
from {
transform: translateY(30px) translateX(-50%);
opacity: 0;
}
to {
transform: translateY(0) translateX(-50%);
opacity: 1;
}
}
@keyframes slideDown {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
.hero-text {
background-color: rgba(0, 0, 0, 0.6);
padding: 20px;
border-radius: 5px;
max-width: 600px;
text-align: center;
animation: float 3s infinite ease-in-out;
}
@keyframes float {
0%,
100% {
transform: translatey(0);
}
50% {
transform: translatey(-10px);
}
}
a {
color: #00f;
text-decoration: none;
transition: color 0.3s;
}
a:hover {
text-decoration: underline;
color: #f00;
}
.hero-text h1 {
font-size: 2.5em;
margin-bottom: 10px;
}
.hero-text p {
font-size: 1.3em;
}
.intro {
font-size: 1.2em;
}
.intro ul {
padding: 0;
margin: 0;
list-style: none;
overflow: hidden;
}
.intro li {
padding: 0 20px 0 20px;
}
.cta-buttons {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: white;
text-decoration: none;
border-radius: 5px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
margin: 10px 20px;
}
.cta-buttons:hover {
background-color: #0056b3;
}
.cta-buttons a {
color: white;
text-decoration: none;
}

42
template.html Normal file
View File

@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- title start -->
<!-- title end -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<a href="index.html">
<h1>MR AI Consulting</h1>
<p>Maximieren Sie Ihr Geschäftspotenzial mit KI Technologie</p>
</a>
</header>
<div class="content-wrapper">
<main>
<!-- content start -->
<!-- content end -->
</main>
</div>
<footer>
<div class="container">
<p>&copy; 2025 MR AI Consulting. Alle Rechte vorbehalten.</p>
<nav>
<ul>
<li><a href="impressum.html">Impressum</a></li>
<li><a href="datenschutz.html">Datenschutz</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>