277 lines
16 KiB
HTML
277 lines
16 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<?php require './modules/cookies.php'; ?>
|
||
<link rel="canonical" href="https://m-csc.de/kosten-senken" />
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>CodingWerk | Fahrzeugcodierungen und Diagnose aus Bonn</title>
|
||
|
||
<!-- Meta SEO -->
|
||
<meta name="title" content="CodingWerk - Coding & Diagnose">
|
||
<meta name="description" content="Spezialisierte BMW Fahrzeugcodierungen und Diagnose aus Bonn">
|
||
<meta name="robots" content="index, follow">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
<meta name="language" content="de">
|
||
<meta name="author" content="Yann Moelle">
|
||
|
||
<!-- Favicon -->
|
||
<link rel="apple-touch-icon" href="/images/logo.png" />
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/images/logo.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="/images/logo.png">
|
||
<link rel="manifest" href="/site.webmanifest">
|
||
<meta name="msapplication-TileColor" content="#da532c">
|
||
<meta name="theme-color" content="#ffffff">
|
||
|
||
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.css" rel="stylesheet" />
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.js"></script>
|
||
<link href="custom.css" rel="stylesheet" />
|
||
|
||
|
||
<script>
|
||
// On page load or when changing themes, best to add inline in `head` to avoid FOUC
|
||
if (localStorage.getItem('color-theme') === 'dark' || (!('color-theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
||
document.documentElement.classList.add('dark');
|
||
} else {
|
||
document.documentElement.classList.add('dark')
|
||
}
|
||
</script>
|
||
|
||
<style>
|
||
#background-overlay {
|
||
position: absolute; /* <-- damit es mitscrollt */
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 1000px; /* z. B. für oberen Bildabschnitt */
|
||
z-index: -1;
|
||
pointer-events: none;
|
||
|
||
background-image:
|
||
linear-gradient(
|
||
to bottom,
|
||
rgba(0, 0, 0, 0.2) 30%,
|
||
#1f2937 100%
|
||
),
|
||
url('/images/bmw.png');
|
||
background-size: cover;
|
||
background-position: top center;
|
||
background-repeat: no-repeat;
|
||
background-attachment: scroll;
|
||
}
|
||
|
||
body {
|
||
background-color: #1f2937;
|
||
position: relative;
|
||
}
|
||
|
||
|
||
</style>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
<div id="background-overlay"></div>
|
||
|
||
<nav class="border-gray-200">
|
||
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
|
||
<a href="https://codingwerk.com/" class="flex items-center space-x-3 rtl:space-x-reverse">
|
||
<img src="/images/logo.png" class="h-8" alt="Logo" />
|
||
<span class="self-center text-2xl font-semibold whitespace-nowrap text-white">CodingWerk</span>
|
||
</a>
|
||
<div class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse">
|
||
<button type="button" class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Jetzt loslegen!</button>
|
||
<button data-collapse-toggle="navbar-cta" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-cta" aria-expanded="false">
|
||
<span class="sr-only">Open main menu</span>
|
||
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
<div class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1" id="navbar-cta">
|
||
<ul class="flex flex-col font-medium p-4 md:p-0 mt-4 border border-gray-100 rounded-lg md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 dark:border-gray-700">
|
||
<li>
|
||
<a href="#" class="block py-2 px-3 md:p-0 text-white bg-blue-500 rounded-sm md:bg-transparent md:text-blue-700 md:dark:text-blue-500" aria-current="page">Home</a>
|
||
</li>
|
||
<li>
|
||
<a href="#leistungen" class="block py-2 px-3 md:p-0 text-white rounded-sm hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700">Leistungen</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="block py-2 px-3 md:p-0 text-white rounded-sm hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700">Über uns</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="block py-2 px-3 md:p-0 text-white rounded-sm hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700">Kontakt</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
|
||
<section>
|
||
<div class="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16">
|
||
<h1 class="animate-top-2 mb-6 text-6xl font-extrabold tracking-tight leading-none text-gray-900 md:text-8xl lg:text-8xl dark:text-white">Unsere Leistungen</h1>
|
||
<p class="mb-8 text-lg font-normal text-gray-400 lg:text-xl sm:px-16 lg:px-48 dark:text-gray-100">Spezialisiert auf die Fahrzeugcodierung mit Fokus auf BMW-Modelle. <br>Markenübergreifende Fahrzeugdiagnose </p>
|
||
<div class="flex flex-col space-y-4 sm:flex-row sm:justify-center sm:space-y-0">
|
||
<a href="#" class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-900">
|
||
Jetzt Anfragen
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
<div class="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16" id="leistungen">
|
||
|
||
|
||
<h1 class="mb-4 text-2xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-4xl dark:text-white">
|
||
Was wir tun können</span></h1>
|
||
<br>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
|
||
|
||
<div class="zoom-box animate-bottom-3 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm ">
|
||
<a href="#">
|
||
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-gray-900">Komfortfunktionen</h5>
|
||
</a>
|
||
<p class="mb-3 font-normal text-gray-500">Funktionen freischalten wie Start-Stopp aus, Spiegel
|
||
einklappen oder akustische Signale aktivieren.</p>
|
||
<a href="#" class="inline-flex font-medium items-center text-blue-600 hover:underline">
|
||
Mehr erfahren
|
||
<svg class="w-3 h-3 ms-2.5 rtl:rotate-[270deg]" aria-hidden="true"
|
||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||
d="M15 11v4.833A1.166 1.166 0 0 1 13.833 17H2.167A1.167 1.167 0 0 1 1 15.833V4.167A1.166 1.166 0 0 1 2.167 3h4.618m4.447-2H17v5.768M9.111 8.889l7.778-7.778"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="zoom-box animate-bottom-4 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm ">
|
||
<a href="#">
|
||
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-gray-900">Nach/Umrüstungen</h5>
|
||
</a>
|
||
<p class="mb-3 font-normal text-gray-500">Neue Hardware verbaut? Batterietausch? Wir registrieren und
|
||
codieren sie korrekt im Fahrzeugsystem.</p>
|
||
<a href="#" class="inline-flex font-medium items-center text-blue-600 hover:underline">
|
||
Mehr erfahren
|
||
<svg class="w-3 h-3 ms-2.5 rtl:rotate-[270deg]" aria-hidden="true"
|
||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||
d="M15 11v4.833A1.166 1.166 0 0 1 13.833 17H2.167A1.167 1.167 0 0 1 1 15.833V4.167A1.166 1.166 0 0 1 2.167 3h4.618m4.447-2H17v5.768M9.111 8.889l7.778-7.778"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="zoom-box animate-bottom-5 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm ">
|
||
<a href="#">
|
||
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-gray-900">Individuelle Codierung</h5>
|
||
</a>
|
||
<p class="mb-3 font-normal text-gray-500">Software individuell einstellen: Lichtsteuerung, Türen, Klima,
|
||
Tacho und vieles mehr nach Wunsch anpassen.</p>
|
||
<a href="#" class="inline-flex font-medium items-center text-blue-600 hover:underline">
|
||
Mehr erfahren
|
||
<svg class="w-3 h-3 ms-2.5 rtl:rotate-[270deg]" aria-hidden="true"
|
||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||
d="M15 11v4.833A1.166 1.166 0 0 1 13.833 17H2.167A1.167 1.167 0 0 1 1 15.833V4.167A1.166 1.166 0 0 1 2.167 3h4.618m4.447-2H17v5.768M9.111 8.889l7.778-7.778"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="zoom-box animate-bottom-6 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm ">
|
||
<a href="#">
|
||
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-gray-900">Fehler Diagnose</h5>
|
||
</a>
|
||
<p class="mb-3 font-normal text-gray-500">Fehlerspeicher auslesen und analysieren – schnell,
|
||
markenübergreifend und leicht verständlich.</p>
|
||
<a href="#" class="inline-flex font-medium items-center text-blue-600 hover:underline">
|
||
Mehr erfahren
|
||
<svg class="w-3 h-3 ms-2.5 rtl:rotate-[270deg]" aria-hidden="true"
|
||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||
d="M15 11v4.833A1.166 1.166 0 0 1 13.833 17H2.167A1.167 1.167 0 0 1 1 15.833V4.167A1.166 1.166 0 0 1 2.167 3h4.618m4.447-2H17v5.768M9.111 8.889l7.778-7.778"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="zoom-box animate-bottom-7 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm ">
|
||
<a href="#">
|
||
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-gray-900">Beratung</h5>
|
||
</a>
|
||
<p class="mb-3 font-normal text-gray-500">Sie planen einen Umbau oder eine Nachrüstung,nd möchten vorab
|
||
Beraten werden? Melden sie sich bei uns.</p>
|
||
<a href="#" class="inline-flex font-medium items-center text-blue-600 hover:underline">
|
||
Mehr erfahren
|
||
<svg class="w-3 h-3 ms-2.5 rtl:rotate-[270deg]" aria-hidden="true"
|
||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||
d="M15 11v4.833A1.166 1.166 0 0 1 13.833 17H2.167A1.167 1.167 0 0 1 1 15.833V4.167A1.166 1.166 0 0 1 2.167 3h4.618m4.447-2H17v5.768M9.111 8.889l7.778-7.778"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="zoom-box animate-bottom-8 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm ">
|
||
<a href="#">
|
||
<h5 class="mb-2 text-2xl font-semibold tracking-tight text-gray-900">Großes Netzwerk</h5>
|
||
</a>
|
||
<p class="mb-3 font-normal text-gray-500">Wir können ihnen weitere Unternehmen empfehlen im Bereich
|
||
Folierung, Lackierung etc, fragen sie gerne bei uns nach.</p>
|
||
<a href="#" class="inline-flex font-medium items-center text-blue-600 hover:underline">
|
||
Mehr erfahren
|
||
<svg class="w-3 h-3 ms-2.5 rtl:rotate-[270deg]" aria-hidden="true"
|
||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||
d="M15 11v4.833A1.166 1.166 0 0 1 13.833 17H2.167A1.167 1.167 0 0 1 1 15.833V4.167A1.166 1.166 0 0 1 2.167 3h4.618m4.447-2H17v5.768M9.111 8.889l7.778-7.778"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16">
|
||
|
||
<h1 class="mb-4 text-3xl font-extrabold leading-none tracking-tight text-gray-900 dark:text-white">Jetzt
|
||
Frage stellen!</h1>
|
||
<p class="mb-2 text-lg font-normal text-gray-500 lg:text-xl sm:px-16 xl:px-48 dark:text-gray-400">Wir sind
|
||
offen für Fragen und unterbreiten ihnen gerne ein Angebot. </p>
|
||
<a href="#"
|
||
class="text-blue-600 dark:text-blue-500 hover:underline font-medium text-lg inline-flex items-center">Whatsapp
|
||
<svg class="w-3 h-3 ms-2.5 rtl:rotate-[270deg]" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
|
||
fill="none" viewBox="0 0 18 18">
|
||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||
d="M15 11v4.833A1.166 1.166 0 0 1 13.833 17H2.167A1.167 1.167 0 0 1 1 15.833V4.167A1.166 1.166 0 0 1 2.167 3h4.618m4.447-2H17v5.768M9.111 8.889l7.778-7.778"/>
|
||
</svg>
|
||
</a>
|
||
|
||
</div>
|
||
|
||
|
||
<footer class="rounded-lg shadow-sm m-4">
|
||
<div class="w-full max-w-screen-xl mx-auto p-4 md:py-8">
|
||
<div class="sm:flex sm:items-center sm:justify-between">
|
||
<a href="https://codingwerk.com/"
|
||
class="flex items-center mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse">
|
||
<img src="/images/logo.png" class="h-8" alt="Logo"/>
|
||
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">CodingWerk</span>
|
||
</a>
|
||
<ul class="flex flex-wrap items-center mb-6 text-sm font-medium text-gray-500 sm:mb-0 dark:text-gray-400">
|
||
<li>
|
||
<a href="#" style="padding-right: 8px;" class="hover:underline me-4 md:me-6">Impressum</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" style="padding-right: 8px;" class="hover:underline me-4 md:me-6">Datenschutz</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" style="padding-right: 8px;" class="hover:underline me-4 md:me-6">Kontakt</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8"/>
|
||
<span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400">© 2025 <a
|
||
href="https://codingwerk.com/">CodingWerk</a> <a href="https://m-csc.de/">by M-CSC</a></span>
|
||
</div>
|
||
</footer>
|
||
|
||
</body>
|