generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
737 lines (736 loc) · 24.2 KB
/
index.html
File metadata and controls
737 lines (736 loc) · 24.2 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Meta tags for SEO -->
<meta
name="description"
content="M-Buildz is an Irish Drift Car builder, specializing in custom built cars"
/>
<meta
name="keywords"
content="m-buildz, drift, drifting, car, cars, parts, scrap, salvage, ireland,"
/>
<meta name="author" content="M-Buildz" />
<!-- Link to CSS Stylesheet -->
<link rel="stylesheet" href="./assets/css/style.css" type="text/css" />
<!-- Font Awesome kit -->
<script
src="https://kit.fontawesome.com/748966ddba.js"
crossorigin="anonymous"
></script>
<!-- Favicon -->
<link
rel="icon"
type="icon/ico"
sizes="32x32"
href="./assets/icons/favicon/favicon.ico"
/>
<!-- Link to JavaScript file to make menu close on mobile -->
<script src="./assets/js/menu.js" defer></script>
<!-- Page Title -->
<title>M-Buildz</title>
</head>
<body>
<!-- Loading Wheel -->
<div id="loading">
<img
id="wheel"
src="./assets/images/loading-wheel.webp"
alt="loading wheel"
height="200"
width="200"
/>
</div>
<!-- Page Header -->
<header class="site-navigation">
<!-- Logo -->
<figure class="page-logo">
<a
href="index.html"
aria-label="M-Buildz Logo button that leads to index.html"
>
<img
src="./assets/logos/m-buildz-logo.webp"
alt="M-Buildz Logo"
title="M-Buildz Logo"
id="logo"
aria-label="M-Buildz Logo"
/>
</a>
</figure>
<!-- Button for Menu on mobile -->
<input type="checkbox" id="nav-toggle-box" name="nav-toggle-box" />
<label for="nav-toggle-box" class="nav-toggle-box-label">
<i class="fa-solid fa-bars"></i>
</label>
<!-- Navigation Menu -->
<nav id="navigation-menu">
<ul id="menu">
<li>
<a href="#hero-section" aria-label="Link to Home">Home</a>
</li>
<li><a href="#cars" aria-label="Link to Cars section">Cars</a></li>
<li>
<a href="#contact-us" aria-label="Link to Contact Us section"
>Contact Us</a
>
</li>
</ul>
</nav>
</header>
<!-- Main Section -->
<main>
<!-- Hero Section -->
<section id="hero-section" class="section-wrapper">
<header id="slogan">
<h1>We build cars<br />that <span>drift</span></h1>
</header>
</section>
<!-- Cars Section -->
<section id="cars">
<header class="hidden">
<h2>Cars</h2>
</header>
<!-- Card Wrapper -->
<div id="card-wrapper">
<!-- VW Golf Card -->
<article class="card">
<!-- Card Image -->
<figure class="card-image" id="vw-golf">
<!-- Car Badges -->
<div class="badges">
<img
src="./assets/images/badges/volkswagen-logo.png"
height="25"
alt="Volkswagen Logo"
aria-label="Volkswagen Logo"
/>
<img
src="./assets/images/badges/golf-logo.png"
height="20"
alt="Golf Logo"
aria-label="Golf Logo"
/>
</div>
</figure>
<!-- Car Information -->
<div class="car-information">
<!-- Car Stats -->
<div class="car-stats">
<h3>Volkswagen Golf</h3>
<ul class="car-stats-list">
<li>
<img
src="./assets/icons/top-speed.webp"
height="20"
alt="Top Speed"
aria-label="Top Speed Icon"
/>203km/h
</li>
<li>
<img
src="./assets/icons/weight.webp"
height="20"
alt="Weight"
aria-label="Weight Icon"
/>1980kg
</li>
<li>
<img
src="./assets/icons/engine-size.png"
height="20"
alt="Engine Size"
aria-label="Engine Size Icon"
/>2.5L Inline 6
</li>
<li>
<img
src="./assets/icons/power.webp"
height="20"
alt="Power"
aria-label="Power Icon"
/>500PS
</li>
</ul>
</div>
<!-- Car Description -->
<div class="car-description">
<p>
One of our first builds was this gorgeous Volkswagen Golf. It
has a 2.5L Inline 6 engine with 500PS and a top speed of
203km/h.
</p>
</div>
</div>
</article>
<!-- BMW M5 Card -->
<article class="card">
<!-- Card Image -->
<figure class="card-image" id="bmw-m5">
<!-- Car Badges -->
<div class="badges">
<img
src="./assets/images/badges/bmw-logo.webp"
height="25"
alt="BMW Logo"
aria-label="BMW Logo"
/>
<img
src="./assets/images/badges/m5-logo.webp"
height="20"
alt="M5 Logo"
aria-label="M5 Logo"
/>
</div>
</figure>
<!-- Car Information -->
<div class="car-information">
<!-- Car Stats -->
<div class="car-stats">
<h3>BMW M5</h3>
<ul class="car-stats-list">
<li>
<img
src="./assets/icons/top-speed.webp"
height="20"
alt="Top Speed"
aria-label="Top Speed Icon"
/>225km/h
</li>
<li>
<img
src="./assets/icons/weight.webp"
height="20"
alt="Weight"
aria-label="Weight Icon"
/>2160kg
</li>
<li>
<img
src="./assets/icons/engine-size.png"
height="20"
alt="Engine Size"
aria-label="Engine Size Icon"
/>3.5L V8
</li>
<li>
<img
src="./assets/icons/power.webp"
height="20"
alt="Power"
aria-label="Power Icon"
/>600PS
</li>
</ul>
</div>
<!-- Car Description -->
<div class="car-description">
<p>
Our BMW M5 is a beast. It has a 3.5L V8 engine with 600PS and
a top speed of 225km/h.
</p>
</div>
</div>
</article>
<!-- Honda Civic Card -->
<article class="card">
<!-- Card Image -->
<figure class="card-image" id="honda-civic">
<!-- Car Badges -->
<div class="badges">
<img
src="./assets/images/badges/honda-logo.webp"
height="25"
alt="Honda Logo"
aria-label="Honda Logo"
/>
<img
src="./assets/images/badges/civic-logo.webp"
height="15"
alt="Civic Logo"
aria-label="Civic Logo"
/>
</div>
</figure>
<!-- Car Information -->
<div class="car-information">
<!-- Car Stats -->
<div class="car-stats">
<h3>Honda Civic</h3>
<ul class="car-stats-list">
<li>
<img
src="./assets/icons/top-speed.webp"
height="20"
alt="Top Speed"
aria-label="Top Speed Icon"
/>170km/h
</li>
<li>
<img
src="./assets/icons/weight.webp"
height="20"
alt="Weight"
aria-label="Weight Icon"
/>1800kg
</li>
<li>
<img
src="./assets/icons/engine-size.png"
height="20"
alt="Engine Size"
aria-label="Engine Size Icon"
/>1.8L Inline 4
</li>
<li>
<img
src="./assets/icons/power.webp"
height="20"
alt="Power"
aria-label="Power Icon"
/>290PS
</li>
</ul>
</div>
<!-- Car Description -->
<div class="car-description">
<p>
This yellow Honda Civic is a real head turner. It has a 1.8L
inline 4 engine with 290PS and a top speed of 170km/h.
</p>
</div>
</div>
</article>
<!-- Subaru STI Card -->
<article class="card">
<!-- Card Image -->
<figure class="card-image" id="subaru-sti">
<!-- Car Badges -->
<div class="badges">
<img
src="./assets/images/badges/subaru-logo-100px.webp"
height="25"
alt="Subaru Logo"
aria-label="Subaru Logo"
/>
<img
src="./assets/images/badges/sti-logo.webp"
height="20"
alt="STI Logo"
aria-label="STI Logo"
/>
</div>
</figure>
<!-- Car Information -->
<div class="car-information">
<!-- Car Stats -->
<div class="car-stats">
<h3>Subaru STI</h3>
<ul class="car-stats-list">
<li>
<img
src="./assets/icons/top-speed.webp"
height="20"
alt="Top Speed"
aria-label="Top Speed Icon"
/>218km/h
</li>
<li>
<img
src="./assets/icons/weight.webp"
height="20"
alt="Weight"
aria-label="Weight Icon"
/>2070kg
</li>
<li>
<img
src="./assets/icons/engine-size.png"
height="20"
alt="Engine Size"
aria-label="Engine Size Icon"
/>2L Inline 6
</li>
<li>
<img
src="./assets/icons/power.webp"
height="20"
alt="Power"
aria-label="Power Icon"
/>467PS
</li>
</ul>
</div>
<!-- Car Description -->
<div class="car-description">
<p>
The Subaru STI is a classic rally car. With 467PS and a top
speed of 218km/h, it's sure to attract attention.
</p>
</div>
</div>
</article>
<!-- Toyota Imprezza Card -->
<article class="card">
<!-- Card Image -->
<figure class="card-image" id="toyota-altezza">
<!-- Car Badges -->
<div class="badges">
<img
src="./assets/images/badges/toyota-logo.webp"
height="25"
alt="Toyota Logo"
aria-label="Toyota Logo"
/>
<img
src="./assets/images/badges/altezza-logo.webp"
height="10"
alt="Altezza Logo"
aria-label="Altezza Logo"
/>
</div>
</figure>
<!-- Car Information -->
<div class="car-information">
<!-- Car Stats -->
<div class="car-stats">
<h3>Toyota Altezza</h3>
<ul class="car-stats-list">
<li>
<img
src="./assets/icons/top-speed.webp"
height="20"
alt="Top Speed"
aria-label="Top Speed Icon"
/>190km/h
</li>
<li>
<img
src="./assets/icons/weight.webp"
height="20"
alt="Weight"
aria-label="Weight Icon"
/>2100kg
</li>
<li>
<img
src="./assets/icons/engine-size.png"
height="20"
alt="Engine Size"
aria-label="Engine Size Icon"
/>2.2L Inline 6
</li>
<li>
<img
src="./assets/icons/power.webp"
height="20"
alt="Power"
aria-label="Power Icon"
/>360PS
</li>
</ul>
</div>
<!-- Car Description -->
<div class="car-description">
<p>
Our Toyota Altezza is beauty. We took a 2.2L Inline 6 engine
and tuned it to 360PS. It has a top speed of 190km/h.
</p>
</div>
</div>
</article>
<!-- Subaru WRX STI Card -->
<article class="card">
<!-- Card Image -->
<figure class="card-image" id="wrx-sti">
<!-- Car Badges -->
<div class="badges">
<img
src="./assets/images/badges/subaru-logo-100px.webp"
height="25"
alt="Subaru Logo"
aria-label="Subaru Logo"
/>
<img
src="./assets/images/badges/sti-logo.webp"
height="20"
alt="STI Logo"
aria-label="STI Logo"
/>
</div>
</figure>
<!-- Car Information -->
<div class="car-information">
<!-- Car Stats -->
<div class="car-stats">
<h3>WRX STI</h3>
<ul class="car-stats-list">
<li>
<img
src="./assets/icons/top-speed.webp"
height="20"
alt="Top Speed"
aria-label="Top Speed Icon"
/>220km/h
</li>
<li>
<img
src="./assets/icons/weight.webp"
height="20"
alt="Weight"
aria-label="Weight Icon"
/>2150kg
</li>
<li>
<img
src="./assets/icons/engine-size.png"
height="20"
alt="Engine Size"
aria-label="Engine Size Icon"
/>2.2L Inline 6
</li>
<li>
<img
src="./assets/icons/power.webp"
height="20"
alt="Power"
aria-label="Power Icon"
/>390PS
</li>
</ul>
</div>
<!-- Car Description -->
<div class="car-description">
<p>
The WRX STI is a step above almost any other car you'll find
on the road. With 390PS, it will leave you breathless.
</p>
</div>
</div>
</article>
</div>
</section>
<!-- Contact Us Section -->
<section id="contact-us" class="section-outer-wrapper">
<header class="hidden">
<h2>Contact Us</h2>
</header>
<!-- First Row Wrap -->
<div class="row-1-wrap">
<article id="contact-form" class="article-wrapper">
<header>
<h2>Contact Form</h2>
</header>
<!-- Contact Form -->
<form
id="contact-us-form"
name="contact-us-form"
action="https://formdump.codeinstitute.net"
method="post"
>
<label for="name" class="hidden">Name</label>
<input
class="text-input"
id="name"
name="name"
type="text"
required
placeholder="Name"
autocomplete="on"
minlength="2"
/>
<label for="email" class="hidden">Email Address</label>
<input
class="text-input"
id="email"
name="email"
type="email"
required
placeholder="Email Address"
autocomplete="on"
/>
<label for="question" class="hidden">Question</label>
<textarea
class="question-input"
id="question"
name="question"
required
placeholder="How can we help you?"
minlength="10"
></textarea>
<input class="submit" type="submit" value="Send it!" />
</form>
</article>
<!-- Contact Information -->
<article id="contact-information" class="article-wrapper">
<header>
<h2>Contact Information</h2>
</header>
<div class="row-1-wrap-address">
<!-- Address -->
<div id="address">
<h3>
<span><i class="fa-solid fa-location-dot"></i></span>Address
</h3>
<address>
16 Grand Park,<br />Clare,<br />Co.Clare,<br />Ireland
</address>
</div>
<div id="email-and-number">
<!-- Email Address -->
<div id="email-address">
<h3>
<span><i class="fa-solid fa-envelope"></i></span>Email
Address
</h3>
<a
href="mailto:contact@m-buildz.com"
aria-label="Link to send email to contact@m-buildz.com (opens in a new tab)"
>contact@m-buildz.com</a
>
</div>
<!-- Phone Number -->
<div id="phone">
<h3>
<span><i class="fa-solid fa-phone"></i></span>Phone Number
</h3>
<a
href="tel:+3538314357489"
aria-label="Link to Call +3538314357489 (opens in a new tab)"
>+3538314357489</a
>
</div>
</div>
</div>
<!-- Opening Hours -->
<div id="opening-hours">
<h3>
<span><i class="fa-regular fa-clock"></i></span>Opening Hours
</h3>
<!-- Opening Hour Table -->
<table class="timetable">
<tr class="hidden">
<th>Day</th>
<th>Open</th>
<th class="dash">-</th>
<th>Close</th>
</tr>
<tr>
<td>Monday:</td>
<td>10am</td>
<td class="dash">-</td>
<td>6pm</td>
</tr>
<tr>
<td>Tuesday:</td>
<td>10am</td>
<td class="dash">-</td>
<td>6pm</td>
</tr>
<tr>
<td>Wednesday:</td>
<td>10am</td>
<td class="dash">-</td>
<td>6pm</td>
</tr>
<tr>
<td>Thursday:</td>
<td>10am</td>
<td class="dash">-</td>
<td>6pm</td>
</tr>
<tr>
<td>Friday:</td>
<td>10am</td>
<td class="dash">-</td>
<td>6pm</td>
</tr>
<tr>
<td>Saturday:</td>
<td>Closed</td>
</tr>
<tr>
<td>Sunday:</td>
<td>Closed</td>
</tr>
</table>
</div>
</article>
</div>
<!-- Second Row Wrap -->
<div id="row-2-wrap">
<!-- Google Maps -->
<article id="google-map" class="article-wrapper">
<header class="hidden">
<h3>Google Maps</h3>
</header>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d38559.7901836501!2d-9.055074383073954!3d52.84062132938008!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x485b12cddf33d529%3A0xa00c7a997317320!2sEnnis%2C%20Co.%20Clare%2C%20Ireland!5e0!3m2!1sen!2sat!4v1705346120036!5m2!1sen!2sat"
width="1000"
height="400"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
title="Google Maps"
></iframe>
</article>
</div>
</section>
</main>
<!-- Footer Section-->
<footer>
<!-- Social Media Links -->
<ul id="socials">
<li>
<a
href="https://www.tiktok.com/"
target="_blank"
rel="noopener"
aria-label="Check us out on Tiktok (opens in a new tab)"
>
<i class="fa-brands fa-tiktok"></i
></a>
</li>
<li>
<a
href="https://www.x.com/"
target="_blank"
rel="noopener"
aria-label="Check us out on X (opens in a new tab)"
>
<i class="fa-brands fa-x-twitter"></i>
</a>
</li>
<li>
<a
href="https://www.instagram.com/"
target="_blank"
rel="noopener"
aria-label="Check us out on Instagram (opens in a new tab)"
>
<i class="fa-brands fa-instagram"></i
></a>
</li>
<li>
<a
href="https://www.snapchat.com/"
target="_blank"
rel="noopener"
aria-label="Check us out on Snapchat (opens in a new tab)"
>
<i class="fa-brands fa-snapchat"></i
></a>
</li>
</ul>
<!-- Copyright -->
<p id="copyright">
<i class="fa-regular fa-copyright"></i> M-BUILDZ 2024
</p>
</footer>
</body>
</html>