footer und header entfernen
Browse files- elementor-template.html +6 -17
elementor-template.html
CHANGED
|
@@ -14,18 +14,14 @@
|
|
| 14 |
</style>
|
| 15 |
</head>
|
| 16 |
<body class="font-sans antialiased text-gray-800">
|
| 17 |
-
|
| 18 |
-
<!-- Hero Section -->
|
| 19 |
-
<section class="bg-gradient-to-r from-blue-600 to-blue-800 text-white py-20">
|
| 20 |
<div class="container mx-auto px-6 text-center">
|
| 21 |
<h1 class="text-4xl md:text-5xl font-bold mb-6">[[ÜBERSCHRIFT_EINFÜGEN]]</h1>
|
| 22 |
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">[[UNTERÜBERSCHRIFT_EINFÜGEN]]</p>
|
| 23 |
<a href="#" class="bg-white text-blue-600 font-bold px-8 py-4 rounded-full hover:bg-gray-100 transition inline-block">[[CTA_TEXT]]</a>
|
| 24 |
</div>
|
| 25 |
</section>
|
| 26 |
-
|
| 27 |
-
<!-- Features Section -->
|
| 28 |
-
<section class="py-16 bg-white">
|
| 29 |
<div class="container mx-auto px-6">
|
| 30 |
<h2 class="text-3xl font-bold text-center mb-12">[[FEATURES_ÜBERSCHRIFT]]</h2>
|
| 31 |
<div class="grid md:grid-cols-3 gap-8">
|
|
@@ -53,9 +49,7 @@
|
|
| 53 |
</div>
|
| 54 |
</div>
|
| 55 |
</section>
|
| 56 |
-
|
| 57 |
-
<!-- Content Section -->
|
| 58 |
-
<section class="py-16 bg-gray-50">
|
| 59 |
<div class="container mx-auto px-6">
|
| 60 |
<div class="flex flex-col md:flex-row items-center gap-12">
|
| 61 |
<div class="md:w-1/2">
|
|
@@ -70,9 +64,7 @@
|
|
| 70 |
</div>
|
| 71 |
</div>
|
| 72 |
</section>
|
| 73 |
-
|
| 74 |
-
<!-- Testimonials Section -->
|
| 75 |
-
<section class="py-16 bg-white">
|
| 76 |
<div class="container mx-auto px-6">
|
| 77 |
<h2 class="text-3xl font-bold text-center mb-12">[[TESTIMONIALS_TITEL]]</h2>
|
| 78 |
<div class="grid md:grid-cols-2 gap-8">
|
|
@@ -99,9 +91,7 @@
|
|
| 99 |
</div>
|
| 100 |
</div>
|
| 101 |
</section>
|
| 102 |
-
|
| 103 |
-
<!-- CTA Section -->
|
| 104 |
-
<section class="py-16 bg-blue-600 text-white">
|
| 105 |
<div class="container mx-auto px-6 text-center">
|
| 106 |
<div class="max-w-2xl mx-auto">
|
| 107 |
<h2 class="text-3xl font-bold mb-6">[[CTA_TITEL]]</h2>
|
|
@@ -110,9 +100,8 @@
|
|
| 110 |
</div>
|
| 111 |
</div>
|
| 112 |
</section>
|
| 113 |
-
|
| 114 |
<script>
|
| 115 |
feather.replace();
|
| 116 |
</script>
|
| 117 |
</body>
|
| 118 |
-
</html>
|
|
|
|
| 14 |
</style>
|
| 15 |
</head>
|
| 16 |
<body class="font-sans antialiased text-gray-800">
|
| 17 |
+
<section class="bg-gradient-to-r from-blue-600 to-blue-800 text-white py-20">
|
|
|
|
|
|
|
| 18 |
<div class="container mx-auto px-6 text-center">
|
| 19 |
<h1 class="text-4xl md:text-5xl font-bold mb-6">[[ÜBERSCHRIFT_EINFÜGEN]]</h1>
|
| 20 |
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">[[UNTERÜBERSCHRIFT_EINFÜGEN]]</p>
|
| 21 |
<a href="#" class="bg-white text-blue-600 font-bold px-8 py-4 rounded-full hover:bg-gray-100 transition inline-block">[[CTA_TEXT]]</a>
|
| 22 |
</div>
|
| 23 |
</section>
|
| 24 |
+
<section class="py-16 bg-white">
|
|
|
|
|
|
|
| 25 |
<div class="container mx-auto px-6">
|
| 26 |
<h2 class="text-3xl font-bold text-center mb-12">[[FEATURES_ÜBERSCHRIFT]]</h2>
|
| 27 |
<div class="grid md:grid-cols-3 gap-8">
|
|
|
|
| 49 |
</div>
|
| 50 |
</div>
|
| 51 |
</section>
|
| 52 |
+
<section class="py-16 bg-gray-50">
|
|
|
|
|
|
|
| 53 |
<div class="container mx-auto px-6">
|
| 54 |
<div class="flex flex-col md:flex-row items-center gap-12">
|
| 55 |
<div class="md:w-1/2">
|
|
|
|
| 64 |
</div>
|
| 65 |
</div>
|
| 66 |
</section>
|
| 67 |
+
<section class="py-16 bg-white">
|
|
|
|
|
|
|
| 68 |
<div class="container mx-auto px-6">
|
| 69 |
<h2 class="text-3xl font-bold text-center mb-12">[[TESTIMONIALS_TITEL]]</h2>
|
| 70 |
<div class="grid md:grid-cols-2 gap-8">
|
|
|
|
| 91 |
</div>
|
| 92 |
</div>
|
| 93 |
</section>
|
| 94 |
+
<section class="py-16 bg-blue-600 text-white">
|
|
|
|
|
|
|
| 95 |
<div class="container mx-auto px-6 text-center">
|
| 96 |
<div class="max-w-2xl mx-auto">
|
| 97 |
<h2 class="text-3xl font-bold mb-6">[[CTA_TITEL]]</h2>
|
|
|
|
| 100 |
</div>
|
| 101 |
</div>
|
| 102 |
</section>
|
|
|
|
| 103 |
<script>
|
| 104 |
feather.replace();
|
| 105 |
</script>
|
| 106 |
</body>
|
| 107 |
+
</html>
|