-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask1Boot.html
More file actions
448 lines (406 loc) · 29.3 KB
/
task1Boot.html
File metadata and controls
448 lines (406 loc) · 29.3 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
<html>
<head>
<meta charset = "utf-8">
<meta name = "description" content= "Task 4">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/styleTask1Boot.css">
<link rel="stylesheet" href="css/bootstrap.css" >
<title> 1st with Bootstrap </title>
</head>
<body>
<!-- HEADER -->
<header>
<!-- HEADER Nav Bar -->
<nav class="fixed-top headerNav navbar navbar-expand-md navbar-dark bg-purple">
<div class="container">
<a href=# title="LOGOtoHome" class=" navbar-brand"><img class="headerLogo" src="images/logo.png" alt="introduction pic"></a>
<button class="collapseButton navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" >
<span class=" navbar-toggler-icon"></span>
</button>
<div id="navbarNav" class="collapse navbar-collapse">
<ul class="ml-auto navbar-nav" >
<li class="nav-item"><a id="depart" class="nav-link" href="#" title="Home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#" title="Features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="#" title="Product">Product</a></li>
<li class="nav-item"><a class="nav-link" href="#" title="Faq">Faq</a></li>
<li class="nav-item"><a class="nav-link" href="#" title="Review">Review</a></li>
<li class="nav-item"><a class="nav-link" href="#" title="Contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- HEADER Main Section -->
<section class="secHead">
<a href="#" title="Left Arrow" class="leftarrow" style="height: 100%; text-decoration: none; color:black;"><div class="iconBorder"><i class="fas fa-chevron-left"></i></div></a>
<div class="midContent ">
<div class="watchSide ">
<div class="imgBox">
<img class="watchBox" src="images/watch-1.png" alt="watch pic">
</div>
</div>
<div class="col-md-7 wordSide ">
<h3 class="mb-4">30% OFF</h3>
<h1 class="mb-4" >Best Landing Page For Product Showcase</h1>
<p class="mb-4" >Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium ligula.</p>
<div class="">
<button type="button" class="btn btn-outline-light">Buy For $120</button>
<button type="button" class="btn btn-outline-light">Product Info</button>
</div>
</div>
</div>
<a href="#" title="Right Arrow" class="rightarrow" style="height: 100%; text-decoration: none; color:black;"><div class="iconBorder"><i class="fas fa-chevron-right"></i></div></a>
</section>
</header>
<!-- ABOUT -->
<section>
<div class=" mt-5 pt-4 d-flex justify-content-around " style="padding-bottom:80px; flex-wrap: wrap">
<div class="aboutSec justify-content-center " style="flex-basis: 45%" >
<h4 class="h5 pb-1" style="flex-basis: 100%; color: #3b04db;">About Watch</h4>
<h2 class="h2 pb-3" style="flex-basis: 100%; font-style:normal; color: #130f40;">Awesome digital watch can make your life easier</h2>
<p class="pb-3" style="flex-basis: 100%; color: #424246;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</p>
<p class="pb-3" style="flex-basis: 100%; color:#424246;">Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis</p>
<ul class="pb-3 list-group">
<li class="d-flex" >
<i style="color: #2ecc71; padding: 7px; font-size: 10px; " class="fas fa-check"></i>
<p>High Quality Product</p>
</li>
<li class="d-flex">
<i style="color: #2ecc71; padding: 7px; font-size: 10px;" class="fas fa-check"></i>
<p>Modern And New Design</p>
</li>
<li class="d-flex">
<i style="color: #2ecc71; padding: 7px; font-size: 10px;" class="fas fa-check"></i>
<p>Multiple Color Available</p>
</li>
</ul>
<button type="button" class="btn readMoreButton" style="width: 130px; height: 50px; color: white; background-color: #2e1278;">Read More</button>
</div>
<div class="picSec pt-5" style="flex-basis: 45%">
<img class= "jpgWatch" src="images/watch-img-7.jpg" alt="watch pic">
</div>
</div>
</section>`
<!-- 3 Parts Section -->
<section>
<div class="container3Parts row justify-contant-between">
<div class="div3Pparts mb-5 col-md-4">
<div class="spanPart mb-3"><span>01</span></div>
<h3 class="mb-3">Free Worldwide Shipping</h3>
<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>
</div>
<div class="div3Pparts mb-5 col-md-4">
<div class="spanPart mb-3"><span>02</span></div>
<h3 class="mb-3">Best Quality Product</h3>
<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>
</div>
<div class="col-md-4 mb-5">
<div class="spanPart mb-3"><span >03</span></div>
<h3 class="mb-3">24/7 Customer Support</h3>
<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>
</div>
</div>
</section>
<!-- Core Features Section -->
<section>
<div class="bigCont d-flex" style="flex-wrap: wrap; padding-bottom: 90px;">
<div class="d-flex sec1Cont" style="flex-basis: 100%; flex-wrap: wrap" >
<h4 class="h5 " style="text-align: center; color:#5d30e1; flex-basis: 100%">Core Features</h4>
<h2 class="h2" style="text-align: center; color:#130f40; flex-basis: 100%">Our product has lots of excellent core features for smart people.</h2>
<p style="text-align: center; color:#616161; flex-basis: 100%">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Hic explicabo voluptas nisi iste reiciendis, tempore commodi necessitatibus, laborum laudantium.</p>
</div>
<div style="flex-basis: 100%; padding-left: 7%; padding-right: 4%;" class="row justify-contant-between">
<div class=" card col-lg col-md-5 m-2 mr-sm-4 ml-sm-4 cardContainer">
<div class="card-img-top mb-3"><img style="width:55px;" src="images/location.svg" alt="Location pic"></div>
<div class="card-body">
<h3 class="card-title">GPRS Tracking</h3>
<p class="card-text">Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit.</p>
</div>
</div>
<div class=" card col-lg m-2 col-md-5 mr-sm-4 ml-sm-4 cardContainer">
<div class="card-img-top mb-3"><img style="width:55px;" src="images/alarm.svg" alt="Notification pic"></div>
<div class="card-body">
<h3 class="card-title">Notification Alart</h3>
<p class="card-text">Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit.</p>
</div>
</div>
<div class=" card col-lg m-2 col-md-5 mr-sm-4 ml-sm-4 cardContainer">
<div class="card-img-top mb-3"><img style="width:55px;" src="images/video-call.svg" alt="Video Call pic"></div>
<div class="card-body">
<h3 class="card-title">Instant Video Call</h3>
<p class="card-text">Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit.</p>
</div>
</div>
<div class=" card col-lg m-2 col-md-5 mr-sm-4 ml-sm-4 cardContainer">
<div class="card-img-top mb-3"><img style="width:55px;" src="images/user-chat.svg" alt="Chat pic"></div>
<div class="card-body">
<h3 class="card-title">User Live Chat</h3>
<p class="card-text">Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Product DEMO Section -->
<section>
<div class="jumbotron jumbotron-fluid text-center mb-0" style="background-color: #f6f6f6;">
<div class="container pt-5 pb-5">
<div class="demoCont pb-3 ">
<h4 class="h5 pb-1" style="color: #3b04db;">Product Demo</h4>
<h2 class="h2 pb-2" style="font-style:normal; color: #130f40;">Watch the demo video to get information about our products.</h2>
<p class="pb-3 pt-2" style="color: #424246;">Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</p>
</div>
<img class="watchHandImg" style="border-radius: 10px;" src="images/hand_watch.png" alt="DEMO Pic">
</div>
</div>
</section>
<!-- Our Product Section -->
<section>
<div class="prodDiv">
<div class="container text-center pt-5 pb-2">
<div class="demoCont pt-3 pb-3 ">
<h4 class="h5 pb-1" style="color: #3b04db;">Our Product</h4>
<h2 class="h2 pb-2" style="font-style:normal; color: #130f40;">We have lots of excellent and high quality products. Check now</h2>
<p class="pb-3 pt-2" style="color: #424246;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Hic explicabo voluptas nisi iste reiciendis, tempore commodi necessitatibus, laborum laudantium.</p>
</div>
</div>
<!-- 6 Pic Part -->
<div class="d-flex justify-content-center">
<ul class="p-2 d-flex flex-wrap justify-content-center">
<li class="p-3">
<img src="images/products/product-1.jpg" alt="watch pic">
<div class="m-0 priceDiv">
<h3 class="p-1" class="h5">Olimus Blue</h3>
<h5 class="p-1" class="h6">$188.00</h5>
<a class="p-1" href="#" title="Order" >Order Now <i class="fas fa-long-arrow-alt-right"> </i></a>
</div>
</li>
<li class="d-flex p-3" style="flex-direction: column; text-align: center;">
<img src="images/products/product-2.jpg" alt="watch pic">
<div class="m-0 priceDiv">
<h3 class="p-1">Amexso Black</h3>
<h5 class="p-1">$220.00</h5>
<a class="p-1" href="#" title="Order" >Order Now <i class="fas fa-long-arrow-alt-right"> </i></a>
</div>
</li>
<li class="p-3">
<img src="images/products/product-3.jpg" alt="watch pic">
<div class="m-0 priceDiv">
<h3 class="p-1">Latexo Green</h3>
<h5 class="p-1">$350.00</h5>
<a class="p-1" href="#" title="Order" >Order Now <i class="fas fa-long-arrow-alt-right"> </i></a>
</div>
</li>
<li class="p-3">
<img src="images/products/product-4.jpg" alt="watch pic">
<div class="m-0 priceDiv">
<h3 class="p-1">Alimax Pink</h3>
<h5 class="p-1">$299.00</h5>
<a class="p-1" href="#" title="Order" >Order Now <i class="fas fa-long-arrow-alt-right"> </i></a>
</div>
</li>
<li class="p-3">
<img src="images/products/product-5.jpg" alt="watch pic">
<div class="m-0 priceDiv">
<h3 class="p-1">Glasgox Green</h3>
<h5 class="p-1">$199.00</h5>
<a class="p-1" href="#" title="Order" >Order Now <i class="fas fa-long-arrow-alt-right"> </i></a>
</div>
</li>
<li class="d-flex p-3" style="flex-direction: column;">
<img src="images/products/product-6.jpg" alt="watch pic">
<div class="m-0 priceDiv">
<h3 class="p-1">Amelia Blue</h3>
<h5 class="p-1">$250.00</h5>
<a class="p-1" href="#" title="Order" >Order Now <i class="fas fa-long-arrow-alt-right"> </i></a>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Up To Date Section -->
<section>
<div class="jumbotron jumbotron-fluid text-center pb-4 mb-0" style="background-color: #3b04db;">
<div class="container pt-5 pb-5">
<div class="demoCont pb-3 ">
<h4 class="h5 pb-1" style="color: white;">Get Up To Date</h4>
<h2 class="h2 pb-2" style="font-style:normal; color: white;">Subscribe our newsletter</h2>
<p class="pb-3 pt-2" style="color: white;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Hic explicabo voluptas nisi iste reiciendis, tempore commodi necessitatibus, laborum laudantium in.</p>
</div>
<div class="upTOdateFormPart">
<div class="d-flx justify-content-center upTOrelativeCont input-group">
<input type="email" placeholder=" Enter your email" class="upTO">
<div class="">
<div>
<button class="btn" type="button">Subscribe Now</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Why Our Product Section-->
<section>
<div class="whyProduct jumbotron jumbotron-fluid text-center mb-0" style="background-color: white;">
<div class="container pt-3 pb-3">
<div class="topSecWHY pb-3 ">
<h4 class="h5 pb-1" style="color: #3b04db;">Why Choose Our Product</h4>
<h2 class="h2 pb-2 chooseH2" style="font-style:normal; color: #130f40;">We are providing best and high quality products. Why we are best?</h2>
<p class="pb-3 pt-2" style="color: #424246;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Hic explicabo voluptas nisi iste reiciendis, tempore commodi necessitatibus, laborum laudantium.</p>
</div>
</div>
<div class="d-flex flex-wrap justify-content-center">
<img class="watchHandImg2" style="" src="images/watch-img-4.jpg" alt="DEMO Pic">
<ul class="pb-0 pl-0 pt-4 d-flex flex-wrap" style="flex-basis: 50%;">
<li class="d-flex flex-wrap">
<div class="icondiv p-1"><i class="fas fa-check-circle" style="color: #ff4e56; font-size:35px;"></i></div>
<h5 class="h5 pb-4" style="flex-basis: 90%; color: #424246;">Our all products are high quality and fashionable with lifetime guarantee</h5>
</li>
<li class="d-flex flex-wrap">
<div class="icondiv p-1"><i class="fas fa-check-circle" style="color: #ff4e56; font-size:35px;"></i></div>
<h5 class="h5 pb-4" style="flex-basis: 90%; color: #424246;">Our all products are high quality and fashionable with lifetime guarantee</h5>
</li>
<li class="d-flex flex-wrap">
<div class="icondiv p-1"><i class="fas fa-check-circle" style="color: #ff4e56; font-size:35px;"></i></div>
<h5 class="h5 pb-4" style="flex-basis: 90%; color: #424246;">We are providing 24 hours dedicated support for our all customers</h5>
</li>
</ul>
</div>
</div>
</section>
<!-- FAQ Section -->
<section>
<div class="jumbotron jumbotron-fluid text-center pb-4 mb-0" style="background-color: #f6f6f6;">
<div class="container pt-5 pb-5">
<div class="demoCont pb-3 ">
<h4 class="h5 pb-1" style="color:#3b04db;">FAQ</h4>
<h2 class="h2 pb-2" style="font-style:normal; color:#130f40;">Frequently asked questions</h2>
<p class="pb-3 pt-2" style="color:#424246;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Hic explicabo voluptas nisi iste reiciendis, tempore commodi necessitatibus, laborum laudantium.</p>
</div>
<div class="container4Parts d-flex flex-wrap">
<div class="card mb-3 text-left" style="border: none; flex-basis: 100%;">
<dt class="card-header" style="background-color:#ff4e56; color:white;"><i class="fas fa-chevron-up" style="font-size:10px; padding:10px;"></i> How can I buy the watch?</dt>
<dd class="card-body p-3">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi nequesi.</dd>
</div>
<div class="card mb-3 text-left" style="border: none; flex-basis: 100%;">
<dt class="card-header" style="background-color:#ff4e56; color:white;"><i class="fas fa-chevron-up" style="font-size:10px; padding:10px;"></i> How can I order the watch?</dt>
<dd class="card-body p-3">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi nequesi.</dd>
</div>
<div class="card mb-3 text-left" style="border: none; flex-basis: 100%;">
<dt class="card-header" style="background-color:#ff4e56; color:white;"><i class="fas fa-chevron-up" style="font-size:10px; padding:10px;"></i> How much is the watch?</dt>
<dd class="card-body p-3">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi nequesi.</dd>
</div>
<div class="card mb-3 text-left" style="border: none; flex-basis: 100%;">
<dt class="card-header" style="background-color:#ff4e56; color:white;"><i class="fas fa-chevron-up" style="font-size:10px; padding:10px;"></i> How can I get refuned?</dt>
<dd class="card-body p-3">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi nequesi.</dd>
</div>
</div>
</div>
</div>
</section>
<!-- Customer Feedback Section -->
<section>
<div class="jumbotron jumbotron-fluid text-center pb-4 mb-0" style="background-color:white;">
<div class="container pt-3 pb-5">
<div class="demoCont pb-3 ">
<h4 class="h5 pb-1" style="color:#3b04db;">Customer Feedback</h4>
<h2 class="h2 pb-2" style="font-style:normal; color:#130f40;">Our Clients valuable reviews about our products and service</h2>
<p class="pb-3 pt-2" style="color:#424246;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Hic explicabo voluptas nisi iste reiciendis, tempore commodi necessitatibus, laborum laudantium.</p>
</div>
<div class="Feedback card" style="background-color:#3b04db; margin-left: auto; margin-right: auto;">
<div class="jumbotron jumbotron-fluid text-center pb-4 mb-0 pt-4" style="background-color:#3b04db;">
<div class="container pt-0 pb-0">
<div class=" pt-0 pb-3 ">
<div class="mb-4 pt-3" style="margin-left:auto; margin-right:auto; width: 80px; height: 80px;">
<img src="images/client-1.jpg" style="max-width: 100%; height: auto; border-radius: 40px;" alt="Clint Pic">
</div>
<h5 class="card-text h5 pt-4" style="font-style:normal; font-style:italic; color:white; font-weight: 400;">Laboriosam libero, aliquam magnam debitis exercitationem doloribus quo repellat aperiam doloremque aut, optio ab modi, itaque maiores labore.</h5>
<div class="pt-2">
<span class="pt-3" style="color: #f39c12; font-size:10px;">
<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>
</div>
<div class="pt-4">
<strong class="pb-3" style="color:white; font-size:24px; font-weight: 500;">- Adam Smith</strong>
<h6 class="pt-2" style="color:white; font-weight: 400;">product markter</h6>
</div>
</div>
</div>
</div>
</div>
<div class="pt-1">
<div class="d-flex flex-wrap justify-content-center p-4">
<span class="card m-2" style="width:40px; height:40px; border-radius:5px; color:#3b04db;"><i class="p-2 fas fa-chevron-left" style="margin-top:auto; margin-bottom:auto;"></i></span>
<span class="card m-2" style="width:40px; height:40px; border-radius:5px; color:#3b04db;"><i class="p-2 fas fa-chevron-right" style="margin-top:auto; margin-bottom:auto;"></i></span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<aside>
<div class=" mt-5 pt-4 d-flex justify-content-around " style="background-color:#f6f6f6; padding-bottom:80px; flex-wrap: wrap">
<div class="aboutSec justify-content-center pt-5" style="flex-basis: 45%" >
<h2 class="h2 pb-3 pt-5" style="flex-basis: 100%; font-style:normal; color: #130f40;">Contact With Us</h2>
<p class="pb-5" style="flex-basis: 100%; color: #424246;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Hic explicabo voluptas nisi iste reiciendis, tempore commodi necessitatibus, laborum laudantium in.</p>
<div class="pb-4">
<h4 class="h5 pb-1" style="flex-basis: 100%; color:#130f40;">Address:</h4>
<h6 style="color: #424246;">Maount View, Oval Road</h6>
<h6 style="color: #424246;">New York, USA</h6>
</div>
<div class="pb-4">
<h4 class="h5 pb-1" style="flex-basis: 100%; color:#130f40;">Email:</h4>
<h6 style="color: #424246;">support@email.com</h6>
<h6 style="color: #424246;">example@support.com</h6>
</div>
<div class="pb-4">
<h4 class="h5 pb-1" style="flex-basis: 100%; color:#130f40;">Phone:</h4>
<h6 style="color: #424246;">+91 12345 67890</h6>
<h6 style="color: #424246;">+93 12345 67890</h6>
</div>
</div>
<form class=" justify-content-center pb-0 pl-4 pr-3 mr-3" style="flex-basis: 50%; background-color:white; border-radius:15px; margin-top: 85px;" >
<h2 class="h3 pb-4 pt-5" style="flex-basis: 100%; font-style:normal; color:#130f40; text-align: center;">Leave Us A Message</h2>
<div class="pb-3 form-group">
<label for="name" >Name</label>
<input class="form-control" type="text" id="name" placeholder="Name*">
</div>
<div class="pb-3 form-group">
<label for="email" >Email address</label>
<input class="form-control" type="email" id="email" placeholder="Enter email*">
</div>
<div class="pb-3 mb-0 form-group">
<label for="message" >Message</label>
<textarea class="form-control" id="message" placeholder="Write your message*"></textarea>
</div>
<button type="submit" class="btn mt-3 mb-5" style="height:50px; width:125px; color:white; background-color:#2e1278;">Submit</button>
</form>
</div>
</aside>
<!-- Footer -->
<footer>
<div class="jumbotron jumbotron-fluid text-center pb-4 mb-0" style="background-color:#2e1278;">
<div class="container pt-5 pb-5">
<div class="demoCont pb-3 ">
<div class="pb-2"><img class="headerLogo" src="images/logo.png" alt="introduction pic"></div>
<h6 class="h5 pb-2" style="font-style:normal; color: white;">Follow Us</h6>
<div class="pb-2 pt-2 mb-4">
<span class="pt-3" style="color: white;">
<i class="fab fa-facebook-f mr-1" style="height:40px; width:40px; background-color:#ff4e56; border-radius:10px; padding-top:12px;"></i>
<i class="fab fa-twitter mr-1" style="height:40px; width:40px; background-color:#ff4e56; border-radius:10px; padding-top:12px;"></i>
<i class="fab fa-google-plus-g mr-1" style="height:40px; width:40px; background-color:#ff4e56; border-radius:10px; padding-top:12px;"></i>
</span>
</div>
<small class="h6 mt-4" style="color:#ddd;">© Copyright 2019. All Rights Reserved By <a href="#" title="oxemer web page" style="text-decoration: none; color:#7c76f4;">omexer.com</a></small>
</div>
</div>
</div>
</footer>
</body>
</html>