-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
433 lines (403 loc) · 21.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deutsche Autowerks</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.4.2/mdb.min.css" rel="stylesheet"/>
<link href="./style.css" rel="stylesheet">
</head>
<body class="bg-black" id="body">
<section id="content">
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse"
data-mdb-target="#navbarExample01" aria-controls="navbarExample01" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarExample01">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#inventory">Inventory</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#location">Location</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#order">Custom Order</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
</header>
<!-- Background image -->
<div class="p-5 text-center bg-image" style="
background-image: url('./images/Interior.jpg');
height: 800px;
">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.6);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white">
<h1 class="mb-3">Deutsche Autowerks</h1>
<h4 class="mb-3">Where Passion Meets Performance.</h4>
<a style="background-color: rgba(0, 0, 0, 0.8); color: white;" class="btn btn-outline-light btn-lg" href="#inventory" role="button">Select your car</a>
</div>
</div>
</div>
</div>
<!-- Background image -->
<div class="container my-5" id="aboutus">
<div class="p-5 text-center bg-body-tertiary rounded-3 bg-dark aboutus">
<h1 class="text-body-emphasis text-light">About us</h1>
<p class="lead text-light">
Welcome to Deutsche Autowerks, where the passion for precision engineering
and the pursuit of automotive excellence come together. We are your premier destination
for acquiring the finest German-engineered automobiles. At Deutsche Autowerks,
we share your admiration for the iconic brands that define the pinnacle of automotive
craftsmanship. From the elegance of Mercedes-Benz to the performance prowess of BMW,
the innovation of Audi, the sophistication of Porsche, and the enduring quality of Volkswagen,
we offer a curated selection of exceptional vehicles that exemplify the very essence of German automotive engineering.
Experience the power, precision, and passion of German automotive engineering. We invite you
to explore our showroom, take a test drive, and immerse yourself in the world of automotive luxury.
</p>
</div>
</div>
<div class="album py-5 bg-body-tertiary bg-black">
<div class="container">
<h2 style="text-align: center; padding-bottom: 30px;" class="text-light" id="inventory">INVENTORY</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/audi/A6Limo.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Audi A6</h4>
<p class="card-text text-light">From €56.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="audia6" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/audi/A3.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Audi A3</h4>
<p class="card-text text-light">From €32.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="audia3" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/audi/A8.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Audi A8</h4>
<p class="card-text text-light">From €92.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="audia8" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/bmw/3Series.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">BMW 3 Series</h4>
<p class="card-text text-light">From €46.345</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="bmw3er" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/bmw/8Series.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover; opacity: 50%;">
<p style="position: absolute; text-align: center; width: 100%; top: 25%; font-size: 20pt;" class="text-light">COMING SOON</p>
<div class="card-body">
<h4 class="card-text text-light">BMW 8 Series</h4>
<p class="card-text text-light">From €86.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="bmw8er" class="btn btn-secondary" disabled onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/mercedes/EClass.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover; opacity: 50%;">
<p style="position: absolute; text-align: center; width: 100%; top: 25%; font-size: 20pt;" class="text-light">COMING SOON</p>
<div class="card-body">
<h4 class="card-text text-light">Mercedes E-Class</h4>
<p class="card-text text-light">From €56.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="mbeclass" class="btn btn-secondary" disabled onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/mercedes/GClass.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Mercedes G-Class</h4>
<p class="card-text text-light">From €166.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="mbgclass" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/volkswagen/Passat.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Volkswagen Passat</h4>
<p class="card-text text-light">From €38.635</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="vwpassat" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/volkswagen/Golf.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Volkswagen Golf</h4>
<p class="card-text text-light">From €28.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="vwgolf" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/porsche/911.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Porsche 911</h4>
<p class="card-text text-light">From €128.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="porsche911" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/porsche/718.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover;">
<div class="card-body">
<h4 class="card-text text-light">Porsche 718</h4>
<p class="card-text text-light">From €98.880</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="porsche718" class="btn btn-secondary" onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card bg-dark shadow-sm">
<img src="./images/porsche/cayenne.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" style="object-fit: cover; opacity: 50%;">
<p style="position: absolute; text-align: center; width: 100%; top: 25%; font-size: 20pt;" class="text-light">COMING SOON</p>
<div class="card-body">
<h4 class="card-text text-light">Porsche Cayenne</h4>
<p class="card-text text-light">From €78.280</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" id="pcayenne" class="btn btn-secondary" disabled onclick="load(id)">Select configuration</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="location" id="location">
<h2 style="text-align: center; padding-bottom: 30px;" class="text-light">LOCATION</h2>
<iframe class="locationmap" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4347.179474715694!2d17.80434323463385!3d43.34786454546852!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x134b43a3e6bdc0db%3A0xac199e894d55b289!2sMepas%20Mall!5e0!3m2!1sbs!2sba!4v1697208742278!5m2!1sbs!2sba" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<h2 style="text-align: center; padding-bottom: 30px; padding-top: 50px;" class="text-light" id="order">CUSTOM ORDER</h2>
<p style="text-align: center; width: 80%; margin-left: 10%;" class="text-light">We don't have a car that you would like to buy? Fill out the fields below and leave us your information,
manufacturer and model of the car and we will reach back to you in no time!</p>
<form class="form">
<div class="formrow">
<div class="formperson">
<div class="form-outline form-white person">
<input type="text" id="firstName" class="form-control" />
<label class="form-label text-light" for="firstName">First name</label>
</div>
<div class="form-outline form-white person">
<input type="text" id="lastName" class="form-control" />
<label class="form-label text-light" for="lastName">Last name</label>
</div>
<div class="form-outline form-white person">
<input type="email" id="eMail" class="form-control"/>
<label class="form-label text-light" for="eMail">Email</label>
</div>
<div class="form-outline form-white person">
<input type="tel" id="phoneNumber" class="form-control" />
<label class="form-label text-light" for="phoneNumber">Phone number</label>
</div>
</div>
</div>
<div class="formrow">
<div class="formcar">
<div class="form-outline form-white carinfo">
<input type="text" id="manufacturer" class="form-control" />
<label class="form-label text-light" for="manufacturer">Manufacturer</label>
</div>
<div class="form-outline form-white carinfo">
<input type="text" id="model" class="form-control" />
<label class="form-label text-light" for="model">Model</label>
</div>
<div class="form-outline form-white carinfo">
<input type="number" id="modelYear" class="form-control" />
<label class="form-label text-light" for="modelYear">Model year</label>
</div>
</div>
</div>
<div class="moreinfo">
<div class="form-outline form-white" style="margin-top: 30px;">
<textarea class="form-control" id="additionalMessage" rows="4"></textarea>
<label class="form-label text-light" for="additionalMessage">Your message</label>
</div>
<a class="btnsubmit" onclick="submit()">Submit</a>
</div>
</form>
</section>
<!-- Footer -->
<footer class="text-center text-lg-start bg-white text-muted footer">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom footer2">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Check out our partners:</span>
</div>
<!-- Left -->
<!-- Right -->
<div style="display: flex;">
<a href="https://www.audi.com" class="me-4 link-secondary">
<p>Audi</p>
</a>
<a href="https://www.bmw.com" class="me-4 link-secondary">
<p>BMW</p>
</a>
<a href="https://www.mercedes-benz.com" class="me-4 link-secondary">
<p>Mercedes-Benz</p>
</a>
<a href="https://www.vw.com" class="me-4 link-secondary">
<p>VW</p>
</a>
<a href="https://www.porsche.com" class="me-4 link-secondary">
<p>Porsche</p>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="footer2">
<div class="container text-center text-md-start mt-5 footer3">
<!-- Grid row -->
<div class="row mt-3 footer4">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3 text-secondary"></i>Deutsche Autowerks
</h6>
<p>
Your favourite German cars dealership! Where passion meets performance.
</p>
</div>
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="#" class="text-reset">Home</a>
</p>
<p>
<a href="#aboutus" class="text-reset">About Us</a>
</p>
<p>
<a href="#inventory" class="text-reset">Inventory</a>
</p>
<p>
<a href="#location" class="text-reset">Location</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fas fa-home me-3 text-secondary"></i> Mostar, 88000, Bosnia & Herzegovina</p>
<p>
<i class="fas fa-envelope me-3 text-secondary"></i>
</p>
<p><i class="fas fa-phone me-3 text-secondary"></i> + 387 34 567 88</p>
<p><i class="fas fa-print me-3 text-secondary"></i> + 387 34 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4 footer2" style="background-color: rgba(0, 0, 0, 0.025);">
© 2023 Copyright:
<a class="text-reset fw-bold" href="#">DeutscheAutowerks.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.4.2/mdb.min.js"></script>
<script src="./script.js"></script>
</body>
</html>