-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
653 lines (625 loc) · 24.9 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>BMW STORE</title>
<style>
.site-footer
{
background-color:#26272b;
padding:45px 0 20px;
font-size:15px;
line-height:24px;
color:#737373;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .social-icons
{
text-align:right
}
.site-footer .social-icons a
{
width:40px;
height:40px;
line-height:40px;
margin-left:6px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}
.social-icons
{
padding-left:0;
margin-bottom:0;
list-style:none
}
.social-icons li
{
display:inline-block;
margin-bottom:4px
}
.social-icons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.social-icons a{
background-color:#eceeef;
color:#818a91;
font-size:16px;
display:inline-block;
line-height:44px;
width:44px;
height:44px;
text-align:center;
margin-right:8px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
color:#fff;
background-color:#29aafe
}
.social-icons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.social-icons a.facebook:hover
{
background-color:#3b5998
}
.social-icons a.twitter:hover
{
background-color:#00aced
}
.social-icons a.linkedin:hover
{
background-color:#007bb6
}
.social-icons a.dribbble:hover
{
background-color:#ea4c89
}
@media (max-width:767px)
{
.social-icons li.title
{
display:block;
margin-right:0;
font-weight:600
}
}
h2{
margin-left: 35%
}
h3{
margin-left: 48%
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #;;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
}
</style>
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top" class="btn btn-primary">Top</button>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<div class="container-fluit">
<div class="row pt-1" style="background-color:#; ">
<div class=" d-none d-lg-block col-lg-3">
<a href="#" class="text-decoration-none">
<h5 style="color: black;">
<img src="C:\Users\mikay\Desktop\BMWSTORE\img\BMW_logo.png" width="150px margin-right: 50px" class="img-fluid" alt="Responsive image">
</h5>
</a>
</div>
<div class=" d-none d-lg-block col-lg-3">
<h1 style="color: black; margin-top: 6px"> BMW STORE</h1>
<h5 style="color: black; margin-top: 6px"> The Ultimate Driving Machine</h5>
<h5 style="color: black; margin-top: 6px">TEL.011-11-11-11</h5>
</div>
<div class=" col-6 col-lg-2">
<div class="dropdown">
<select class="custom-select">
<option selected class="dropdown-item active">AM</option>
<option value="1" class="dropdown-item">RU</option>
<option value="2" class="dropdown-item">EN</option>
</select>
</div>
</div>
<div class=" col-6 col-lg-2">
<div class="dropdown">
<select class="custom-select">
<option selected class="dropdown-item">AMD</option>
<option value="1" class="dropdown-item">USD</option>
<option value="2" class="dropdown-item active">EUR</option>
</select>
</div>
</div>
<div class=" d-none d-lg-block col-lg-2">
<a href="cart.html"><button type="button" class="btn btn-primary ">
Cart <span class="badge badge-danger">1</span>
</button></a>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class=" col-9 col-lg-6">
<a href="#" class="text-decoration-none">
<h4 style="color: black; margin-right: 150 px;"></h4>
</a>
</div>
<div class="d-none d-lg-block col-lg-4 ">
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline- my-2 my-sm-0 btn btn-primary" type="submit">Search</button>
</form>
</div>
<div class="col-2">
<div class="dropdown">
<button class="btn btn dropdown-toggle btn btn-primary" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
My Account
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#LoginModal">Login</a>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#RegisterModal">Register</a>
<a class="dropdown-item" href="account.html">Account Settings</a>
<a class="dropdown-item" href="orderhistory.html">Order History</a>
</div>
</div>
</div>
</div>
</div>
<br>
<nav class="navbar navbar-expand-lg navbar-light col-12" style="background-color: #; color: #; " >
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse col-12 row" id="navbarSupportedContent">
<div class="container">
<div class="row" style="background-color:#;" >
<div class="dropdown col-lg-2 navbar">
<button class="btn secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Home
</button>
<div class="dropdown-menu " aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="shoppage.html">Shop</a>
<a class="dropdown-item" href="accessories.html">Accessories</a>
<a class="dropdown-item" href="#">Configurator</a>
<a class="dropdown-item" href="#">Price List</a>
</div>
</div>
<div class="dropdown col-lg-2 navbar">
<button class="btn secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
M Series
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">M1</a>
<a class="dropdown-item" href="#">M2</a>
<a class="dropdown-item" href="#">M3</a>
<a class="dropdown-item" href="#">M4</a>
</div>
</div>
<div class="dropdown col-lg-2 navbar">
<button class="btn secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
SUV
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">X3M</a>
<a class="dropdown-item" href="#">X4M</a>
<a class="dropdown-item" href="#">X5M</a>
<a class="dropdown-item" href="#">X6M</a>
</div>
</div>
<div class="dropdown col-lg-2 navbar">
<button class="btn secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Offers
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">All Offers</a>
<a class="dropdown-item" href="#">Discounts</a>
<a class="dropdown-item" href="#">Trade IN</a>
<a class="dropdown-item" href="#">Dealer Center</a>
<a class="dropdown-item" href="#">Inovations</a>
</div>
</div>
<div class="dropdown col-lg-2 navbar">
<button class="btn secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
All Cars
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">1 Series</a>
<a class="dropdown-item" href="#">2 Series</a>
<a class="dropdown-item" href="#">3 Series</a>
<a class="dropdown-item" href="#">4 Series</a>
<a class="dropdown-item" href="#">5 Series</a>
<a class="dropdown-item" href="#">6 Series</a>
<a class="dropdown-item" href="#">7 Series</a>
<a class="dropdown-item" href="#">8 Series</a>
</div>
</div>
<div class="dropdown col-lg-2 navbar">
<button class="btn secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Perfomance
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Engineering</a>
<a class="dropdown-item" href="#">Driving School</a>
<a class="dropdown-item" href="#">Our Office</a>
</div>
</div>
</div>
</nav>
</div>
</div>
<br>
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.pinimg.com/originals/2e/26/cb/2e26cbd5d338209ed78dd67e0fc2b895.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>BMW M4 F82</h5>
<p>(2014–2020)</p>
</div>
</div>
<div class="carousel-item">
<img src="https://images2.alphacoders.com/883/thumb-1920-883214.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>BMW M5 F10</h5>
<p>(2012–2016)</p>
</div>
</div>
<div class="carousel-item">
<img src="https://i.pinimg.com/originals/a1/27/be/a127bee5f84f5c60e00380bde1b20c9f.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>BMW M5 F90</h5>
<p>(2017-2021)</p>
</div>
</div>
<div class="carousel-item">
<img src="https://images5.alphacoders.com/920/thumb-1920-920591.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>BMW M2 F87</h5>
<p>(2016–2021)</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h3>SUV</h3>
<div class="card-deck">
<div class="card">
<img src="https://www.motortrend.com/uploads/sites/5/2019/11/2020-BMW-X3M-Competition-front-three-quarter-in-motion-2.jpg?fit=around%7C875:492" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">BMW X3M</h5>
<p class="card-text">The BMW X5 M (F85) is a mid-size luxury SUV that is based on the BMW X5 (F15) which has been built by BMW since 2014. Unlike the BMW X5 M50d the X5 M is a full BMW M series car that has the M Powered engine. In comparison, the M50d is classified as an "M Performance Car" which means it isn't a full M car unlike the BMW M3 or the BMW M5. longer.</p>
<a href="#" class="btn btn-primary">More Info</a>
</div>
</div>
<div class="card">
<img src="https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/2020-bmw-x5-m-competition-112-1569964557.jpg?crop=0.729xw:0.820xh;0.135xw,0.180xh&resize=640:*" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">BMW X5M</h5>
<p class="card-text">The BMW X5 M (F85) is a mid-size luxury SUV that is based on the BMW X5 (F15) which has been built by BMW since 2014. Unlike the BMW X5 M50d the X5 M is a full BMW M series car that has the M Powered engine. In comparison, the M50d is classified as an "M Performance Car" which means </p>
<a href="#" class="btn btn-primary">More Info</a>
</div>
</div>
<div class="card">
<img src="https://carsalesbase.com/wp-content/uploads/2015/02/BMW-China.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">BMW X6M</h5>
<p class="card-text">The BMW X6 M and X5 M are the first vehicles from BMW M GmbH to have xDrive all-wheel-drive system and automatic transmissions, and are also crossovers as opposed to passenger cars. The X6 M was unveiled at the 2009 New York Auto Show[9] and first went on sale in the 2010 model year.
The high-performance M derivative features </p>
<a href="#" class="btn btn-primary">More Info</a>
</div>
</div>
</div>
<br>
<h3>Best Selling</h3>
<div class="card-deck">
<div class="card">
<img src="https://i.pinimg.com/originals/2e/26/cb/2e26cbd5d338209ed78dd67e0fc2b895.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">BMW M4(F82)</h5>
<p class="card-text">The BMW M4 is a high-performance version of the BMW 4 Series automobile developed by BMW's motorsport division, BMW M GmbH.Part of the renumbering that splits the 3 Series coupé and convertible models from the 4 Series (to further differentiate it from the 3 Series), the M4 replaced the M3 coupé and convertible models.</p>
<a href="#" class="btn btn-primary">More Info</a>
</div>
</div>
<div class="card">
<img src="https://i.pinimg.com/originals/a1/27/be/a127bee5f84f5c60e00380bde1b20c9f.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">BMW M5(F90)</h5>
<p class="card-text">The F90 M5 is based on the G30 5 Series and uses an all-wheel drive ("xDrive") powertrain, being the first time that an M5 has not been rear-wheel drive.However the all-wheel drive system is biased towards the rear wheels. It can also be configured to send power to the rear wheels only, if the electronic stability control (ESC) is disabled</p>
<a href="#" class="btn btn-primary">More Info</a>
</div>
</div>
<div class="card">
<img src="https://images5.alphacoders.com/920/thumb-1920-920591.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">BMW M2(F87)</h5>
<p class="card-text">The BMW M2 is a high-performance version of the BMW 2 Series automobile developed by BMW's motorsport division, BMW M GmbH.As the 2 Series replaced the 1 Series coupé and convertible models, the M2 was marketed as the cheapest and most basic M Car in the range. The M2 featured a more powerful and responsive, turbocharged and special tuned N55 engine, while its successor, the M2 Competition.</p>
<a href="#" class="btn btn-primary">More Info</a>
</div>
</div>
</div>
<br>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<h4 class="alert-heading">Attention please!</h4>
<p>You are still not logged in your account. That means you can not make purchase in this online shop.</p>
<hr>
<p class="mb-0">Please, <a href="#" class="alert-link">sign in</a> or <a href="#" class="alert-link">register</a>, if you haven’t account.</p>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<br>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">Bayerische Motoren Werke AG, commonly referred to as BMW (German pronunciation:(About this soundlisten)), is a German multinational company which produces luxury vehicles and motorcycles. The company was founded in 1916 as a manufacturer of aircraft engines, which it produced from 1917 until 1918 and again from 1933 to 1945.</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">© 2020 Miqayel Ghalumyan All Rights Reserved
</p>
</div>
</div>
</div>
</footer>
<!-- Modal -->
<div class="modal fade" id="LoginModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Login</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Remember Me!</label>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="RegisterModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Register</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputEmail4">Email</label>
<input type="email" class="form-control" id="inputEmail4">
</div>
<div class="form-group col-md-6">
<label for="inputPassword4">Password</label>
<input type="password" class="form-control" id="inputPassword4">
</div>
</div>
<div class="form-group">
<label for="inputAddress">Address</label>
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St">
</div>
<div class="form-group">
<label for="inputAddress2">Address 2</label>
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio, or floor">
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputCity">City</label>
<input type="text" class="form-control" id="inputCity">
</div>
<div class="form-group col-md-4">
<label for="inputState">State</label>
<select id="inputState" class="form-control">
<option selected>Choose...</option>
<option>...</option>
</select>
</div>
<div class="form-group col-md-2">
<label for="inputZip">Zip</label>
<input type="text" class="form-control" id="inputZip">
</div>
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
Remember Me!
</label>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Sign Up</button>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>