-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentor.html
539 lines (464 loc) · 24.8 KB
/
mentor.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Mentor </title>
<link rel="stylesheet" href="mentor.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.8.0.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand font-weight-bold" id="branding" href="./mentor.html" >MENTOR</a>
<div class="container" id="con">
<ul class="navbar-nav mt-2 mt-lg-0 font-weight-bold">
<li class="nav-item active">
<a class="nav-link" href="./mentor.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/courses.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/trainers.html">Trainers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/pricing.html">Pricing</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Drop Down</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Drop Down1</a>
<a class="dropdown-item" href="#">Drop Down2</a>
<a class="dropdown-item" href="#">Drop Down3</a>
<a class="dropdown-item" href="#">Drop Down4</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/contact.html">Contact</a>
</li>
<button id="rounBTN" class="btn btn-success my-2 my-sm-0 my-lg-0 mx-3" type="submit" onclick="location.href='./pages/courses.html'">Get Started</button>
</div>
</div>
</nav>
<div class="card bg-dark text-white" style="margin-top:80px;">
<img src="./images/online-university.jpg" class="card-img" style="opacity:0.5;">
<div class="container card-img-overlay" id="headd" data-aos="zoom-in-up" data-aos-duration="1000" >
<h1 class="card-title my-3 font-weight-bold" style="font-size: 50px;">Learning Today, <br> Leading Tomorrow</h1>
<h2 class="my-3" style="font-size: 30px;">We are team of talanted designers making websites with Bootstrap </h2>
<button id="rounBTN" class="btn btn-outline-light px-5 my-sm-0 my-lg-3" style="font-size: 19px;" type="submit">Get Started</button>
</div>
</div>
<div id="topArrow" class="fixed-bottom my-3" style="margin-right:60px; text-align-last: right; "> <a class="border rounded-circle p-2 topScroll" style="background-color:#5fcf80; text-decoration:none;"> <i class="ri-arrow-up-line ri-xl my-2" style="color:white;"></i> </a> </div>
<!-- About us -->
<section id="Course">
<div class="container mb-3">
<div>
<p id="throline" class="pt-3 mt-5" style="font-size: 16px; color:#aaaaaa;"> ABOUT</p>
<p class="mb-5 font-weight-bold" style="font-size:35px; color:#343a40f2"> ABOUT US </p>
</div>
<div class="row">
<div class="col col-md-6" data-aos="fade-up" data-aos-duration="1500">
<p style="font-size:25px; color:#444444;" class="font-weight-bold">Voluptatem dignissimos provident quasi corporis voluptates sit assumenda.</p>
<h6 class="my-3"> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </h6>
<div class="my-2">
<i class="ri-checkbox-circle-line" style="color:#5fcf80;"></i>
<span> Ullamco laboris nisi ut aliquip ex ea commodo consequat. </span> <br>
</div>
<div class="my-2">
<i class="ri-checkbox-circle-line" style="color:#5fcf80;"></i>
<span> Duis aute irure dolor in reprehenderit in voluptate velit. </span><br> </div>
<div class="my-2 mb-4">
<i class="ri-checkbox-circle-line" style="color:#5fcf80;"></i>
<span > Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate trideta storacalaperda mastiro dolore eu fugiat nulla pariatur. </span>
</div>
<div class="mb-4"> Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate </div>
<button id="rounBTN" class="btn btn-success my-3 my-sm-0 my-lg-0 px-4" type="submit">Learn More</button>
</div>
<div class="col col-md-6" data-aos="fade-left" data-aos-duration="1500">
<img width="100%" src="./images/about.jpg">
</div>
</div>
</div>
</section>
<!-- counters path -->
<div class="row bg-light text-center my-5 py-5 ">
<div class="col"> <span class="counter" style=" font: italic bold 40px Arial; color:#5fcf80; "> 1232 </span> <br> <span > Students </span> </div>
<div class="col"> <span class="counter" style=" font: italic bold 40px Arial; color:#5fcf80; "> 64 </span> <br> <span> Courses </span> </div>
<div class="col"> <span class="counter" style=" font: italic bold 40px Arial; color:#5fcf80; "> 42 </span> <br> <span> Events </span> </div>
<div class="col"> <span class="counter" style=" font: italic bold 40px Arial; color:#5fcf80; "> 15 </span> <br> <span> Trainers </span> </div>
</div>
<!-- //cards -->
<div class="container">
<div class="row my-3">
<div class="col-md-4 mr-1" data-aos="fade-up" data-aos-duration="1200">
<div class="card-body border rounded" style="background-color:#5fcf80; opacity:0.9;">
<h2 class="card-title font-weight-bold my-3 mx-3 text-white">Why Choose Mentor?</h2>
<p class="card-text text-white mx-3" style="margin-top:25px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit Asperiores dolores sed et. Tenetur quia eos. Autem tempore quibusdam vel necessitatibus optio ad corporis.</p>
<a href="#" id="rounBTN" class="btn btn-success text-center px-4 my-sm-0 my-lg-3" style="margin-left: 90px; background-color: #a7e4bab8 !important; border-color: #a7e4bab8;">Learn More </a>
</div>
</div>
<div class=" col-md-8 card-deck text-center my-4" data-aos="zoom-in-up" data-aos-duration="1200">
<div class="card">
<div class="card-body my-4">
<i class="ri-file-list-3-line ri-2x bx-border-circle bg-light " style="color:#5fcf80;"></i>
<h5 class="card-title font-weight-bold my-4">Corporis voluptates sit</h5>
<p class="card-text">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
</div>
</div>
<div class="card">
<div class="card-body my-4">
<i class="ri-global-line ri-2x bx-border-circle bg-light" style="color:#5fcf80;"></i>
<h5 class="card-title font-weight-bold my-4">Ullamco laboris ladore pan</h5>
<p class="card-text">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
</div>
</div>
<div class="card mr-0">
<div class="card-body my-4">
<i class="ri-brush-3-line ri-2x bx-border-circle bg-light" style="color:#5fcf80;"></i>
<h5 class="card-title font-weight-bold my-4"> Labore consequatur </h5>
<p class="card-text">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
</div>
</div>
</div>
</div>
<!-- Grids -->
<div class="container my-5" data-aos="zoom-in-up" data-aos-duration="1000">
<div class="row align-items-start my-2 " >
<div class="col-md mr-4 my-2 py-2 grid">
<i class='ri-mv-line mx-3 ri-lg' style="color:#18D4F5;"></i>
<h3 class="my-3 " style=" display:inline-block;"> Lorem Ipsum </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class="ri-price-tag-2-line ri-lg mx-3" style="color:#F8DA1B;"></i>
<h3 class="my-3 " style=" display:inline-block;"> Dolor Sitema </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class='ri-fingerprint-line ri-lg mx-3' style="color:#BD5E7A;"></i>
<h3 class="my-3 " style=" display:inline-block;">Sed perspiciatis</h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class="ri-base-station-line ri-lg mx-3" style="color:#5fcf80;"></i>
<h3 class="my-3 " style=" display:inline-block;"> Magni Dolores </h3>
</div>
</div>
<div class="row align-items-center my-2 ">
<div class="col-md mr-4 my-2 py-2 grid">
<i class='ri-focus-2-line ri-lg mx-3' style="color:#F81B83;"></i>
<h3 class="my-3 hov" style=" display:inline-block;"> Nemo Enim </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class='ri-fingerprint-line ri-lg mx-3' style="color:#BD5E7A;"></i>
<h3 class="my-3 hov" style=" display:inline-block;"> Eiusmod Tempor </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class="ri-paint-brush-line ri-lg mx-3" style="color:#2A9216;"></i>
<h3 class="my-3" style=" display:inline-block;"> Midela Teren </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class='ri-briefcase-4-line ri-lg mx-3' style="color:#C4C14A;"></i>
<h3 class="my-3" style="display:inline-block;"> Pira Neve </h3>
</div>
</div>
<div class="row align-items-end my-2">
<div class="col-md mr-4 my-2 py-2 grid">
<i class="ri-file-list-3-line ri-lg mx-3" style="color:#BF5015;"></i>
<h3 class="my-3" style=" display:inline-block;"> Dirada Pack </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class="ri-bar-chart-box-line ri-lg mx-3" style="color:#270461;"></i>
<h3 class="my-3" style=" display:inline-block;"> Moton Ideal </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class='ri-calendar-fill ri-lg mx-3' style="color:#F1EA13;"></i>
<h3 class="my-3" style=" display:inline-block;"> Verdo Park </h3>
</div>
<div class="col-md mr-4 my-2 py-2 grid">
<i class='ri-bubble-chart-line ri-lg mx-3' style="color:#BD5E7A;"></i>
<h3 class="my-3" style="display:inline-block;">Flavor Nivelanda</h3>
</div>
</div>
</div>
<!-- Courses cards -->
<section id="Course">
<div class="mt-4" data-aos="fade-up" data-aos-duration="1500">
<p id="throline" class="pt-5 mt-5" style="font-size: 16px; color:#aaaaaa;"> COURSES </p>
<p class="mb-5 font-weight-bold" style="font-size:35px; color:#343a40f2"> POPULAR COURSES </p>
</div>
<div class="card-deck" data-aos="zoom-in-up" data-aos-duration="1000">
<div class="card">
<img src="./images/course-1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<div class="row justify-content-between mb-3">
<div class="col-7 ">
<span class="cardBorder text-white"> Web Development </span>
</div>
<div class="col-3 ">
<h6 class="font-weight-bold"> $169 </h6>
</div>
</div>
<h5 class="card-title font-weight-bold">Website Design</h5>
<p class="card-text">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
</div>
<div class="card-footer">
<div class="row justify-content-between text-muted">
<div class="col-6">
<img class="footImg" src="./images/trainer-1.jpg">
<span class="mx-2"> Antonio </span>
</div>
<div class="col-5 my-3">
<i class="ri-user-line"> </i> <span style="font-size: 18px;" > 50 </span>
<i class="ri-heart-line ml-2"> </i> <span style="font-size: 18px;"> 65 </span>
</div>
</div>
</div>
</div>
<div class="card">
<img src="./images/course-2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<div class="row justify-content-between mb-3">
<div class="col-6 ">
<span class="cardBorder text-white"> Marketing </span>
</div>
<div class="col-3 ">
<h6 class="font-weight-bold"> $250 </h6>
</div>
</div>
<h5 class="card-title font-weight-bold">Engine Optimization</h5>
<p class="card-text">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
</div>
<div class="card-footer">
<div class="row justify-content-between text-muted">
<div class="col-6">
<img class="footImg" src="./images/trainer-2.jpg">
<span class="mx-2"> Antonio </span>
</div>
<div class="col-5 my-3">
<i class="ri-user-line"> </i> <span style="font-size: 18px;" > 35 </span>
<i class="ri-heart-line ml-2"> </i> <span style="font-size: 18px;"> 42 </span>
</div>
</div>
</div>
</div>
<div class="card">
<img src="./images/course-3.jpg" class="card-img-top" alt="...">
<div class="card-body">
<div class="row justify-content-between mb-3">
<div class="col-6 ">
<span class="cardBorder text-white"> Content </span>
</div>
<div class="col-3 ">
<h6 class="font-weight-bold"> $180 </h6>
</div>
</div>
<h5 class="card-title font-weight-bold">Copywriting</h5>
<p class="card-text">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
</div>
<div class="card-footer">
<div class="row justify-content-between text-muted">
<div class="col-6">
<img class="footImg" src="./images/trainer-3.jpg">
<span class="mx-2"> Antonio </span>
</div>
<div class="col-5 my-3">
<i class="ri-user-line"> </i> <span style="font-size: 18px;" > 85 </span>
<i class="ri-heart-line ml-2"> </i> <span style="font-size: 18px;"> 20 </span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- trainers cards -->
<section id="trainers">
<div class="mt-3 pt-4" data-aos="fade-up" data-aos-duration="1500">
<p id="throline" class="pt-3 mt-5" style="font-size: 16px; color:#aaaaaa;"> TRAINERS </p>
<p class="mb-5 font-weight-bold" style="font-size:35px; color:#343a40f2"> OUR PROFESSIONAL TRAINERS </p>
</div>
<div class="card-deck text-center" data-aos="zoom-in-up" data-aos-duration="1000">
<div class="card">
<img src="./images/trainer-1.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title font-weight-bold mb-0">Walter White</h5>
<p class="card-title" style="font-style: italic; font-size:14px;">Web Development</p>
<p class="card-text">Magni qui quod omnis unde et eos fuga et exercitationem. Odio veritatis perspiciatis quaerat qui aut aut aut.</p>
<div style="color:gray; "> <i class='bx bxl-twitter'></i> <i class='bx bxl-facebook' ></i> <i class='bx bxl-linkedin-square' ></i> <i class='bx bxl-instagram' ></i>
</div>
</div>
</div>
<div class="card">
<img src="./images/trainer-2.jpg" class="card-img-top" >
<div class="card-body">
<h5 class="card-title font-weight-bold mb-0">Sarah Jhinson</h5>
<p class="card-title" style="font-style: italic; font-size:14px;">Marketing</p>
<p class="card-text">Repellat fugiat adipisci nemo illum nesciunt voluptas repellendus. In architecto rerum rerum temporibus</p>
<div style="color:gray;"> <i class='bx bxl-twitter'></i> <i class='bx bxl-facebook' ></i> <i class='bx bxl-linkedin-square' ></i> <i class='bx bxl-instagram' ></i>
</div>
</div>
</div>
<div class="card">
<img src="./images/trainer-3.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title font-weight-bold mb-0">William Anderson</h5>
<p class="card-title" style="font-style: italic; font-size:14px;">Content</p>
<p class="card-text">Voluptas necessitatibus occaecati quia. Earum totam consequuntur qui porro et laborum toro des clara.</p>
<div style="color:gray;" > <i class='bx bxl-twitter'></i> <i class='bx bxl-facebook' ></i> <i class='bx bxl-linkedin-square' ></i> <i class='bx bxl-instagram' ></i>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="page-footer font-small stylish-color-dark py-4 bg-light " style="margin-top:80px;">
<!-- Footer Links -->
<div class="container text-center text-md-left ">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-3" style="color:#444444d9;">
<!-- Content -->
<h4 class=" mt-3 mb-4" style="color:#444444; font-size:30px;" > Mentor </h4>
<p> A108 Adam Street <br> New York, NY 535022 <br> United States </p>
<div class="my-5" >
<span class="font-weight-bold">Phone:</span> <span >+1 5589 55488 55</span> <br> <span class="font-weight-bold">Email:</span> <span> [email protected]</span>
</div>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-md-2" >
<!-- Links -->
<h6 class="font-weight-bold mt-4 mb-4">Useful Links</h6>
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="mb-3" >
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link active" href="#" style="display:inline;">Home</a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link" href="#" style="display:inline;">About us</a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link" href="#" style="display:inline;"> Services</a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link" href="#" style="display:inline;">Terms of service</a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link" href="#" style="display:inline;">Privacy policy</a>
</li>
</ul>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-md-3 ">
<!-- Links -->
<h6 class="font-weight-bold mt-4 mb-4">Our Services</h6>
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="mb-3" >
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link active" href="#" style="display:inline;">Web Design</a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link" href="#" style="display:inline;"> Web Development</a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link" href="#" style="display:inline;"> Product Management</a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80;"></i>
<a class="nav-link" href="#" style="display:inline;"> Marketing </a>
</li>
<li class="mb-3">
<i class="ri-arrow-right-s-line align-middle" style="color:#5fcf80; "></i>
<a class="nav-link" href="#" style="display:inline;"> Graphic Design </a>
</li>
</ul>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-md-4">
<!-- Links -->
<h6 class="font-weight-bold text-uppercase mt-4 mb-4">Join Our Newsletter</h6>
<p class="my-3 pb-4" style="color:#444444d9;"> Tamen quem nulla quae legam multos aute sint culpa legam noster magna </p>
<form class="input-group border rounded-pill bg-white" >
<input type="email" class="my-1 ml-2 form-control form-control-sm py-2 px-4" id="inp" onclick="footInput()" aria-label="Your email" aria-describedby="basic-addon2" style="display:inline;" required>
<input type="button" name="" value="Subscribe" class="btn btn-md b my-0 rounded-pill px-3 text-white" style="background-color:#5fcf80; display:inline;">
</form>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
</footer>
<!-- Footer -->
<div class="row justify-content-between pt-2" style="background-color:#eef0ef;">
<div class="col-md-4 py-3 pl-5 ml-4" style="color:#444444; font-size:15px;">
<div class=" footer-copyright text-center"> © Copyright <strong style="color: #444444;">Mentor</strong>. All Rights Reserved
<br> <div class="mr-2" style="font-size:14px;"><span>Designed by</span> <a href="https://bootstrapmade.com/" style="color:#5fcf80;"> BootstrapMade</a>
</div> </div>
</div>
<div class="col-md-4 py-3">
<ul class="list-unstyled list-inline text-center ">
<li class="list-inline-item rounded-circle border py-1 px-1" style="background-color:#5fcf80">
<a class="btn-floating btn-fb mx-1">
<i class='bx bxl-twitter' style="color:white" ></i>
</a>
</li>
<li class="list-inline-item rounded-circle border py-1 px-1" style="background-color:#5fcf80">
<a class="btn-floating btn-tw mx-1">
<i class='bx bxl-facebook' style="color:white"></i>
</a>
</li>
<li class="list-inline-item rounded-circle border py-1 px-1" style="background-color:#5fcf80">
<a class="btn-floating btn-gplus mx-1">
<i class='bx bxl-instagram' style="color:white"></i>
</a>
</li>
<li class="list-inline-item rounded-circle border py-1 px-1" style="background-color:#5fcf80">
<a class="btn-floating btn-li mx-1">
<i class='bx bxl-skype' style="color:white"></i>
</a>
</li>
<li class="list-inline-item rounded-circle border py-1 px-1" style="background-color:#5fcf80">
<a class="btn-floating btn-dribbble mx-1">
<i class='bx bxl-linkedin' style="color:white"></i>
</a>
</li>
</ul>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({ once: true, });
</script>
<script src="mentor.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
</body>
</html>