-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
754 lines (753 loc) · 38.6 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
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tekdi Tech - Prasad's Task</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<main class="col-12 col-lg-8">
<!-- navbar -->
<section class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#">
<img src="./assets/img/logo.png" width="30" height="30" alt="">
</a>
<button class="navbar-toggler border-0" 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 mt-3" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<form action="" class="d-flex align-items-center">
<label for="search"><i class="fas fa-search fs-24 text-muted mr-2 mt-2"></i></label>
<input type="text" id="search" class="form-control" placeholder="Type here to search">
</form>
<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-filter"></i>
</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>
</ul>
</div>
</nav>
</div>
</section>
<!-- / close navbar / -->
<!-- ongoing courses -->
<section class="row my-3">
<div class="col-12 my-2 ml-2">
<h3 class="text-muted">Ongoing Courses (03)</h3>
</div>
<div class="col-12 col-md-6 col-xl-5 px-xl-2 ml-xl-4">
<!-- course 1 -->
<div class="course pb-4 shadow my-2">
<!-- course header -->
<div class="d-flex course-header">
<div class="flex-grow-1 course-img-box">
<div class="img-overlay bg-course1">
<a href="#" class="shadow-sm badge badge-light text-course1">Internet</a>
<h4 class="text-white px-4 py-2">Human Computer Interaction</h4>
<p class="text-white text-uppercase px-4 py-2">Course</p>
</div>
<img src="https://picsum.photos/300/200" alt="" class="w-100">
</div>
<div>
<div class="h-100 course-icons">
<a class="course-icon border-bottom" href="#">
<i class="fas fa-user mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">68</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-medal mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">3.5</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-comments-dollar mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">24</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-book-open mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">15</span>
</a>
</div>
</div>
</div>
<!-- / end course header / -->
<!-- course progressbar -->
<div class="course-progress my-4 px-4">
<div class="progress">
<div class="progress-bar bg-secondary" role="progressbar" style="width: 34%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!-- / end course progressbar / -->
<!-- Course Body -->
<div class="px-4">
<h5 class="text-secondary">Next:</h5>
<h3 class="text-primary mb-1">How to set in sketch app</h3>
<p class="fs-17 text-muted fw500">This lesson covers the baiscs of settings up grids in sketch. It is very very popular course taken by ...</p>
<div class="d-flex align-items-baseline text-muted mt-4">
<i class="far fa-file-alt fs-24"></i>
<p class="fs-18 ml-2 fw500">12 min Read</p>
<br>
</div>
<a href="https://developerpra.com" class="shadow-sm btn btn-primary px-5">Continue</a>
</div>
<!-- / End Course Body / -->
</div>
<!-- / end course 1 / -->
</div>
<div class="col-12 col-md-6 col-xl-5 px-xl-2 ml-xl-4">
<!-- course 2 -->
<div class="course pb-4 shadow my-2">
<!-- course header -->
<div class="d-flex course-header">
<div class="flex-grow-1 course-img-box">
<div class="img-overlay bg-course3">
<a href="#" class="shadow-sm badge badge-light text-course3">Internet</a>
<h4 class="text-white px-4 py-2">Modeling with SOLIDWORKS</h4>
<p class="text-white text-uppercase px-4 py-2">Course</p>
</div>
<img src="https://picsum.photos/300/200" alt="" class="w-100">
</div>
<div>
<div class="h-100 course-icons">
<a class="course-icon border-bottom" href="#">
<i class="fas fa-user mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">43</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-medal mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">3</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-comments-dollar mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">12</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-book-open mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">4</span>
</a>
</div>
</div>
</div>
<!-- / end course header / -->
<!-- course progressbar -->
<div class="course-progress my-4 px-4">
<div class="progress">
<div class="progress-bar bg-secondary" role="progressbar" style="width: 34%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!-- / end course progressbar / -->
<!-- Course Body -->
<div class="px-4">
<h5 class="text-secondary">Next:</h5>
<h3 class="text-primary mb-1">Shortcut in Solidworks</h3>
<p class="fs-17 text-muted fw500">This lesson covers the baiscs of settings up grids in sketch. It is very very popular course taken by ...</p>
<div class="d-flex align-items-baseline text-muted mt-4">
<i class="far fa-file-alt fs-24"></i>
<p class="fs-18 ml-2 fw500">12 min Read</p>
<br>
</div>
<a href="https://developerpra.com" class="shadow-sm btn btn-primary px-5">Continue</a>
</div>
<!-- / End Course Body / -->
</div>
<!-- / end course 2 / -->
</div>
</section>
<!-- / end ongoing courses / -->
<!-- ongoing Trainings -->
<section class="row my-3 mt-5">
<div class="col-12 mt-2 mb-1 ml-xl-3">
<h3 class="text-muted">Ongoing Trainings (03)</h3>
</div>
<div class="col-12 col-md-6 col-xl-5 px-xl-2 ml-xl-4">
<!-- course 1 -->
<div class="course pb-4 my-2">
<!-- course header -->
<div class="d-flex course-header">
<div class="flex-grow-1 course-img-box">
<div class="img-overlay bg-course2">
<a href="#" class="shadow-sm badge badge-light text-course2">Internet</a>
<h4 class="text-white px-4 py-2">IOT Development with Windos 10</h4>
<p class="text-white text-uppercase px-4 py-2">Course</p>
</div>
<img src="https://picsum.photos/300/200" alt="" class="w-100">
</div>
<div>
<div class="h-100 course-icons">
<a class="course-icon border-bottom" href="#">
<i class="fas fa-user mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">68</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-medal mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">3.5</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-comments-dollar mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">24</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-book-open mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">15</span>
</a>
</div>
</div>
</div>
<!-- / end course header / -->
<!-- Course Body -->
<div class="px-4 mt-3">
<h5 class="text-secondary">Next:</h5>
<h3 class="text-primary mb-1">Wednesday, 18th Feb, 2018 IIT Mumbai</h3>
<p class="fs-17 text-muted fw500">Main Gate Road, Powai, Mumbai - 400076</p>
<p class="fs-17 text-muted fw500">The class Covers the basics of settings up grids in sketch. It is a very popular course, taken by man...</p>
<a href="https://developerpra.com" class="shadow-sm btn btn-primary px-5">Add to Calender</a>
</div>
<!-- / End Course Body / -->
</div>
<!-- / end course 1 / -->
</div>
<div class="col-12 col-md-6 col-xl-5 px-xl-2 ml-xl-3">
<!-- course 2 -->
<div class="course pb-4 my-2">
<!-- course header -->
<div class="d-flex course-header">
<div class="flex-grow-1 course-img-box">
<div class="img-overlay bg-course5">
<a href="#" class="shadow-sm badge badge-light text-course5">Internet</a>
<h4 class="text-white px-4 py-2">Excel 2016 Advanced</h4>
<p class="text-white text-uppercase px-4 py-2">Course</p>
</div>
<img src="https://picsum.photos/300/200" alt="" class="w-100">
</div>
<div>
<div class="h-100 course-icons">
<a class="course-icon border-bottom" href="#">
<i class="fas fa-user mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">43</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-medal mr-2 fs-22 text-muted"></i>
<span class="fs-18 text-primary fwb">3</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-comments-dollar mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">12</span>
</a>
<a class="course-icon border-bottom" href="#">
<i class="fas fa-book-open mr-2 fs-22 text-primary notification"></i>
<span class="fs-18 text-primary fwb">4</span>
</a>
</div>
</div>
</div>
<!-- / end course header / -->
<!-- Course Body -->
<div class="px-4 mt-3">
<h5 class="text-secondary">Next:</h5>
<h3 class="text-primary mb-1">Tuesday, 01st Mar, 2018 MIT-ID Pune</h3>
<p class="fs-17 text-muted fw500">Main Gate Road, Powai, Mumbai - 400076</p>
<p class="fs-17 text-muted fw500">The class Covers the basics of settings up grids in sketch. It is a very popular course, taken by man...</p>
<a href="https://developerpra.com" class="shadow-sm btn btn-primary px-5">Add to Calender</a>
</div>
<!-- / End Course Body / -->
</div>
<!-- / end course 2 / -->
</div>
</section>
<!-- ongoing Trainings -->
<!-- upcoming courses -->
<section class="row mt-5">
<div class="col-12 mt-2 mb-1 ml-xl-3">
<h3 class="text-muted">Ongoing Trainings (03)</h3>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="upcoming-course my-2">
<div class="img-overlay bg-course6">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course6">Product Training</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">Adminstrative Human Resourses</h4>
<p class="text-white px-4 my-1 fs-17">Starts in 3 Days</p>
<p class="text-white text-uppercase px-4">Course</p>
</div>
</div>
<img src="https://picsum.photos/id/426/250/200" alt="" class="w-100">
</div>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="upcoming-course my-2">
<div class="img-overlay bg-course3">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course3">Internet</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">UX Design: 6 Paper Prototyping</h4>
<p class="text-white px-4 my-1 fs-17">Starts in 3 Days</p>
<p class="text-white text-uppercase px-4">Training</p>
</div>
</div>
<img src="https://picsum.photos/id/984/250/200" alt="" class="w-100">
</div>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="upcoming-course my-2">
<div class="img-overlay bg-course5">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course5">Health</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">Introducation to Graphic Design (2016)</h4>
<p class="text-white px-4 my-1">Starts in 3 Days</p>
<p class="text-white text-uppercase px-4">Course</p>
</div>
</div>
<img src="https://picsum.photos/250/200" alt="" class="w-100">
</div>
</div>
</section>
<!-- / close upcoming courses / -->
<!-- Recommoneded courses -->
<section class="row mt-5">
<div class="col-12 mt-2 mb-1 ml-xl-3">
<h3 class="text-muted">Recommended (07)</h3>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="recommended shadow">
<div class="upcoming-course mt-2">
<div class="img-overlay bg-course3">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course3">Soft Skills</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">Fred Kofman on Managing Conflicts</h4>
<p class="text-white text-uppercase px-4">Training</p>
</div>
</div>
<img src="https://picsum.photos/id/987/250/200" alt="" class="w-100">
</div>
<div class="recommend-extend mb-2 p-3">
<div class="recommend-enroll text-center shadow">
<p class="mb-0 text-muted">12th Feb. 2018 | IIT Bombay</p>
<a href="#" class="text-decoration-none">Enroll <i class="fas fa-long-arrow-alt-right mr-2"></i></a>
</div>
<p class="mt-5 mb-0 px-3 text-muted">Can you imagine what we will be downloading in another twenty years?</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="recommended shadow">
<div class="upcoming-course mt-2">
<div class="img-overlay bg-course2">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course2">Internet</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">Leading a Customer- Centric Culture</h4>
<p class="text-white text-uppercase px-4">Course</p>
</div>
</div>
<img src="https://picsum.photos/id/341/250/200" alt="" class="w-100">
</div>
<div class="recommend-extend mb-2 p-3">
<div class="recommend-enroll text-center shadow">
<p class="mb-0 text-muted">10th March. 2018</p>
<a href="#" class="text-decoration-none">Enroll <i class="fas fa-long-arrow-alt-right mr-2"></i></a>
</div>
<p class="mt-5 mb-0 px-3 text-muted">Can you imagine what we will be downloading in another twenty years?</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="recommended shadow">
<div class="upcoming-course mt-2">
<div class="img-overlay bg-course6">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course6">Product Training</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">Selling on Esty</h4>
<p class="text-white text-uppercase px-4">Course</p>
</div>
</div>
<img src="https://picsum.photos/id/284/250/200" alt="" class="w-100">
</div>
<div class="recommend-extend mb-2 p-3">
<div class="recommend-enroll text-center shadow">
<p class="mb-0 text-muted">12th Feb. 2018 | IIT Bombay</p>
<a href="#" class="text-decoration-none">Enroll <i class="fas fa-long-arrow-alt-right mr-2"></i></a>
</div>
<p class="mt-5 mb-0 px-3 text-muted">Can you imagine what we will be downloading in another twenty years?</p>
</div>
</div>
</div>
</section>
<!-- / close Recommoneded courses / -->
<!-- Recently Created courses -->
<section class="row mt-5">
<div class="col-12 mt-2 mb-1 ml-xl-3">
<h3 class="text-muted">Recently Created for You (02)</h3>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="recommended shadow">
<div class="upcoming-course mt-2">
<div class="img-overlay bg-course5">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course5">Product Training</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">In Design CC 2017 New Features</h4>
<p class="text-white text-uppercase px-4">Training</p>
</div>
</div>
<img src="https://picsum.photos/id/987/250/200" alt="" class="w-100">
</div>
<div class="recommend-extend mb-2 p-3">
<div class="recommend-enroll text-center shadow">
<p class="mb-0 text-muted">12th Feb. 2018 | IIT Bombay</p>
<a href="#" class="text-decoration-none">Enroll <i class="fas fa-long-arrow-alt-right mr-2"></i></a>
</div>
<p class="mt-5 mb-0 px-3 text-muted">Can you imagine what we will be downloading in another twenty years?</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="recommended shadow">
<div class="upcoming-course mt-2">
<div class="img-overlay bg-course1">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course1">Internet</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">Leading a Customer- Centric Culture</h4>
<p class="text-white text-uppercase px-4">Course</p>
</div>
</div>
<img src="https://picsum.photos/id/345/250/200" alt="" class="w-100">
</div>
<div class="recommend-extend mb-2 p-3">
<div class="recommend-enroll text-center shadow">
<p class="mb-0 text-muted">10th March. 2018</p>
<a href="#" class="text-decoration-none">Enroll <i class="fas fa-long-arrow-alt-right mr-2"></i></a>
</div>
<p class="mt-5 mb-0 px-3 text-muted">Can you imagine what we will be downloading in another twenty years?</p>
</div>
</div>
</div>
</section>
<!-- / close Recently Created courses / -->
<!-- Because you took course -->
<section class="row my-5">
<div class="col-12 mt-2 mb-1 ml-xl-3">
<h3 class="text-muted">Because you took Graphic Design (01)</h3>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="recommended shadow">
<div class="upcoming-course mt-2">
<div class="img-overlay bg-course3">
<div class="d-flex justify-content-between p-3">
<div>
<a href="#" class="shadow-sm badge badge-light text-course3">Soft Skills</a>
</div>
<div class="">
<a href="#" class="text-decoration-none text-white mr-2"><i class="fas fa-user-friends mr-1"></i>15</a>
<a href="#" class="text-decoration-none text-white"><i class="fas fa-medal mr-1"></i>3.5</a>
</div>
</div>
<div class="course-body">
<h4 class="text-white px-4 mb-0">UX Design: 6 Papers Prototyping</h4>
<p class="text-white text-uppercase px-4">Training</p>
</div>
</div>
<img src="https://picsum.photos/id/997/250/200" alt="" class="w-100">
</div>
<div class="recommend-extend mb-2 p-3">
<div class="recommend-enroll text-center shadow">
<p class="mb-0 text-muted">12th Feb. 2018 | IIT Bombay</p>
<a href="#" class="text-decoration-none">Enroll <i class="fas fa-long-arrow-alt-right mr-2"></i></a>
</div>
<p class="mt-5 mb-0 px-3 text-muted">Can you imagine what we will be downloading in another twenty years?</p>
</div>
</div>
</div>
</section>
<!-- / close Because you took course / -->
</main>
<!-- sidebar open -->
<aside class="col-12 col-lg-4">
<section class="row">
<div class="col-12">
<div class="d-flex justify-content-center action-bar mt-2 text-muted">
<i class="far fa-calendar-alt"></i>
<i class="far fa-bell"></i>
<i class="fas fa-user-friends"></i>
<div class="dropdown">
<a class="dropdown-toggle text-decoration-none" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img src="./assets/img/user.png" alt="" />
<span class="fw600 text-muted">John Doe</span>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Option 1</a>
<a class="dropdown-item" href="#">Option 2</a>
<a class="dropdown-item" href="#">Option 3</a>
</div>
</div>
</div>
</div>
</section>
<hr class="sr-hr">
<section class="row px-3">
<div class="col-12">
<div class="d-flex">
<img src="./assets/img/trophy.png" alt="" class="mx-1">
<img src="./assets/img/badge.png" alt="" class="mx-1">
<img src="./assets/img/money.png" alt="" class="mx-1">
</div>
<p class="text-muted mt-2 mb-1">You have earned <span class="fwb">120.5 Points</span> in last 6 months</p>
</div>
</section>
<hr class="sr-hr">
<section class="row px-3">
<div class="col-12">
<p class="text-muted mb-0"><i class="fas fa-certificate mr-3 fs-24"></i><span class="fwb">12/18 Courses</span> Completed</p>
</div>
</section>
<hr class="sr-hr">
<section class="row px-3">
<div class="col-12 hours-completed">
<p class="text-muted"><i class="far fa-clock mr-3 fs-24"></i><span class="fwb">36.5 Hours</span> / 120 hrs utilisted</p>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</section>
<hr class="sr-hr">
<section class="row px-3">
<div class="col-12 ">
<p class="text-muted"><span class="fwb">36.5 Hours</span> in last
<span class="dropdown">
<a class="dropdown-toggle text-decoration-none text-muted underline" href="#" role="button" id="records" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
6 Months
</a>
<span class="dropdown-menu" aria-labelledby="records">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</span>
</span>
<span class="fwb">view</span></p>
<canvas id="myChart" height="100" area-label="chart" role="img"></canvas>
</div>
</section>
<hr class="sr-hr">
<section class="row px-3">
<div class="col-12 ">
<p class="text-muted"><span class="fwb">Performance</span> in last
<span class="dropdown">
<a class="dropdown-toggle text-decoration-none text-muted underline" href="#" role="button" id="performance" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
6 Months
</a>
<span class="dropdown-menu" aria-labelledby="performance">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</span>
</span>
<span class="fwb">view</span></p>
<canvas id="lineChart" height="100"></canvas>
</div>
<div class="col-12 result text-muted">
<h6 class="fwb mb-0">Congragulations !</h6>
<p>You are one of top performer</p>
<p class="mb-0"><span class="mr-2 bg-clr1"></span> Your avarage</p>
<p class="mb-0"><span class="mr-2 bg-clr2"></span> Team Avarage</p>
</div>
</section>
<hr class="sr-hr">
<section class="row px-3">
<div class="col-12 ">
<p class="text-muted"><span class="fwb">Agenda</span> in this
<a class="dropdown-toggle text-decoration-none text-muted underline" href="#" role="button" id="records" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
month
</a>
<span class="dropdown-menu" aria-labelledby="records">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</span>
</span>
<span class="mr-3">view</span></p>
<div class="sessions text-muted">
<div class="d-flex">
<div>
<p class="fwb mb-0">Today</p>
<p class="text-uppercase">Course</p>
</div>
<p>Help finding <br> information online</p>
</div>
<div class="d-flex">
<div>
<p class="fwb mb-0">Wednesday</p>
<p class="text-uppercase">Training</p>
</div>
<p>The basic of Astrology <br>explained</p>
</div>
<div class="d-flex">
<div>
<p class="fwb mb-0">12th Feb</p>
<p class="text-uppercase">Course</p>
</div>
<p>Practical UX <br> weekly</p>
</div>
</div>
</div>
</section>
<hr class="sr-hr">
<section class="row px-3">
<div class="col-12 ">
<p class="text-muted"><span class="fwb">Agenda</span> in this
<a class="dropdown-toggle text-decoration-none text-muted underline" href="#" role="button" id="resources" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
month
</a>
<span class="dropdown-menu" aria-labelledby="resources">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</span>
</span>
<span class="mr-3">view</span></p>
</div>
<div class="col-12 text-muted resources">
<div class="d-flex justify-content-between">
<div class="d-flex">
<div>
<i class="far fa-file-alt mr-3 fs-24 mt-2"></i>
</div>
<div>
<p class="fw500 mb-0 pr-md-5">video games playing with Imaginations</p>
<p class="">Practical UX weekly</p>
</div>
</div>
<div>
<i class="fas fa-download fs-24"></i>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="d-flex">
<div>
<i class="far fa-file-alt mr-3 fs-24 mt-2"></i>
</div>
<div>
<p class="fw500 mb-0 pr-md-5">thousands Now Adware Removal Who Never...</p>
<p class="">Practical UX weekly</p>
</div>
</div>
<div>
<i class="fas fa-download fs-24"></i>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="d-flex">
<div>
<i class="far fa-file-alt mr-3 fs-24 mt-2"></i>
</div>
<div>
<p class="fw500 mb-0 pr-md-5">Compatiable Inkjet Cartidge Which One Will You</p>
<p class="">Practical UX weekly</p>
</div>
</div>
<div>
<i class="fas fa-download fs-24"></i>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="d-flex">
<div>
<i class="far fa-file-alt mr-3 fs-24 mt-2"></i>
</div>
<div>
<p class="fw500 mb-0 pr-md-5">Compatiable Inkjet Cartidge Which One Will You</p>
<p class="">Practical UX weekly</p>
</div>
</div>
<div>
<i class="fas fa-download fs-24"></i>
</div>
</div>
</div>
</section>
</aside>
<!-- / sidebar clsoed / -->
</div>
</div>
<!-- JS Files starts Here -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>
<script src="./assets/js/style.js" type="text/javascript"></script>
</body>
</html>