-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
690 lines (548 loc) · 30.8 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
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
<!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.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> -->
<link rel="stylesheet" href="css/custom.css" >
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="css/custom-style.css" >
<title>Hello, world!</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand mb-3" href="#">
<img src="images/logo-coral.svg" width="100px" >
</a>
<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 " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto container-fluid">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-list-ul"></i> Categories
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item col-8">
<form class="form-inline my-2 my-lg-0 inbutton">
<input class="form-control form-control-lg mr-sm-0 col-8 bg-light border-0 "
style="border-radius: 5px 0px 0px 5px"
type="search" placeholder="Search for Courses" aria-label="Search">
<button class="btn btn-light btn-lg my-2 my-sm-0 ml-0 col-2"
style="border-radius: 0px 5px 5px 0px;"
type="submit"><i class="fas fa-search text-danger "></i></button>
</form>
</li>
</ul>
<a class="nav-link btn btn-light mx-2" href="#"
data-toggle="popover" title="Try Udemy for Business"
data-placement="bottom"
data-trigger="focus"
data-content="Get your team access to Udemy’s top 2,500 courses anytime,
anywhere."
>Udemy for Business</a>
<a class="nav-link btn btn-light mx-2" href="#">Become an Instructor</a>
<a class="nav-link btn btn-light mx-2 rounded-circle" href="#"> <i class="fas fa-shopping-cart"></i> </a>
<a class="nav-link btn btn-outline-dark" href="#">Login</a>
<a class="nav-link btn btn-danger mx-2" href="#">Signup</a>
</div>
</nav>
<div class="jumbotron big-banner mb-0 jumbotron-fluid" style="height: 500px; padding-top: 150px;">
<div class="container">
<div class="row align-items-center">
<div class="col">
<div class="col-md-4 text-light">
<h1 class="display-5">Hot Sale—$9.99 courses!</h1>
<p class="lead">Get our best deal on courses</p>
</div>
<div class="col-md-6">
<form class="form-inline my-2 my-lg-0" >
<input class="form-control form-control-lg mr-sm-0 col-8
border-right-0 "
style="border-radius: 5px 0px 0px 5px; "
type="search" placeholder="What Do You Want To Learn?"
aria-label="Search">
<button class="btn btn-light btn-lg my-2 my-sm-0 col-2 border-left-0"
style="border-radius: 0px 5px 5px 0px;"
type="submit"><i class="fas text-danger fa-search"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="fresh-content text-light py-3" >
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="media">
<i class="far fa-play-circle mr-3 display-4" ></i>
<div class="media-body">
<h5 class="mt-0">Fresh Content</h5>
Choose from 65,000 courses with new additions published every month
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<i class="fas fa-ribbon mr-3 display-4" ></i>
<div class="media-body">
<h5 class="mt-0">Trusted Instructors</h5>
Take courses taught by industry experts around the world
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<i class="fas fa-spinner mr-3 display-4" ></i>
<div class="media-body">
<h5 class="mt-0">Flexible Learning</h5>
Learn on your terms with lifetime course access and the Udemy mobile app
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-5" >
<h3>
<small class="text-muted">Top Courses in "Business"</small>
</h3>
<div class="card-deck" >
<div class="card mx-1 shadow-sm">
<span class="badge badge-warning w-50 mt-2"
style="position: absolute; z-index: 3"
>BEST SELLER</span>
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<span class="badge badge-warning w-50 mt-2"
style="position: absolute; z-index: 3"
>BEST SELLER</span>
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<span class="badge badge-warning w-50 mt-2"
style="position: absolute; z-index: 3"
>BEST SELLER</span>
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
</div>
</div>
<div class="container mt-5" >
<h3>
<small class="text-muted">Top Courses in "Development"</small>
</h3>
<div class="card-deck" >
<div class="card mx-1 ">
<span class="badge badge-warning w-50 mt-2"
style="position: absolute; z-index: 3"
>BEST SELLER</span>
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
<div class="card mx-1 ">
<img class="card-img-top h-50" src="images/course-image.jpg" alt="Card image cap">
<div class="card-body px-2">
<h6>An Entire MBA in 1 Course:Award Winning...</h6>
<p class="card-text" style="font-size: 11px;">Chris Haroun, Complete Busines...</p>
<p class="card-text"><small class="text-muted">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half text-warning"></i>
4.5 (18,560)</small>
<span class="d-block"></span>
<span class="float-right">
<small style="text-decoration: line-through;" class="text-muted">
($199)</small>$9.99 </span>
</p>
</div>
</div>
</div>
</div>
<div class="container mt-5" >
<h3>
<small class="text-muted">Top Courses in "Business"</small>
</h3>
<div class="row">
<div class="col">
<a href="#" class="btn btn-primary btn-block btn-lg">Top Rated</a>
</div>
<div class="col">
<a href="#" class="btn btn-secondary btn-block btn-lg">Trending</a>
</div>
<div class="col">
<a href="#" class="btn btn-info btn-block btn-lg">New and Notworthy</a>
</div>
</div>
</div>
<div class="container mt-5" >
<h3>
<small class="text-muted">Achieve Your Goals</small>
</h3>
<div class="row">
<div class="col-md-4">
<a href="#" >
<figure class="figure">
<img src="images/woman_photo2.jpg" style="height: 250px;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption text-center">
Expand your programming knowledge</figcaption>
</figure>
</a>
</div>
<div class="col-md-4">
<a href="#" >
<figure class="figure">
<img src="images/woman_photo1.jpeg" style="height: 250px;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption text-center">
Be your own boss</figcaption>
</figure>
</a>
</div>
<div class="col-md-4">
<a href="#" >
<figure class="figure">
<img src="images/laptop1.jpg" style="height: 250px;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption text-center">
Land an exciting new tech job</figcaption>
</figure>
</a>
</div>
</div>
</div>
<div class="container mt-3" >
<div class="row">
<div class="col-md-3">
<a href="#" >
<figure class="figure">
<img src="images/laptop2.jpg" style="height: 150px;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption text-center">
Indulge your curiousity</figcaption>
</figure>
</a>
</div>
<div class="col-md-3">
<a href="#" >
<figure class="figure">
<img src="images/woman_photo2.jpg" style="height: 150px;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption text-center">
Expand your programming knowledge</figcaption>
</figure>
</a>
</div>
<div class="col-md-3">
<a href="#" >
<figure class="figure">
<img src="images/woman_photo1.jpeg" style="height: 150px;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption text-center">
Be your own boss</figcaption>
</figure>
</a>
</div>
<div class="col-md-3">
<a href="#" >
<figure class="figure">
<img src="images/laptop1.jpg" style="height: 150px;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption text-center">
Land an exciting new tech job</figcaption>
</figure>
</a>
</div>
</div>
</div>
<div class="container mt-5" >
<h3>
<small class="text-muted">Featured Topics</small>
</h3>
<a href="#" class="btn btn-light shadow">Photography</a>
<a href="#" class="btn btn-light shadow mx-1">Digital Marketing</a>
<a href="#" class="btn btn-light shadow mx-1">Project Management</a>
<a href="#" class="btn btn-light shadow mx-1">Graphic Design</a>
<a href="#" class="btn btn-light shadow mx-1">Web Design </a>
<a href="#" class="btn btn-light shadow mx-1">Data Science</a>
<a href="#" class="btn btn-light shadow mx-1">Python</a>
<a href="#" class="btn btn-light shadow mx-1">SQL</a>
<a href="#" class="btn btn-light shadow mx-1">Piano</a>
</div>
<div class="container " style="margin-top: 120px;">
<div class="row">
<div class="col text-center border-right">
<div class="col-8 offset-1">
<h4>Become an Instructor</h4>
<p class="lead" style="font-size: 15px;">Teach what you love. Udemy gives you the tools to create an online course.</p>
<a href="#" class="btn btn-lg btn-danger">Start Teaching</a>
</div>
</div>
<div class="col text-center">
<div class="col-8 offset-1">
<h4>Udemy for Business</h4>
<p class="lead" style="font-size: 15px;">Get unlimited access to 2,500 of Udemy’s top courses for your team.</p>
<a href="#" class="btn btn-lg btn-danger">Get Udemy for business</a>
</div>
</div>
</div>
</div>
<div class="row pt-5 px-3 border-top mt-5 " style="font-size: 13px;">
<div class="col">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link text-info" href="#"><b>Udemy for business</b></a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#"><b>Become and Instructor</b></a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#">Mobile Apps</a>
</li>
</ul>
</div>
<div class="col">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link text-info" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#">Careers</a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#">Blog</a>
</li>
</ul>
</div>
<div class="col">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link text-info" href="#">Topics</a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#">Support</a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#">Affiliate</a>
</li>
</ul>
</div>
<div class="col">
<form>
<div class="form-group col-6 float-right">
<select class="form-control" id="exampleFormControlSelect2">
<option><i class="fas fa-globe"></i> English</option>
<option>Japanese</option>
<option>Yoruba</option>
<option>Igbo</option>
<option>Hausa</option>
</select>
</div>
</form>
</div>
</div>
<nav class="nav mt-5 ml-3" style="font-size: 12px;">
<span class="nav-link active text-muted font-weight-bold" >Local Home Pages</span>
<span class="nav-link" >English</span>
<a class="nav-link text-info" href="#">Deutsch</a>
<a class="nav-link text-info" href="#">Français</a>
<a class="nav-link text-info" href="#">Português</a>
<a class="nav-link text-info" href="#">日本語</a>
</nav>
<hr/>
<div class="row" style="font-size: 12px;">
<div class="col pl-5">
<img src="images/logo-coral.svg" width="100px" class="mr-5" > <span>Copyright © 2018 Udemy, Inc.</span>
</div>
<div class="col">
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link active text-info" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#">Privacy and Cookie Police</a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="#">Intellectual Property</a>
</li>
</ul>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script>
$(function () {
$('[data-toggle="popover"]').popover()
})
</script>
</body>
</html>