produktiv-version
This commit is contained in:
@@ -8,10 +8,13 @@
|
||||
</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>
|
||||
<h2>Datenschutzerklärung</h2>
|
||||
<h3>Datenschutzhinweise</h3>
|
||||
@@ -408,6 +411,7 @@
|
||||
</p>
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2024 MR AI Consulting. Alle Rechte vorbehalten.</p>
|
||||
|
||||
@@ -1,47 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Impressum</title>
|
||||
<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>
|
||||
<h1>Impressum</h1>
|
||||
<section>
|
||||
<h2>Angaben gemäß § 5 TMG</h2>
|
||||
<p><b><a href="datenschutz.html">Hier finden Sie unsere Datenschutzerklärung</a></b></p>
|
||||
<p>
|
||||
Max Mustermann<br>
|
||||
Musterstraße 123<br>
|
||||
12345 Musterstadt
|
||||
Martin Rattensberger, IT Services<br>
|
||||
Hall 435<br>
|
||||
8911 Admont<br>
|
||||
Österreich
|
||||
</p>
|
||||
<p>KI Beratung</p>
|
||||
<p><a href="tel:+436605514819">+43 660 551 48 19</a></p>
|
||||
|
||||
<p><a href="mailto:martin@rattensberger.ai">martin@rattensberger.ai</a></p>
|
||||
|
||||
<p>UID: ATU62631557</p>
|
||||
|
||||
<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">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<h2>Kontakt</h2>
|
||||
<p>
|
||||
Telefon: +49 (0) 123 456789<br>
|
||||
E-Mail: max@mustermann.de
|
||||
<p>Unternehmensgegenstand: Dienstleistungen in der automatischen Datenverarbeitung und
|
||||
Informationstechnik
|
||||
</p>
|
||||
|
||||
<h2>Umsatzsteuer-ID</h2>
|
||||
<p>
|
||||
Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz:<br>
|
||||
DE 123 456 789
|
||||
</p>
|
||||
<p>Berufsrecht: www.ris.bka.gv.at</p>
|
||||
|
||||
<h2>Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV</h2>
|
||||
<p>
|
||||
Max Mustermann<br>
|
||||
Musterstraße 123<br>
|
||||
12345 Musterstadt
|
||||
<p>Aufsichtsbehörde, Gewerbebehörde: Bezirkshauptmannschaft Liezen</p>
|
||||
|
||||
<p>Verbraucher haben die Möglichkeit, Beschwerden an die Online- Streitbeilegungsplattform der
|
||||
EU zu richten: <a href="https://ec.europa.eu/">https://ec.europa.eu/</a> oder Gewerbeordnung:
|
||||
<a href="https://www.ris.bka.gv.at">www.ris.bka.gv.at</a> Sie können
|
||||
allfällige Beschwerde auch an die oben angegebene E-Mail-Adresse richten.
|
||||
</p>
|
||||
<p>Bilder von pixabay, Tanja Brunthaler
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
@@ -53,7 +70,9 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<script defer src="https://stats.frysch.studio/script.js" data-website-id="044afb2f-ad00-4ee7-9f09-7a22d184cf0e"></script>
|
||||
<script defer src="https://stats.frysch.studio/script.js"
|
||||
data-website-id="044afb2f-ad00-4ee7-9f09-7a22d184cf0e"></script>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
194
index.html
194
index.html
@@ -1,11 +1,190 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>MR AI Consulting</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero {
|
||||
background-image: url('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;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
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('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 {
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero-text h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.hero-text p {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>MR AI Consulting</h1>
|
||||
@@ -16,10 +195,13 @@
|
||||
<h1>Entdecken Sie die Zukunft mit MR AI Consulting</h1>
|
||||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
||||
<div class="content">
|
||||
<section>
|
||||
<h2>Unsere Dienstleistungen</h2>
|
||||
<p>Wir bieten massgeschneiderte KI-Lösungen von Automatisierungen über Chatbot zu individuellen Anwendungen für Ihr Unternehmen.</p>
|
||||
<p>Wir bieten massgeschneiderte KI-Lösungen von Automatisierungen über Chatbot zu individuellen
|
||||
Anwendungen für Ihr Unternehmen.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
@@ -31,11 +213,13 @@
|
||||
<address>
|
||||
<p>Email: <a href="mailto:office@rattensberger.ai">office@rattensberger.ai</a></p>
|
||||
<p>Telefon: +43 660 551 48 19</p>
|
||||
<p>LinkedIn: <a href="https://www.linkedin.com/in/martin-rattensberger">linkedin.com/in/martin-rattensberger</a></p>
|
||||
<p>LinkedIn: <a
|
||||
href="https://www.linkedin.com/in/martin-rattensberger">linkedin.com/in/martin-rattensberger</a>
|
||||
</p>
|
||||
</address>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2024 MR AI Consulting. Alle Rechte vorbehalten.</p>
|
||||
@@ -46,7 +230,9 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<script defer src="https://stats.frysch.studio/script.js" data-website-id="044afb2f-ad00-4ee7-9f09-7a22d184cf0e"></script>
|
||||
<script defer src="https://stats.frysch.studio/script.js"
|
||||
data-website-id="044afb2f-ad00-4ee7-9f09-7a22d184cf0e"></script>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
21
styles.css
21
styles.css
@@ -17,6 +17,7 @@ header {
|
||||
padding-top: 30px;
|
||||
min-height: 70px;
|
||||
border-bottom: #bbb 1px solid;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header a {
|
||||
@@ -62,11 +63,31 @@ header a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Centered content styles */
|
||||
.content-wrapper {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
/* Main content styles */
|
||||
main {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
/* Responsive styles */
|
||||
@media screen and (max-width: 900px) {
|
||||
.content-wrapper {
|
||||
padding: 0 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.content-wrapper {
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Footer styles */
|
||||
footer {
|
||||
background: #333;
|
||||
|
||||
Reference in New Issue
Block a user