-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
474 lines (435 loc) · 20 KB
/
index.html
File metadata and controls
474 lines (435 loc) · 20 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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<!-- © David Eliezer Kesselmann 2023 -->
<html>
<head>
<!--Font Awesome Import -->
<script defer src="https://use.fontawesome.com/releases/v6.4.0/js/all.js"></script>
<!-- Animate on Scroll -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
<!-- Bulma Extensions -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@creativebulma/bulma-divider@1.1.0/dist/bulma-divider.min.css">
<!-- Custom JS -->
<script defer src="./js/utils.js"></script>
<script defer src="./js/main.js"></script>
<!-- CSS Stylesheet -->
<link rel="stylesheet" href="./css/main.css">
<!-- TODO: Favicon -->
<!-- <link rel="icon" type="image/png" href="resources/LogoTransparent.png"> -->
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="keywords"
content="Fahrrad, Reparatur, Zweirad, Händler, Shop, Service">
<meta name="author" content="David Eliezer Kesselmann">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title/Description -->
<title>Fahrradladen</title>
<meta name="description"
content="Fahrrad Reparatur und mehr">
</head>
<body>
<!-- Top image -->
<img src="./resources/header-placeholder.jpg" alt="Ladenansicht" class="top-image" id="header-img">
<!-- Navbar -->
<div id="navbar" class="navbar">
<div class="buttons socials">
<!-- Facebook -->
<button onclick="window.open('');"
class="button social-button has-text-white">
<span class="icon is-large">
<i class="fa-brands fa-facebook fas fa-2x"></i>
</span>
</button>
<!-- Instagram -->
<button onclick="window.open('');"
class="button social-button has-text-white ml-1">
<span class="icon is-large">
<i class="fa-brands fa-instagram fas fa-2x"></i>
</span>
</button>
<!-- Google Maps -->
<button onclick="window.open('');"
class="button social-button has-text-white">
<span class="icon is-large">
<i class="fa-solid fa-location-dot fas fa-2x"></i>
</span>
</button>
</div>
<!-- Title -->
<button onclick="window.open('');" class="button is-link contact">
<span class="icon">
<i class="fa-solid fa-phone"></i>
</span>
<span>Kontakt</span>
</button>
</div>
<div class="header is-hidden-mobile">
<h1 id="title" class="title has-text-light header-title is-1" data-aos="zoom-in" data-aos-mirror="true">Fahrradladen</h1>
<h2 id="subtitle" class="subtitle has-text-light is-3 header-subtitle" data-aos="slide-down" data-aos-mirror="true">
Freiheit auf zwei Rädern</h2>
</div>
<!-- Tabs Desktop -->
<div class="tabs tabs-desktop is-centered is-large is-boxed is-hidden-mobile" id="tabs">
<ul>
<li class="is-active tabs-background tabs-left">
<a href="" class="selected-radius">
<span class="icon is-small"><i class="fa-solid fa-home"></i></span>
<span>Home</span>
</a>
</li>
<li class="tabs-background">
<a href="">
<span class="icon is-small"><i class="fa-solid fa-bicycle"></i></span>
<span>Sortiment</span>
</a>
</li>
<li class="tabs-background tabs-right">
<a href="">
<span class="icon is-small"><i class="fa-solid fa-tools"></i></span>
<span>Service</span>
</a>
</li>
</ul>
</div>
<div class="border-element is-hidden-mobile" id="left-border"> </div>
<div class="border-element is-hidden-mobile" id="right-border"> </div>
<div id="content" class="white">
<!-- Tabs Mobile yay -->
<div class="tabs is-hidden-tablet is-centered is-normal">
<ul>
<li class="is-active">
<a href="" class="selected-radius">
<span class="icon is-small"><i class="fa-solid fa-home"></i></span>
<span>Home</span>
</a>
</li>
<li>
<a href="">
<span class="icon is-small"><i class="fa-solid fa-bicycle"></i></span>
<span>Sortiment</span>
</a>
</li>
<li>
<a href="">
<span class="icon is-small"><i class="fa-solid fa-tools"></i></span>
<span>Service</span>
</a>
</li>
</ul>
</div>
<!-- Main Content -->
<h1 class="title is-1 has-text-centered mt-6 mt-0-mobile mb-6">Willkommen bei ihrem Fahrradladen</h1>
<div class="divider">Was uns ausmacht</div>
<!-- Features -->
<div class="box features">
<div class="columns has-text-centered">
<div class="column">
<span class="icon is-large">
<i class="fa-solid fa-medal fas fa-2x"></i>
</span>
<br>
<h3 class="is-size-4">Lorem ipsum</h3>
<h4 class="is-size-5">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui
mauris.</h4>
</div>
<div class="column">
<span class="icon is-large">
<i class="fa-solid fa-bicycle fas fa-2x"></i>
</span>
<br>
<h3 class="is-size-4">Lorem ipsum</h3>
<h4 class="is-size-5">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui
mauris.</h4>
</div>
<div class="column">
<span class="icon is-large">
<i class="fa-regular fa-circle-question fas fa-2x"></i>
</span>
<br>
<h3 class="is-size-4">Lorem ipsum</h3>
<h4 class="is-size-5">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui
mauris.</h4>
</div>
</div>
</div>
<!-- Reviews Desktop-->
<div class="reviews flex-container is-hidden-mobile mt-6 mb-6">
<div class="box review-box mb-5" data-aos="fade-up" data-aos-delay="0"
href="">
<div class="account-info">
<div class="account-icon account-content bg-blue">
<p class="account-icon-text is-size-4">A</p>
</div>
<p class="is-size-4 is-italic account-content ml-3">Andi Stepanchuk</p>
</div>
<span class="icon has-text-warning stars mt-1">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p><i class="fa-solid fa-quote-left"></i></p>
<p class="is-size-9">Ich war jetzt zum 2ten mal hier und bin überaus zufrieden. Sehr gute Beratung, spontane
Hilfe (Schlauch- und Mantelwechsel innerhalb von 2 Tagen) auch bei Fahrrädern welche nicht zum
Spezialgebiet gehören, und die Preise sind auch total Ok.
Ich komme gerne wieder!</p>
<p class="has-text-right"><i class="fa-solid fa-quote-right"></i></p>
</div>
<div class="box review-box mb-5" data-aos="zoom-out" data-aos-delay="1000"
href="">
<div class="account-info">
<div class="account-icon account-content bg-violet">
<p class="account-icon-text is-size-4">D</p>
</div>
<p class="is-size-4 is-italic account-content ml-3">David Kesselmann</p>
</div>
<span class="icon has-text-warning stars mt-1">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p><i class="fa-solid fa-quote-left"></i></p>
<p class="is-size-9">Ich bin begeistert!
Mein Fahrrad habe ich am Samstagmorgen, nach dem Kette gerissen ist, ohne Termin zur Reparatur abgeben.
Und am Montagnachmittag bekomme ich schon die Nachricht das mein Fahrrad repariert wurde.
Top Service und super Preis-Leistungsverhältnis. Ich komme auf jeden Fall wieder.<br>
</p>
<p class="has-text-right"><i class="fa-solid fa-quote-right"></i></p>
</div>
<div class="box review-box mb-5" data-aos="fade-down" data-aos-delay="500"
href="">
<div class="account-info">
<div class="account-icon account-content bg-green">
<p class="account-icon-text is-size-4">J</p>
</div>
<p class="is-size-4 is-italic account-content ml-3">Julian Schneider</p>
</div>
<span class="icon has-text-warning stars mt-1">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p><i class="fa-solid fa-quote-left"></i></p>
<p class="is-size-9">Schnelle Reparatur und preiswert. Vorallem kommt nicht die Frage, ob man das Fahrrad
hier gekauft hat. Es wird repariert und man freut sich als Kunde. Das nächste Fahrrad steht schon in der
Werkstatt.</p>
<p class="has-text-right"><i class="fa-solid fa-quote-right"></i></p>
</div>
</div>
<!-- Reviews Mobile-->
<div class="is-hidden-tablet ml-2 mr-2" id="review-box">
<div id="review-1" class="box review-box rv-box-mobile" href="">
<div class="account-info">
<div class="account-icon account-content bg-blue">
<p class="account-icon-text is-size-4">A</p>
</div>
<p class="is-size-4 is-italic account-content ml-3">Andi Stepanchuk</p>
</div>
<span class="icon has-text-warning stars mt-1">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p><i class="fa-solid fa-quote-left"></i></p>
<p class="is-size-9">Ich war jetzt zum 2ten mal hier und bin überaus zufrieden. Sehr gute Beratung, spontane
Hilfe (Schlauch- und Mantelwechsel innerhalb von 2 Tagen) auch bei Fahrrädern welche nicht zum
Spezialgebiet gehören, und die Preise sind auch total Ok.
Ich komme gerne wieder!</p>
<p class="has-text-right"><i class="fa-solid fa-quote-right"></i></p>
</div>
<div id="review-2" class="box review-box is-hidden rv-box-mobile"
href="">
<div class="account-info">
<div class="account-icon account-content bg-violet">
<p class="account-icon-text is-size-4">M</p>
</div>
<p class="is-size-4 is-italic account-content ml-3">David Kesselmann</p>
</div>
<span class="icon has-text-warning stars mt-1">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p><i class="fa-solid fa-quote-left"></i></p>
<p class="is-size-9">Ich bin begeistert!
Mein Fahrrad habe ich am Samstagmorgen, nach dem Kette gerissen ist, ohne Termin zur Reparatur abgeben.
Und am Montagnachmittag bekomme ich schon die Nachricht das mein Fahrrad repariert wurde.
Top Service und super Preis-Leistungsverhältnis. Ich komme auf jeden Fall wieder.<br>
</p>
<p class="has-text-right"><i class="fa-solid fa-quote-right"></i></p>
</div>
<div id="review-3" class="box review-box is-hidden rv-box-mobile"
href="">
<div class="account-info">
<div class="account-icon account-content bg-green">
<p class="account-icon-text is-size-4">R</p>
</div>
<p class="is-size-4 is-italic account-content ml-3">Julian Schneider</p>
</div>
<span class="icon has-text-warning stars mt-1">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p><i class="fa-solid fa-quote-left"></i></p>
<p class="is-size-9">Schnelle Reparatur und preiswert. Vorallem kommt nicht die Frage, ob man das Fahrrad
hier gekauft hat. Es wird repariert und man freut sich als Kunde. Das nächste Fahrrad steht schon in der
Werkstatt.</p>
<p class="has-text-right"><i class="fa-solid fa-quote-right"></i></p>
</div>
<!-- Arrows -->
<div class="arrow-left" id="arrow-left">
<div class="hitbox"></div>
<i class="fas fa-chevron-left"></i>
</div>
<div class="arrow-right" id="arrow-right">
<div class="hitbox"></div>
<i class="fas fa-chevron-right"></i>
</div>
</div>
<div class="divider">Unsere Angebote</div>
<!-- Offers -->
<div class="offers">
<img src="./resources/offers.jpg" alt="BMX auf einem Weg" class="offers-img is-hidden-mobile">
<div class="columns offer-columns is-centered is-vcentered">
<div class="column is-3 offer-column">
<div class="card offer-box">
<div class="card-image">
<figure class="image is-4by3">
<img src="./resources/schlauch.png" alt="Fahrrad Service">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title">Schlauchwechsel</p>
<p class="subtitle">ab 19€</p>
</div>
</div>
<div class="content">
Kaputter Schlauch? Kein Problem! Wir wechseln ihren Schlauch und sorgen dafür, dass sie
schnell wieder unterwegs sind.
</div>
</div>
<div class="card-footer">
<a href="./service" class="card-footer-item">Mehr erfahren</a>
</div>
</div>
</div>
<div class="column is-3 offer-column">
<div class="card offer-box">
<div class="card-image">
<figure class="image is-4by3">
<img src="./resources/service.jpg" alt="Fahrrad Service">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title">Fahrrad Inspektion</p>
<p class="subtitle">ab 39€</p>
</div>
</div>
<div class="content">
Wir überprüfen ihr Fahrrad auf Herz und Nieren und sorgen dafür, dass sie sicher unterwegs
sind.
</div>
</div>
<div class="card-footer">
<a href="./service" class="card-footer-item">Mehr erfahren</a>
</div>
</div>
</div>
<div class="column is-3 offer-column">
<div class="card offer-box">
<div class="card-image">
<figure class="image is-4by3">
<img src="./resources/bremsen.jpg" alt="Fahrrad Service">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title">Bremsenwechsel</p>
<p class="subtitle">ab 59€</p>
</div>
</div>
<div class="content">
Die Bremsen sind das Wichtigste am Fahrrad. Wir wechseln ihre Bremsen und sorgen dafür, dass
sie sicher unterwegs sind.
</div>
</div>
<div class="card-footer">
<a href="./service" class="card-footer-item">Mehr erfahren</a>
</div>
</div>
</div>
</div>
</div>
<div class="divider">Über uns</div>
<!-- About us -->
<div class="about-us mt-6 mb-6">
<!-- Person -->
<div class="person mb-6 pb-6 pt-6 box">
<div class="columns is-clipped ml-1 mr-1">
<div class="column is-clipped p-0 mt-2 mb-4-mobile">
<img src="https://profile-images.xing.com/images/47458716d597489ce266533680c89bee-6/erwin-de-man.1024x1024.jpg"
alt="Person" class="person-img" id="about-img">
</div>
<div class="column is-clipped p-0">
<h3 class="is-size-4 has-text-weight-light about-text">Tim Schröter</h3>
<h4 class="is-size-5 about-text">Ich bin Tim Schröter und ich bin stolzer Besitzer meines eigenen
Fahrradladens. In meinem Laden biete ich eine große Auswahl an Fahrrädern und Zubehör sowie
einen
erstklassigen Reparaturservice an. Ich berate sie gerne mit meinem Fachwissen und engagiere mich
dafür, dass sie das perfekte Fahrrad finden, das ihren Bedürfnissen und Wünschen
entspricht.</h4>
</div>
</div>
</div>
<!-- Contact -->
<div class="contact-box columns is-centered mt-6 ml-1 mr-1">
<div class="column p-0 has-text-centered">
<h3 class="is-size-4 has-text-weight-light"><i class="fa-solid fa-location-dot"></i> Kontakt</h3>
<a href="" class="is-size-5 no-link">Teststraße 5<br>00000
Teststadt</a>
<br><br>
<p class="is-size-5">Telefon: <a href="tel:+490000000" class="no-link">+49 00000000</a></p>
<p class="is-size-5">E-Mail: <a href="mailto:test@fahrrad-laden.com" class="no-link">test@fahrrad-laden.com</a>
</p>
</div>
<div class="column p-0 mt-6-mobile">
<h3 class="is-size-4 has-text-weight-light"><i class="fa-regular fa-clock"></i> Öffnungszeiten</h3>
<p class="is-size-5">Montag - Freitag: 10:00 - 18:00 Uhr</p>
<p class="is-size-5">Samstag: 10:00 - 14:00 Uhr</p>
<p class="is-size-5">Sonntag: Geschlossen</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="content has-text-centered">
<p class="is-size-4 is-bold">© David Eliezer Kesselmann 2023</p>
<p>
<a href="https://redcodes.dev">Impressum</a>
</p>
</div>
</footer>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>