-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
387 lines (383 loc) · 17.4 KB
/
contact.html
File metadata and controls
387 lines (383 loc) · 17.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kontakt</title>
<script src="https://cdn.tailwindcss.com/3.4.16"></script>
<script>tailwind.config={theme:{extend:{colors:{primary:'#3b82f6',secondary:'#64748b'},borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}}}}</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
<style>
:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Inter', sans-serif;
}
</style>
</head>
<body class="bg-white min-h-screen">
<!-- Reiter -->
<header class="sticky top-0 z-50 bg-white shadow-sm">
<div class="container mx-auto px-4 py-4 flex items-center justify-between">
<a href="index.html" class="text-2xl font-['Pacifico'] text-primary">
<img src="images/logo_neu.png" alt="Home" class="h-16 w-auto">
</a>
<nav class="hidden md:flex items-center space-x-8">
<a href="index.html" class="text-gray-500 hover:text-primary transition-colors">Home</a>
<a href="project.html" class="text-gray-500 hover:text-primary transition-colors">Projekt</a>
<div class="relative" id="groupsDropdown">
<button class="text-gray-500 hover:text-primary transition-colors" id="groupsButton">
Gruppen
<i class="ri-arrow-down-s-line ml-1"></i>
</button>
<div class="absolute top-full left-0 mt-2 w-48 bg-white rounded-lg shadow-lg py-2 hidden" id="groupsMenu">
<a href="students.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-50">Mitglieder</a>
<a href="groups.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-50">Gruppen</a>
</div>
</div>
<a href="contact.html" class="text-primary font-medium flex items-center">Kontakt</a>
</nav>
<div class="md:hidden w-10 h-10 flex items-center justify-center">
<i class="ri-menu-line ri-lg"></i>
</div>
</div>
</header>
<!-- Kontakt -->
<section class="bg-gray-50 py-12">
<div class="container mx-auto px-4">
<div class="max-w-3xl mx-auto text-center">
<h1 class="text-4xl font-bold text-gray-900 mb-4">Kontakt</h1>
<p class="text-lg text-gray-600">Bei Fragen wenden Sie sich an die entsprechenden Team-Leader</p>
</div>
</div>
</section>
<!-- Filter -->
<section class="py-8 bg-white border-b">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto">
<div class="flex flex-col md:flex-row gap-4 items-center justify-between mb-8">
<div class="flex flex-wrap gap-2">
<button class="px-4 py-2 rounded-full bg-primary text-white text-sm font-medium !rounded-button whitespace-nowrap">Alle</button>
<a href="#biotech">
<button class="px-4 py-2 rounded-full bg-white text-gray-600 text-sm font-medium border border-gray-200 hover:bg-gray-50 !rounded-button whitespace-nowrap">BioTech</button>
</a>
<a href="#chemie">
<button class="px-4 py-2 rounded-full bg-white text-gray-600 text-sm font-medium border border-gray-200 hover:bg-gray-50 !rounded-button whitespace-nowrap">Chemie</button>
</a>
<a href="#finanzen">
<button class="px-4 py-2 rounded-full bg-white text-gray-600 text-sm font-medium border border-gray-200 hover:bg-gray-50 !rounded-button whitespace-nowrap">Finanzen</button>
</a>
<a href="#it">
<button class="px-4 py-2 rounded-full bg-white text-gray-600 text-sm font-medium border border-gray-200 hover:bg-gray-50 !rounded-button whitespace-nowrap">IT</button>
</a>
</div>
</div>
</div>
</div>
</section>
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 id="biotech" class="text-3xl font-bold text-gray-900 mb-3">BioTech</h2>
<!-- Studenten -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
<!-- Student 1 -->
<div class="bg-white rounded-lg border border-gray-100 overflow-hidden shadow-sm hover:shadow-md transition-all group">
<div class="aspect-square relative overflow-hidden">
<img src="images/imgmiss.jpeg" alt="Noemi Reusing" class="w-full h-full object-cover object-top group-hover:scale-105 transition-transform duration-300">
<div class="absolute bottom-0 left-0 w-full p-4 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity">
<div class="flex gap-2">
<a href="#" class="w-8 h-8 flex items-center justify-center bg-white/20 backdrop-blur-sm rounded-full hover:bg-white/30 transition-colors">
<i class="ri-mail-line text-white"></i>
</a>
</div>
</div>
</div>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<a href="students.html#noemireusing">
<h3 class="text-lg font-semibold text-gray-900">Noemi Reusing</h3>
</a>
<span class="text-xs font-medium text-primary bg-blue-50 px-2 py-1 rounded-full"><a href="groups.html#biotech"> BioTech Leader </a></span>
</div>
<p class="text-primary font-medium text-sm mb-2">Kontakt: Mail einfügen</p>
<p class="text-gray-600 text-sm mb-4">Text einfügen.</p>
<div class="flex flex-wrap gap-2 mb-4">
</div>
</div>
</div>
<!-- Student 4 -->
<div class="bg-white rounded-lg border border-gray-100 overflow-hidden shadow-sm hover:shadow-md transition-all group">
<div class="aspect-square relative overflow-hidden">
<img src="images/imgmiss.jpeg" alt="Yazan Ahmad" class="w-full h-full object-cover object-top group-hover:scale-105 transition-transform duration-300">
<div class="absolute bottom-0 left-0 w-full p-4 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity">
<div class="flex gap-2">
<a href="#" class="w-8 h-8 flex items-center justify-center bg-white/20 backdrop-blur-sm rounded-full hover:bg-white/30 transition-colors">
<i class="ri-mail-line text-white"></i>
</a>
</div>
</div>
</div>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<a href="students.html#yazanahmad">
<h3 class="text-lg font-semibold text-gray-900">Yazan Ahmad</h3>
</a>
<span class="text-xs font-medium text-primary bg-blue-50 px-2 py-1 rounded-full"><a href="groups.html#biotech"> BioTech Leader </a></span>
</div>
<p class="text-primary font-medium text-sm mb-2">Kontakt: Mail einfügen</p>
<p class="text-gray-600 text-sm mb-4">Text einfügen.</p>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 id="chemie"class="text-3xl font-bold text-gray-900 mb-3">Chemie</h2>
<!-- Studenten -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
<!-- Student 2 -->
<div class="bg-white rounded-lg border border-gray-100 overflow-hidden shadow-sm hover:shadow-md transition-all group">
<div class="aspect-square relative overflow-hidden">
<img src="images/imgmiss.jpeg" alt="Nathanael Strom" class="w-full h-full object-cover object-top group-hover:scale-105 transition-transform duration-300">
<div class="absolute bottom-0 left-0 w-full p-4 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity">
<div class="flex gap-2">
<a href="#" class="w-8 h-8 flex items-center justify-center bg-white/20 backdrop-blur-sm rounded-full hover:bg-white/30 transition-colors">
<i class="ri-mail-line text-white"></i>
</a>
</div>
</div>
</div>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<a href="students.html#nathanaelstrom">
<h3 class="text-lg font-semibold text-gray-900">Nathanael Strom</h3>
</a>
<span class="text-xs font-medium text-primary bg-blue-50 px-2 py-1 rounded-full"><a href="groups.html#chemie"> Chemie Leader </a></span>
</div>
<p class="text-primary font-medium text-sm mb-2">Kontakt: Mail einfügen</p>
<p class="text-gray-600 text-sm mb-4">Text einfügen.</p>
<div class="flex flex-wrap gap-2 mb-4">
</div>
</div>
</div>
</section>
</div>
</div>
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 id="finanzen" class="text-3xl font-bold text-gray-900 mb-3">Finanzen</h2>
<!-- Studenten -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
<!-- Student 1 -->
<div class="bg-white rounded-lg border border-gray-100 overflow-hidden shadow-sm hover:shadow-md transition-all group">
<div class="aspect-square relative overflow-hidden">
<img src="images/imgmiss.jpeg" alt="Theresa Maurer" class="w-full h-full object-cover object-top group-hover:scale-105 transition-transform duration-300">
<div class="absolute bottom-0 left-0 w-full p-4 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity">
<div class="flex gap-2">
<a href="#" class="w-8 h-8 flex items-center justify-center bg-white/20 backdrop-blur-sm rounded-full hover:bg-white/30 transition-colors">
<i class="ri-mail-line text-white"></i>
</a>
</div>
</div>
</div>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<a href="students.html#theresamaurer">
<h3 class="text-lg font-semibold text-gray-900">Theresa Maurer</h3>
</a>
<span class="text-xs font-medium text-primary bg-blue-50 px-2 py-1 rounded-full"><a href="groups.html#finanzen"> Finanzen Leader </a></span>
</div>
<p class="text-primary font-medium text-sm mb-2">Kontakt: Mail einfügen</p>
<p class="text-gray-600 text-sm mb-4">Text einfügen.</p>
<div class="flex flex-wrap gap-2 mb-4">
</div>
</div>
</div>
</section>
</div>
</div>
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 id="it"class="text-3xl font-bold text-gray-900 mb-3">IT</h2>
<!-- Studenten -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
<!-- Student 1 -->
<div class="bg-white rounded-lg border border-gray-100 overflow-hidden shadow-sm hover:shadow-md transition-all group">
<div class="aspect-square relative overflow-hidden">
<img src="images/imgmiss.jpeg" alt="Daniel Ringel" class="w-full h-full object-cover object-top group-hover:scale-105 transition-transform duration-300">
<div class="absolute bottom-0 left-0 w-full p-4 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity">
<div class="flex gap-2">
<a href="#" class="w-8 h-8 flex items-center justify-center bg-white/20 backdrop-blur-sm rounded-full hover:bg-white/30 transition-colors">
<i class="ri-mail-line text-white"></i>
</a>
</div>
</div>
</div>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<a href="students.html#danielringel">
<h3 class="text-lg font-semibold text-gray-900">Daniel Ringel</h3>
</a>
<span class="text-xs font-medium text-primary bg-blue-50 px-2 py-1 rounded-full"><a href="groups.html#it"> Ansprechperson </a></span>
</div>
<p class="text-primary font-medium text-sm mb-2">Kontakt: Mail einfügen</p>
<p class="text-gray-600 text-sm mb-4">Text einfügen. Find our Github here</p>
<div class="flex flex-wrap gap-2 mb-4">
</div>
</div>
</div>
<!-- Student 1 -->
<div class="bg-white rounded-lg border border-gray-100 overflow-hidden shadow-sm hover:shadow-md transition-all group">
<div class="aspect-square relative overflow-hidden">
<img src="images/imgmiss.jpeg" alt="Daniel Ringel" class="w-full h-full object-cover object-top group-hover:scale-105 transition-transform duration-300">
<div class="absolute bottom-0 left-0 w-full p-4 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity">
<div class="flex gap-2">
<a href="#" class="w-8 h-8 flex items-center justify-center bg-white/20 backdrop-blur-sm rounded-full hover:bg-white/30 transition-colors">
<i class="ri-mail-line text-white"></i>
</a>
</div>
</div>
</div>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<a href="students.html#danielringel">
<h3 class="text-lg font-semibold text-gray-900">Ayleen Titus</h3>
</a>
<span class="text-xs font-medium text-primary bg-blue-50 px-2 py-1 rounded-full"><a href="groups.html#it"> Ansprechperson </a></span>
</div>
<p class="text-primary font-medium text-sm mb-2">Kontakt: Mail einfügen</p>
<p class="text-gray-600 text-sm mb-4">Text einfügen. Find our Github here</p>
<div class="flex flex-wrap gap-2 mb-4">
</div>
</div>
</div>
<!-- Student 1 -->
<div class="bg-white rounded-lg border border-gray-100 overflow-hidden shadow-sm hover:shadow-md transition-all group">
<div class="aspect-square relative overflow-hidden">
<img src="images/imgmiss.jpeg" alt="Daniel Ringel" class="w-full h-full object-cover object-top group-hover:scale-105 transition-transform duration-300">
<div class="absolute bottom-0 left-0 w-full p-4 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity">
<div class="flex gap-2">
<a href="#" class="w-8 h-8 flex items-center justify-center bg-white/20 backdrop-blur-sm rounded-full hover:bg-white/30 transition-colors">
<i class="ri-mail-line text-white"></i>
</a>
</div>
</div>
</div>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<a href="students.html#danielringel">
<h3 class="text-lg font-semibold text-gray-900">Alejandro Schultheiss</h3>
</a>
<span class="text-xs font-medium text-primary bg-blue-50 px-2 py-1 rounded-full"><a href="groups.html#it"> Ansprechperson </a></span>
</div>
<p class="text-primary font-medium text-sm mb-2">Kontakt: Mail einfügen</p>
<p class="text-gray-600 text-sm mb-4">Text einfügen. Find our Github here</p>
<div class="flex flex-wrap gap-2 mb-4">
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Ende -->
<footer class="bg-gray-900 text-white pt-16 pb-8">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12">
<!-- Links -->
<div>
<a href="#" class="text-2xl font-['Pacifico'] text-primary">
<img src="images/logo_neu.png" alt="Home" class="h-12 w-auto">
</a>
<p class="text-violet-50 font-semibold mb-6">Finde uns hier:</p>
<div class="flex space-x-4">
<a href="https://teams.igem.org/5829" class="w-10 h-10 flex items-center justify-center bg-gray-800 rounded-full hover:bg-primary transition-colors">
<img src="images/igem_logo.png" alt="Logo" class="w-6 h-6" />
</a>
<a href="https://www.instagram.com/igem_stuttgart/" class="w-10 h-10 flex items-center justify-center bg-gray-800 rounded-full hover:bg-primary transition-colors">
<img src="images/Instagram_logo_2016.svg.png" alt="Logo" class="w-6 h-6" />
</a>
</div>
</div>
<!-- Quick links -->
<div>
<h3 class="text-violet-50 font-semibold mb-6">Quick Links</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Home</a></li>
<li><a href="project.html" class="text-gray-400 hover:text-violet-50 transition-colors">Projekt</a></li>
<li><a href="groups.html" class="text-gray-400 hover:text-violet-50 transition-colors">Gruppen</a></li>
<li><a href="students.html" class="text-gray-400 hover:text-violet-50 transition-colors">Mitglieder</a></li>
<li><a href="contact.html" class="text-gray-400 hover:text-violet-50 transition-colors">Kontakt</a></li>
</ul>
</div>
<!-- Kontakt -->
<div>
<h3 class="text-violet-50 font-semibold mb-6">Direkter Kontakt</h3>
<ul class="space-y-3">
<li>
<a href="mailto:synbioteam@ibmg.uni-stuttgart.de" class="text-gray-400 hover:text-violet-50 transition-colors flex items-start">
<i class="ri-mail-line mr-3 mt-1"></i>
<span>synbioteam@ibmg.uni-stuttgart.de</span>
</a>
</li>
<li>
<a href="mailto:collaboration@studentshowcase.edu" class="text-gray-400 hover:text-violet-50 transition-colors flex items-start">
<i class="ri-mail-line mr-3 mt-1"></i>
<span>Finanzen Mail einfügen</span>
</a>
</li>
<li>
<a href="mailto:info@studentshowcase.edu" class="text-gray-400 hover:text-violet-50 transition-colors flex items-start">
<i class="ri-mail-line mr-3 mt-1"></i>
<span>IT Mail einfügen</span>
</a>
</li>
<li>
<a href="mailto:info@studentshowcase.edu" class="text-gray-400 hover:text-violet-50 transition-colors flex items-start">
<i class="ri-mail-line mr-3 mt-1"></i>
<span>Bio Mail einfügen</span>
</a>
</li>
<li>
<a href="mailto:info@studentshowcase.edu" class="text-gray-400 hover:text-violet-50 transition-colors flex items-start">
<i class="ri-mail-line mr-3 mt-1"></i>
<span>Chemie Mail einfügen</span>
</a>
</li>
</ul>
</div>
<!-- Datenschutz -->
<div class="pt-8 border-t border-gray-800 text-center text-gray-500 text-sm">
<p>© 2025 SynBio Team. All rights reserved.</p>
<div class="flex justify-center space-x-4 mt-4">
<a href="#" class="hover:text-violet-50 transition-colors">Privacy Policy</a>
<a href="#" class="hover:text-violet-50 transition-colors">Terms of Service</a>
<a href="#" class="hover:text-violet-50 transition-colors">Cookie Policy</a>
</div>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', () => {
const button = document.getElementById('groupsButton');
const menu = document.getElementById('groupsMenu');
button.addEventListener('click', () => {
menu.classList.toggle('hidden');
});
});
</script>
</script>
</body>
</html>