-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
249 lines (246 loc) · 14.8 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Bowling Kalender</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://kit.fontawesome.com/6a70747b3d.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="px-16 pt-8 bg-gradient-to-b from-blue-400 to-transparent">
<h1 class="text-4xl font-bold leading-10 text-gray-900">Bowling Hausliga Kalender</h1>
<h3 class="text-xl font-semibold leading-6 text-gray-900">Hier findest du die Bowling Termine der einzelnen
Teams</h3>
<p class="text-m font-semibold leading-6 text-gray-500">Eine Co-Produktion von Florian und Jens</p>
</div>
<div class="px-16 pt-8">
<ul role="list" class="divide-y divide-gray-200">
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">Die Flintstones
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Die_Flintstones.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Die_Flintstones.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/Die_Flintstones.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/Die_Flintstones.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">Die Strikeaholics
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Die_Strikeaholics.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Die_Strikeaholics.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/Die_Strikeaholics.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/Die_Strikeaholics.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">El Caipiraños
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/El_Caipiraños.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/El_Caipiraños.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/El_Caipiraños.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/El_Caipiraños.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">Flutschfingers
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Flutschfingers.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Flutschfingers.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/Flutschfingers.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/Flutschfingers.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">Königin Ami und Ihre Talahuhns
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Königin_Ami_und_Ihre_Talahuhns.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/Königin_Ami_und_Ihre_Talahuhns.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/Königin_Ami_und_Ihre_Talahuhns.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/Königin_Ami_und_Ihre_Talahuhns.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">The Ghostriders
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/The_Ghostriders.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/The_Ghostriders.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/The_Ghostriders.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/The_Ghostriders.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">The X-Team
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/The_X-Team.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/The_X-Team.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/The_X-Team.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/The_X-Team.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
<li class="flex flex-wrap justify-between items-center border-gray-200 py-4">
<div class="w-full sm:w-auto mb-4 sm:mb-0">
<p class="text-xl font-semibold leading-6 text-gray-900 text-center sm:text-left">X-Men
</p>
</div>
<div class="flex flex-col sm:flex-row gap-2 align-center w-full sm:w-auto">
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/X-Men.ics">
<i class="fa fa-apple mr-2"></i>
iPhone
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="webcal://kalender.bowlinq.de/X-Men.ics">
<i class="fa fa-mobile mr-2"></i>
Handy & PC
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://calendar.google.com/calendar/u/0/r?cid=webcal://kalender.bowlinq.de/X-Men.ics">
<i class="fa fa-google mr-2"></i>Google
Kalender
</a>
<a class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mx-2 rounded w-full sm:w-auto"
href="https://kalender.bowlinq.de/X-Men.ics">
<i class="fa fa-download mr-2"></i>ICS
Download
</a>
</div>
</li>
</ul>
</div>
</body>
</html>