MyFirstAccount commited on
Commit
c00e030
·
verified ·
1 Parent(s): 45bf4a6

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +586 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Mywebsite
3
- emoji: 💻
4
  colorFrom: blue
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: mywebsite
3
+ emoji: 🐳
4
  colorFrom: blue
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,586 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="de">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>KI-Akademie | Zukunft des Lernens</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Inter', sans-serif;
14
+ scroll-behavior: smooth;
15
+ }
16
+
17
+ .gradient-bg {
18
+ background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);
19
+ }
20
+
21
+ .course-card:hover {
22
+ transform: translateY(-5px);
23
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
24
+ }
25
+
26
+ .testimonial-card {
27
+ transition: all 0.3s ease;
28
+ }
29
+
30
+ .testimonial-card:hover {
31
+ transform: scale(1.03);
32
+ }
33
+
34
+ .animate-float {
35
+ animation: float 6s ease-in-out infinite;
36
+ }
37
+
38
+ @keyframes float {
39
+ 0% { transform: translateY(0px); }
40
+ 50% { transform: translateY(-20px); }
41
+ 100% { transform: translateY(0px); }
42
+ }
43
+
44
+ .nav-link {
45
+ position: relative;
46
+ }
47
+
48
+ .nav-link::after {
49
+ content: '';
50
+ position: absolute;
51
+ width: 0;
52
+ height: 2px;
53
+ bottom: 0;
54
+ left: 0;
55
+ background-color: #4f46e5;
56
+ transition: width 0.3s ease;
57
+ }
58
+
59
+ .nav-link:hover::after {
60
+ width: 100%;
61
+ }
62
+ </style>
63
+ </head>
64
+ <body class="bg-gray-50">
65
+ <!-- Navigation -->
66
+ <nav class="bg-white shadow-sm fixed w-full z-10">
67
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
68
+ <div class="flex justify-between h-16">
69
+ <div class="flex items-center">
70
+ <div class="flex-shrink-0 flex items-center">
71
+ <i class="fas fa-robot text-indigo-600 text-2xl mr-2"></i>
72
+ <span class="text-xl font-bold text-gray-900">KI-Akademie</span>
73
+ </div>
74
+ </div>
75
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
76
+ <a href="#home" class="nav-link text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Startseite</a>
77
+ <a href="#courses" class="nav-link text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Kurse</a>
78
+ <a href="#features" class="nav-link text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Vorteile</a>
79
+ <a href="#testimonials" class="nav-link text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Erfahrungen</a>
80
+ <a href="#contact" class="nav-link text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Kontakt</a>
81
+ </div>
82
+ <div class="flex items-center md:hidden">
83
+ <button id="mobile-menu-button" class="text-gray-500 hover:text-gray-900 focus:outline-none">
84
+ <i class="fas fa-bars text-xl"></i>
85
+ </button>
86
+ </div>
87
+ </div>
88
+ </div>
89
+
90
+ <!-- Mobile menu -->
91
+ <div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg">
92
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
93
+ <a href="#home" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-indigo-600">Startseite</a>
94
+ <a href="#courses" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-indigo-600">Kurse</a>
95
+ <a href="#features" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-indigo-600">Vorteile</a>
96
+ <a href="#testimonials" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-indigo-600">Erfahrungen</a>
97
+ <a href="#contact" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-indigo-600">Kontakt</a>
98
+ </div>
99
+ </div>
100
+ </nav>
101
+
102
+ <!-- Hero Section -->
103
+ <section id="home" class="pt-24 pb-12 md:pt-32 md:pb-20 gradient-bg text-white">
104
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
105
+ <div class="md:flex items-center">
106
+ <div class="md:w-1/2 mb-10 md:mb-0">
107
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Die Zukunft des Lernens beginnt hier</h1>
108
+ <p class="text-xl mb-8 opacity-90">Entdecken Sie unsere KI-gestützten Bildungsprogramme und bereiten Sie sich auf die Jobs der Zukunft vor.</p>
109
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
110
+ <a href="#courses" class="bg-white text-indigo-600 hover:bg-gray-100 font-semibold py-3 px-6 rounded-lg text-center transition duration-300">Kurse entdecken</a>
111
+ <a href="#contact" class="border-2 border-white text-white hover:bg-white hover:text-indigo-600 font-semibold py-3 px-6 rounded-lg text-center transition duration-300">Kostenlose Beratung</a>
112
+ </div>
113
+ </div>
114
+ <div class="md:w-1/2 flex justify-center">
115
+ <img src="https://images.unsplash.com/photo-1581094794329-c811329d4812?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="KI-Lernen" class="rounded-xl shadow-2xl animate-float max-w-full h-auto">
116
+ </div>
117
+ </div>
118
+ </div>
119
+ </section>
120
+
121
+ <!-- Stats Section -->
122
+ <section class="py-12 bg-white">
123
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
124
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
125
+ <div class="bg-gray-50 p-6 rounded-xl shadow-sm">
126
+ <div class="text-indigo-600 text-4xl font-bold mb-2">10.000+</div>
127
+ <div class="text-gray-600">Zufriedene Lernende</div>
128
+ </div>
129
+ <div class="bg-gray-50 p-6 rounded-xl shadow-sm">
130
+ <div class="text-indigo-600 text-4xl font-bold mb-2">98%</div>
131
+ <div class="text-gray-600">Erfolgsquote</div>
132
+ </div>
133
+ <div class="bg-gray-50 p-6 rounded-xl shadow-sm">
134
+ <div class="text-indigo-600 text-4xl font-bold mb-2">50+</div>
135
+ <div class="text-gray-600">Zertifizierte Kurse</div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </section>
140
+
141
+ <!-- Courses Section -->
142
+ <section id="courses" class="py-16 bg-gray-50">
143
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
144
+ <div class="text-center mb-12">
145
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Unsere KI-Kurse</h2>
146
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Entdecken Sie unsere maßgeschneiderten Lernprogramme, die von KI unterstützt werden</p>
147
+ </div>
148
+
149
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
150
+ <!-- Course 1 -->
151
+ <div class="course-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
152
+ <div class="h-48 bg-indigo-100 flex items-center justify-center">
153
+ <i class="fas fa-brain text-indigo-600 text-6xl"></i>
154
+ </div>
155
+ <div class="p-6">
156
+ <h3 class="text-xl font-bold text-gray-900 mb-2">KI-Grundlagen</h3>
157
+ <p class="text-gray-600 mb-4">Lernen Sie die Grundlagen der künstlichen Intelligenz und ihre Anwendungen kennen.</p>
158
+ <div class="flex justify-between items-center">
159
+ <span class="text-indigo-600 font-semibold">€299</span>
160
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Mehr erfahren →</a>
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Course 2 -->
166
+ <div class="course-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
167
+ <div class="h-48 bg-purple-100 flex items-center justify-center">
168
+ <i class="fas fa-chart-line text-purple-600 text-6xl"></i>
169
+ </div>
170
+ <div class="p-6">
171
+ <h3 class="text-xl font-bold text-gray-900 mb-2">Maschinelles Lernen</h3>
172
+ <p class="text-gray-600 mb-4">Master-Algorithmen und Modelle für prädiktive Analysen und Mustererkennung.</p>
173
+ <div class="flex justify-between items-center">
174
+ <span class="text-indigo-600 font-semibold">€499</span>
175
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Mehr erfahren →</a>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Course 3 -->
181
+ <div class="course-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
182
+ <div class="h-48 bg-blue-100 flex items-center justify-center">
183
+ <i class="fas fa-language text-blue-600 text-6xl"></i>
184
+ </div>
185
+ <div class="p-6">
186
+ <h3 class="text-xl font-bold text-gray-900 mb-2">NLP Spezialist</h3>
187
+ <p class="text-gray-600 mb-4">Verarbeitung natürlicher Sprache für Chatbots, Übersetzung und Textanalyse.</p>
188
+ <div class="flex justify-between items-center">
189
+ <span class="text-indigo-600 font-semibold">€399</span>
190
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Mehr erfahren →</a>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="text-center mt-12">
197
+ <a href="#" class="inline-block bg-indigo-600 hover:bg-indigo-700 text-white font-semibold py-3 px-8 rounded-lg transition duration-300">Alle Kurse anzeigen</a>
198
+ </div>
199
+ </div>
200
+ </section>
201
+
202
+ <!-- Features Section -->
203
+ <section id="features" class="py-16 bg-white">
204
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
205
+ <div class="text-center mb-12">
206
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Warum KI-Akademie?</h2>
207
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Unsere einzigartigen Vorteile für Ihren Lernerfolg</p>
208
+ </div>
209
+
210
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
211
+ <!-- Feature 1 -->
212
+ <div class="bg-gray-50 p-8 rounded-xl">
213
+ <div class="text-indigo-600 mb-4">
214
+ <i class="fas fa-user-robot text-4xl"></i>
215
+ </div>
216
+ <h3 class="text-xl font-bold text-gray-900 mb-3">KI-Lernassistent</h3>
217
+ <p class="text-gray-600">Persönlicher KI-Tutor, der sich an Ihren Lernstil anpasst und Ihnen hilft, schneller zu lernen.</p>
218
+ </div>
219
+
220
+ <!-- Feature 2 -->
221
+ <div class="bg-gray-50 p-8 rounded-xl">
222
+ <div class="text-indigo-600 mb-4">
223
+ <i class="fas fa-graduation-cap text-4xl"></i>
224
+ </div>
225
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Zertifizierungen</h3>
226
+ <p class="text-gray-600">Anerkannte Zertifikate, die Ihnen neue Karrieremöglichkeiten eröffnen.</p>
227
+ </div>
228
+
229
+ <!-- Feature 3 -->
230
+ <div class="bg-gray-50 p-8 rounded-xl">
231
+ <div class="text-indigo-600 mb-4">
232
+ <i class="fas fa-briefcase text-4xl"></i>
233
+ </div>
234
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Karriereunterstützung</h3>
235
+ <p class="text-gray-600">Zugang zu unserem exklusiven Job-Netzwerk und Karriereberatung.</p>
236
+ </div>
237
+
238
+ <!-- Feature 4 -->
239
+ <div class="bg-gray-50 p-8 rounded-xl">
240
+ <div class="text-indigo-600 mb-4">
241
+ <i class="fas fa-laptop-code text-4xl"></i>
242
+ </div>
243
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Praktische Projekte</h3>
244
+ <p class="text-gray-600">Reale Anwendungsfälle und Projekte, die Ihnen praktische Erfahrungen vermitteln.</p>
245
+ </div>
246
+
247
+ <!-- Feature 5 -->
248
+ <div class="bg-gray-50 p-8 rounded-xl">
249
+ <div class="text-indigo-600 mb-4">
250
+ <i class="fas fa-users text-4xl"></i>
251
+ </div>
252
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Community</h3>
253
+ <p class="text-gray-600">Zugang zu einer aktiven Community von Lernenden und Experten.</p>
254
+ </div>
255
+
256
+ <!-- Feature 6 -->
257
+ <div class="bg-gray-50 p-8 rounded-xl">
258
+ <div class="text-indigo-600 mb-4">
259
+ <i class="fas fa-clock text-4xl"></i>
260
+ </div>
261
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Flexibles Lernen</h3>
262
+ <p class="text-gray-600">Lernen Sie in Ihrem eigenen Tempo, wann und wo Sie wollen.</p>
263
+ </div>
264
+ </div>
265
+ </div>
266
+ </section>
267
+
268
+ <!-- Testimonials Section -->
269
+ <section id="testimonials" class="py-16 bg-indigo-50">
270
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
271
+ <div class="text-center mb-12">
272
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Was unsere Lernenden sagen</h2>
273
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Erfolgsgeschichten aus unserer Community</p>
274
+ </div>
275
+
276
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
277
+ <!-- Testimonial 1 -->
278
+ <div class="testimonial-card bg-white p-6 rounded-xl shadow-sm">
279
+ <div class="flex items-center mb-4">
280
+ <div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center mr-4">
281
+ <i class="fas fa-user text-indigo-600"></i>
282
+ </div>
283
+ <div>
284
+ <h4 class="font-bold text-gray-900">Anna Müller</h4>
285
+ <p class="text-gray-600 text-sm">Data Scientist</p>
286
+ </div>
287
+ </div>
288
+ <p class="text-gray-600">"Der KI-Grundlagenkurs hat mir geholfen, meine Karriere in der Tech-Branche zu starten. Der KI-Tutor war unglaublich hilfreich!"</p>
289
+ <div class="mt-4 text-yellow-400">
290
+ <i class="fas fa-star"></i>
291
+ <i class="fas fa-star"></i>
292
+ <i class="fas fa-star"></i>
293
+ <i class="fas fa-star"></i>
294
+ <i class="fas fa-star"></i>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Testimonial 2 -->
299
+ <div class="testimonial-card bg-white p-6 rounded-xl shadow-sm">
300
+ <div class="flex items-center mb-4">
301
+ <div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center mr-4">
302
+ <i class="fas fa-user text-indigo-600"></i>
303
+ </div>
304
+ <div>
305
+ <h4 class="font-bold text-gray-900">Thomas Schmidt</h4>
306
+ <p class="text-gray-600 text-sm">ML Engineer</p>
307
+ </div>
308
+ </div>
309
+ <p class="text-gray-600">"Die praktischen Projekte im Maschinellen Lernen Kurs gaben mir das Selbstvertrauen, mich auf Senior-Positionen zu bewerben."</p>
310
+ <div class="mt-4 text-yellow-400">
311
+ <i class="fas fa-star"></i>
312
+ <i class="fas fa-star"></i>
313
+ <i class="fas fa-star"></i>
314
+ <i class="fas fa-star"></i>
315
+ <i class="fas fa-star-half-alt"></i>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Testimonial 3 -->
320
+ <div class="testimonial-card bg-white p-6 rounded-xl shadow-sm">
321
+ <div class="flex items-center mb-4">
322
+ <div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center mr-4">
323
+ <i class="fas fa-user text-indigo-600"></i>
324
+ </div>
325
+ <div>
326
+ <h4 class="font-bold text-gray-900">Lisa Wagner</h4>
327
+ <p class="text-gray-600 text-sm">NLP Specialist</p>
328
+ </div>
329
+ </div>
330
+ <p class="text-gray-600">"Dank des NLP-Kurses konnte ich innerhalb von 6 Monaten in ein völlig neues Berufsfeld wechseln. Die Community war dabei eine große Hilfe."</p>
331
+ <div class="mt-4 text-yellow-400">
332
+ <i class="fas fa-star"></i>
333
+ <i class="fas fa-star"></i>
334
+ <i class="fas fa-star"></i>
335
+ <i class="fas fa-star"></i>
336
+ <i class="fas fa-star"></i>
337
+ </div>
338
+ </div>
339
+ </div>
340
+ </div>
341
+ </section>
342
+
343
+ <!-- CTA Section -->
344
+ <section class="py-16 gradient-bg text-white">
345
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
346
+ <h2 class="text-3xl font-bold mb-6">Bereit für die Zukunft des Lernens?</h2>
347
+ <p class="text-xl mb-8 max-w-3xl mx-auto">Starten Sie noch heute mit Ihrer KI-Ausbildung und sichern Sie sich Ihren Platz in der digitalen Zukunft.</p>
348
+ <a href="#contact" class="inline-block bg-white text-indigo-600 hover:bg-gray-100 font-semibold py-3 px-8 rounded-lg transition duration-300">Jetzt anmelden</a>
349
+ </div>
350
+ </section>
351
+
352
+ <!-- Contact Section -->
353
+ <section id="contact" class="py-16 bg-white">
354
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
355
+ <div class="md:flex">
356
+ <div class="md:w-1/2 mb-10 md:mb-0">
357
+ <h2 class="text-3xl font-bold text-gray-900 mb-6">Kontaktieren Sie uns</h2>
358
+ <p class="text-gray-600 mb-6">Haben Sie Fragen zu unseren Kursen oder benötigen Sie eine persönliche Beratung? Unser Team steht Ihnen gerne zur Verfügung.</p>
359
+
360
+ <div class="space-y-4">
361
+ <div class="flex items-center">
362
+ <i class="fas fa-envelope text-indigo-600 mr-4"></i>
363
+ <span class="text-gray-600">info@ki-akademie.de</span>
364
+ </div>
365
+ <div class="flex items-center">
366
+ <i class="fas fa-phone text-indigo-600 mr-4"></i>
367
+ <span class="text-gray-600">+49 30 1234567</span>
368
+ </div>
369
+ <div class="flex items-center">
370
+ <i class="fas fa-map-marker-alt text-indigo-600 mr-4"></i>
371
+ <span class="text-gray-600">Musterstraße 123, 10115 Berlin</span>
372
+ </div>
373
+ </div>
374
+
375
+ <div class="mt-8">
376
+ <h3 class="text-xl font-bold text-gray-900 mb-4">Folgen Sie uns</h3>
377
+ <div class="flex space-x-4">
378
+ <a href="#" class="text-indigo-600 hover:text-indigo-800"><i class="fab fa-facebook-f text-2xl"></i></a>
379
+ <a href="#" class="text-indigo-600 hover:text-indigo-800"><i class="fab fa-twitter text-2xl"></i></a>
380
+ <a href="#" class="text-indigo-600 hover:text-indigo-800"><i class="fab fa-linkedin-in text-2xl"></i></a>
381
+ <a href="#" class="text-indigo-600 hover:text-indigo-800"><i class="fab fa-instagram text-2xl"></i></a>
382
+ </div>
383
+ </div>
384
+ </div>
385
+
386
+ <div class="md:w-1/2">
387
+ <form class="bg-gray-50 p-8 rounded-xl shadow-sm">
388
+ <div class="mb-4">
389
+ <label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
390
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
391
+ </div>
392
+ <div class="mb-4">
393
+ <label for="email" class="block text-gray-700 font-medium mb-2">E-Mail</label>
394
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
395
+ </div>
396
+ <div class="mb-4">
397
+ <label for="subject" class="block text-gray-700 font-medium mb-2">Betreff</label>
398
+ <select id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
399
+ <option value="">Bitte wählen</option>
400
+ <option value="course">Kursinformation</option>
401
+ <option value="consultation">Beratung</option>
402
+ <option value="technical">Technische Frage</option>
403
+ <option value="other">Sonstiges</option>
404
+ </select>
405
+ </div>
406
+ <div class="mb-6">
407
+ <label for="message" class="block text-gray-700 font-medium mb-2">Nachricht</label>
408
+ <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500"></textarea>
409
+ </div>
410
+ <button type="submit" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-semibold py-3 px-4 rounded-lg transition duration-300">Nachricht senden</button>
411
+ </form>
412
+ </div>
413
+ </div>
414
+ </div>
415
+ </section>
416
+
417
+ <!-- FAQ Section -->
418
+ <section class="py-16 bg-gray-50">
419
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
420
+ <div class="text-center mb-12">
421
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Häufig gestellte Fragen</h2>
422
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Finden Sie Antworten auf die am häufigsten gestellten Fragen</p>
423
+ </div>
424
+
425
+ <div class="max-w-3xl mx-auto">
426
+ <div class="space-y-4">
427
+ <!-- FAQ 1 -->
428
+ <div class="bg-white p-6 rounded-xl shadow-sm">
429
+ <button class="faq-toggle w-full flex justify-between items-center text-left">
430
+ <h3 class="font-bold text-gray-900">Wie unterscheidet sich KI-Akademie von anderen Online-Lernplattformen?</h3>
431
+ <i class="fas fa-chevron-down text-indigo-600 transition-transform duration-300"></i>
432
+ </button>
433
+ <div class="faq-content mt-3 text-gray-600 hidden">
434
+ <p>Unsere Plattform nutzt fortschrittliche KI-Technologie, um personalisierte Lernpfade zu erstellen, die sich an Ihren Fortschritt und Lernstil anpassen. Im Gegensatz zu statischen Online-Kursen bietet unsere KI kontinuierliche Unterstützung und Feedback, ähnlich wie ein persönlicher Tutor.</p>
435
+ </div>
436
+ </div>
437
+
438
+ <!-- FAQ 2 -->
439
+ <div class="bg-white p-6 rounded-xl shadow-sm">
440
+ <button class="faq-toggle w-full flex justify-between items-center text-left">
441
+ <h3 class="font-bold text-gray-900">Sind die Zertifikate anerkannt?</h3>
442
+ <i class="fas fa-chevron-down text-indigo-600 transition-transform duration-300"></i>
443
+ </button>
444
+ <div class="faq-content mt-3 text-gray-600 hidden">
445
+ <p>Ja, unsere Zertifikate werden von zahlreichen Unternehmen in der Tech-Branche anerkannt. Viele unserer Partnerunternehmen akzeptieren unsere Abschlüsse als Qualifikationsnachweis. Zusätzlich arbeiten wir kontinuierlich daran, unsere Zertifizierungen weiter zu standardisieren und anzuerkennen.</p>
446
+ </div>
447
+ </div>
448
+
449
+ <!-- FAQ 3 -->
450
+ <div class="bg-white p-6 rounded-xl shadow-sm">
451
+ <button class="faq-toggle w-full flex justify-between items-center text-left">
452
+ <h3 class="font-bold text-gray-900">Wie viel Zeit sollte ich für einen Kurs einplanen?</h3>
453
+ <i class="fas fa-chevron-down text-indigo-600 transition-transform duration-300"></i>
454
+ </button>
455
+ <div class="faq-content mt-3 text-gray-600 hidden">
456
+ <p>Die meisten unserer Kurse sind für 8-12 Wochen bei einem Aufwand von etwa 5-10 Stunden pro Woche konzipiert. Da unsere Plattform jedoch selbstgesteuertes Lernen ermöglicht, können Sie Ihr Tempo selbst bestimmen und die Kurse auch in kürzerer oder längerer Zeit absolvieren.</p>
457
+ </div>
458
+ </div>
459
+
460
+ <!-- FAQ 4 -->
461
+ <div class="bg-white p-6 rounded-xl shadow-sm">
462
+ <button class="faq-toggle w-full flex justify-between items-center text-left">
463
+ <h3 class="font-bold text-gray-900">Gibt es Voraussetzungen für die Kurse?</h3>
464
+ <i class="fas fa-chevron-down text-indigo-600 transition-transform duration-300"></i>
465
+ </button>
466
+ <div class="faq-content mt-3 text-gray-600 hidden">
467
+ <p>Unsere Einführungskurse erfordern keine Vorkenntnisse. Für fortgeschrittene Kurse empfehlen wir Grundkenntnisse in Mathematik und Programmierung. Jeder Kurs zeigt deutlich die erforderlichen Vorkenntnisse an, und unser KI-System kann Ihnen auch dabei helfen, etwaige Wissenslücken zu identifizieren und zu schließen.</p>
468
+ </div>
469
+ </div>
470
+ </div>
471
+ </div>
472
+ </div>
473
+ </section>
474
+
475
+ <!-- Footer -->
476
+ <footer class="bg-gray-900 text-white py-12">
477
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
478
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
479
+ <div>
480
+ <h3 class="text-xl font-bold mb-4 flex items-center">
481
+ <i class="fas fa-robot text-indigo-400 mr-2"></i>
482
+ KI-Akademie
483
+ </h3>
484
+ <p class="text-gray-400">Die führende Plattform für KI-gestütztes Lernen im deutschsprachigen Raum.</p>
485
+ </div>
486
+
487
+ <div>
488
+ <h4 class="font-bold text-lg mb-4">Kurse</h4>
489
+ <ul class="space-y-2">
490
+ <li><a href="#" class="text-gray-400 hover:text-white">KI-Grundlagen</a></li>
491
+ <li><a href="#" class="text-gray-400 hover:text-white">Maschinelles Lernen</a></li>
492
+ <li><a href="#" class="text-gray-400 hover:text-white">Deep Learning</a></li>
493
+ <li><a href="#" class="text-gray-400 hover:text-white">NLP</a></li>
494
+ <li><a href="#" class="text-gray-400 hover:text-white">Computer Vision</a></li>
495
+ </ul>
496
+ </div>
497
+
498
+ <div>
499
+ <h4 class="font-bold text-lg mb-4">Unternehmen</h4>
500
+ <ul class="space-y-2">
501
+ <li><a href="#" class="text-gray-400 hover:text-white">Über uns</a></li>
502
+ <li><a href="#" class="text-gray-400 hover:text-white">Karriere</a></li>
503
+ <li><a href="#" class="text-gray-400 hover:text-white">Partner</a></li>
504
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
505
+ <li><a href="#" class="text-gray-400 hover:text-white">Presse</a></li>
506
+ </ul>
507
+ </div>
508
+
509
+ <div>
510
+ <h4 class="font-bold text-lg mb-4">Rechtliches</h4>
511
+ <ul class="space-y-2">
512
+ <li><a href="#" class="text-gray-400 hover:text-white">AGB</a></li>
513
+ <li><a href="#" class="text-gray-400 hover:text-white">Datenschutz</a></li>
514
+ <li><a href="#" class="text-gray-400 hover:text-white">Impressum</a></li>
515
+ <li><a href="#" class="text-gray-400 hover:text-white">Cookie-Richtlinie</a></li>
516
+ </ul>
517
+ </div>
518
+ </div>
519
+
520
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
521
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 KI-Akademie. Alle Rechte vorbehalten.</p>
522
+ <div class="flex space-x-6">
523
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
524
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
525
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
526
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
527
+ </div>
528
+ </div>
529
+ </div>
530
+ </footer>
531
+
532
+ <script>
533
+ // Mobile menu toggle
534
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
535
+ const menu = document.getElementById('mobile-menu');
536
+ menu.classList.toggle('hidden');
537
+ });
538
+
539
+ // FAQ toggle functionality
540
+ document.querySelectorAll('.faq-toggle').forEach(button => {
541
+ button.addEventListener('click', () => {
542
+ const content = button.nextElementSibling;
543
+ const icon = button.querySelector('i');
544
+
545
+ content.classList.toggle('hidden');
546
+ icon.classList.toggle('rotate-180');
547
+ });
548
+ });
549
+
550
+ // Smooth scrolling for anchor links
551
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
552
+ anchor.addEventListener('click', function(e) {
553
+ e.preventDefault();
554
+
555
+ const targetId = this.getAttribute('href');
556
+ const targetElement = document.querySelector(targetId);
557
+
558
+ if (targetElement) {
559
+ window.scrollTo({
560
+ top: targetElement.offsetTop - 80,
561
+ behavior: 'smooth'
562
+ });
563
+
564
+ // Close mobile menu if open
565
+ const mobileMenu = document.getElementById('mobile-menu');
566
+ if (!mobileMenu.classList.contains('hidden')) {
567
+ mobileMenu.classList.add('hidden');
568
+ }
569
+ }
570
+ });
571
+ });
572
+
573
+ // Form submission
574
+ const contactForm = document.querySelector('form');
575
+ if (contactForm) {
576
+ contactForm.addEventListener('submit', function(e) {
577
+ e.preventDefault();
578
+
579
+ // Here you would normally send the form data to a server
580
+ alert('Vielen Dank für Ihre Nachricht! Wir werden uns bald bei Ihnen melden.');
581
+ this.reset();
582
+ });
583
+ }
584
+ </script>
585
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=MyFirstAccount/mywebsite" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
586
+ </html>