generated from zakirsoft/webpack-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwatch.html
821 lines (813 loc) · 61 KB
/
watch.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
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Watch -Eduguard</title>
<link rel="stylesheet" href="src/scss/vendors/plugin/css/video-js.css" />
<link rel="stylesheet" href="src/scss/vendors/plugin/css/star-rating-svg.css" />
<link rel="stylesheet" href="dist/main.css" />
<link rel="icon" type="image/png" href="dist/images/favicon/favicon.png" />
</head>
<body style="background-color: #ebebf2;" onload="loader()">
<div class="loader">
<span class="loader-spinner">Loading...</span>
</div>
<!-- Header Starts Here -->
<header class="bg-transparent">
<div class="container-fluid">
<div class="coursedescription-header">
<div class="coursedescription-header-start">
<a class="logo-image" href="index.html">
<img src="dist/images/logo/logo.png" alt="Logo" />
</a>
<div class="topic-info">
<div class="topic-info-arrow">
<a href="#">
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.5 19.5L8.5 12.5L15.5 5.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
</div>
<div class="topic-info-text">
<h6 class="font-title--xs"><a href="#">User Experience Design Essentials - Adobe XD UI UX Design</a></h6>
<div class="lesson-hours">
<div class="book-lesson">
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M1.5 2.75H6C6.79565 2.75 7.55871 3.06607 8.12132 3.62868C8.68393 4.19129 9 4.95435 9 5.75V16.25C9 15.6533 8.76295 15.081 8.34099 14.659C7.91903 14.2371 7.34674 14 6.75 14H1.5V2.75Z"
stroke="#00AF91"
stroke-width="1.8"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M16.5 2.75H12C11.2044 2.75 10.4413 3.06607 9.87868 3.62868C9.31607 4.19129 9 4.95435 9 5.75V16.25C9 15.6533 9.23705 15.081 9.65901 14.659C10.081 14.2371 10.6533 14 11.25 14H16.5V2.75Z"
stroke="#00AF91"
stroke-width="1.8"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
<span>93 Lesson</span>
</div>
<div class="totoal-hours">
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M9 17C13.1421 17 16.5 13.6421 16.5 9.5C16.5 5.35786 13.1421 2 9 2C4.85786 2 1.5 5.35786 1.5 9.5C1.5 13.6421 4.85786 17 9 17Z"
stroke="#FF7A1A"
stroke-width="1.8"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path d="M9 5V9.5L12 11" stroke="#FF7A1A" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span>11.5 Hours</span>
</div>
</div>
</div>
</div>
</div>
<div class="coursedescription-header-end">
<!-- <a href="#" class="rating-link" data-bs-toggle="modal" data-bs-target="#ratingModal">Leave a Rating</a> -->
<a href="#" class="button button--text" data-bs-toggle="modal" data-bs-target="#ratingModal">Leave a Rating</a>
<!-- <a href="#" class="btn btn-primary regular-fill-btn">Next Lession</a> -->
<button class="button button--primary">Next Lession</button>
</div>
</div>
</div>
</header>
<!-- Header Ends Here -->
<!-- Course Description Starts Here -->
<div class="container-fluid">
<div class="row course-description">
<div class="col-lg-8">
<div class="course-description-start">
<div class="video-area">
<video controls id="my-video" class="video-js w-100" poster="dist/images/courses/vthumb.jpg" data-setup="{}">
<source src="dist/images/courses/video.mp4" class="w-100" />
</video>
</div>
<div class="course-description-start-content">
<h5 class="font-title--sm">3. What is UI vs UX - User Interface vs User Experience</h5>
<nav class="course-description-start-content-tab">
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<button class="nav-link active" id="nav-ldescrip-tab" data-bs-toggle="tab" data-bs-target="#nav-ldescrip" type="button" role="tab" aria-controls="nav-ldescrip" aria-selected="true">
Lesson Description
</button>
<button class="nav-link" id="nav-lnotes-tab" data-bs-toggle="tab" data-bs-target="#nav-lnotes" type="button" role="tab" aria-controls="nav-lnotes" aria-selected="false">Lesson Notes</button>
<button class="nav-link" id="nav-lcomments-tab" data-bs-toggle="tab" data-bs-target="#nav-lcomments" type="button" role="tab" aria-controls="nav-lcomments" aria-selected="false">Comments</button>
<button class="nav-link" id="nav-loverview-tab" data-bs-toggle="tab" data-bs-target="#nav-loverview" type="button" role="tab" aria-controls="nav-loverview" aria-selected="false">Course Overview</button>
<button class="nav-link" id="nav-linstruc-tab" data-bs-toggle="tab" data-bs-target="#nav-linstruc" type="button" role="tab" aria-controls="nav-linstruc" aria-selected="false">Instructor</button>
</div>
</nav>
<div class="tab-content course-description-start-content-tabitem" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-ldescrip" role="tabpanel" aria-labelledby="nav-ldescrip-tab">
<!-- Lesson Description Starts Here -->
<div class="lesson-description">
<p>
Donec imperdiet erat tortor, nec consectetur odio fermentum et. Mauris vehicula faucibus viverra. Vestibulum varius ante enim. eu posuere ligula eleifend non. Praesent sapien nisi, luctus a tellus
a, porta dapibus massa. Cras non mattis mauris. Etiam convallis purus a ante mattis, id tincidunt sapien hendrerit. Sed laoreet Check out my portfolio: <a href="#">https://bit.ly/2OZkYCo</a>
</p>
</div>
<!-- Lesson Description Ends Here -->
</div>
<div class="tab-pane fade" id="nav-lnotes" role="tabpanel" aria-labelledby="nav-lnotes-tab">
<!-- Course Notes Starts Here -->
<div class="course-notes-area">
<div class="course-notes">
<h6>Steps 1: Understand what we're trying to solve.</h6>
<div class="course-notes-item">
<div class="dot"></div>
<p>
You have to take a minute to understand what is the goal, what is the problem, what they're trying to achieve with it who is the target audience, who is the competition, and understand
what are you trying to do here and how will success will look like of the project. the way to do that is basically by doing two things
</p>
</div>
</div>
<div class="course-notes">
<h6>Steps 2: ID8 (brainstorming and coming up with lots of ideas)</h6>
<div class="course-notes-item">
<div class="dot"></div>
<p>
The way to get the idea is by removing your barriers about I only need to come up with good ideas and just bring a lot of ideas and it's very important to come up with a lot's of ideas.
</p>
</div>
</div>
<div class="course-notes">
<h6>Steps 3: take the kind of rough idea that you have been trying to validate it</h6>
<div class="course-notes-item">
<div class="dot"></div>
<p>
By validating I mean you present it. so you do a present it's a client work you do a presentation you show them the work. and you're saying here it is here's why I did this here's the
process that I went through.
</p>
</div>
</div>
<div class="course-notes mb-0">
<h6>Steps 4: Refine Your Design</h6>
<div class="course-notes-item">
<div class="dot"></div>
<p>
After you've listened and documented that feedback is actually to refine your design and improve it and make it better then it's ready after you've to go feedback that it's well ready to
release it or finalize it or lunch it or whatever you're doing.
</p>
</div>
</div>
</div>
<!-- Course Notes Ends Here -->
</div>
<div class="tab-pane fade" id="nav-lcomments" role="tabpanel" aria-labelledby="nav-lcomments-tab">
<!-- Lesson Comments Starts Here -->
<div class="lesson-comments">
<div class="feedback-comment pt-0 ps-0 pe-0">
<h6 class="font-title--card">Add a Public Comment</h6>
<form action="#">
<label for="comment">Comment</label>
<textarea class="form-control" id="comment" placeholder="Add a Public Comment"></textarea>
<button type="submit" class="button button-md button--primary float-end">Post Comment</button>
</form>
</div>
<div class="students-feedback pt-0 ps-0 pe-0 pb-0 mb-0">
<div class="students-feedback-heading">
<h5 class="font-title--card">Comments <span>(57,685)</span></h5>
</div>
<div class="students-feedback-item">
<div class="feedback-rating">
<div class="feedback-rating-start">
<div class="image">
<img src="dist/images/ellipse/user.jpg" alt="Image" />
</div>
<div class="text">
<h6><a href="#">Harry Pinsky</a></h6>
<p>1 hour ago</p>
</div>
</div>
</div>
<p>
Aliquam eget leo quis neque molestie dictum. Etiam ut tortor tempor, vestibulum ante non, vulputate nibh. Cras non molestie diam. Great Course for Beginner 😀
</p>
</div>
<div class="students-feedback-item">
<div class="feedback-rating">
<div class="feedback-rating-start">
<div class="image">
<img src="dist/images/ellipse/1.png" alt="Image" />
</div>
<div class="text">
<h6><a href="#">Harry Pinsky</a></h6>
<p>2 hour ago</p>
</div>
</div>
</div>
<p>
Aliquam eget leo quis neque molestie dictum. Etiam ut tortor tempor, vestibulum ante non, vulputate nibh.
</p>
</div>
<div class="students-feedback-item">
<div class="feedback-rating">
<div class="feedback-rating-start">
<div class="image">
<img src="dist/images/ellipse/2.png" alt="Image" />
</div>
<div class="text">
<h6><a href="#">Watcraz Eggsy</a></h6>
<p>1 day ago</p>
</div>
</div>
</div>
<p>
Aenean vulputate nisi ligula. Quisque in tempus sapien. Quisque vestibulum massa eget consequat scelerisque. Phasellus varius risus nec maximus auctor.
</p>
</div>
<div class="students-feedback-item border-0">
<div class="feedback-rating">
<div class="feedback-rating-start">
<div class="image">
<img src="dist/images/ellipse/3.png" alt="Image" />
</div>
<div class="text">
<h6><a href="#">Watcraz Eggsy</a></h6>
<p>1 day ago</p>
</div>
</div>
</div>
<p>
Cras non molestie diam. Aenean vulputate nisi ligula. Quisque in tempus sapien. Quisque vestibulum massa eget consequat scelerisque.
</p>
</div>
<button class="button button-md button--primary-outline">Load More</button>
</div>
</div>
<!-- Lesson Comments Ends Here -->
</div>
<div class="tab-pane fade" id="nav-loverview" role="tabpanel" aria-labelledby="nav-loverview-tab">
<!-- Course Overview Starts Here -->
<div class="row course-overview-main">
<div class="course-overview-main-item">
<h6 class="font-title--card">Description</h6>
<p class="mb-3 font-para--lg">
Duis placerat eleifend leo nec mattis. Phasellus scelerisque arcu quis feugiat efficitur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer laoreet est eget est sagittis, et
scelerisque quam convallis. Praesent at tortor facilisis, tempus ex quis, tempor arcu. Duis id velit mattis diam fermentum tincidunt. Sed et vehicula lectus.
</p>
<p class="font-para--lg">
Sed ut tincidunt velit, eu bibendum turpis. Fusce in posuere felis, sed lobortis elit. Integer mollis sodales congue
</p>
</div>
<div class="course-overview-main-item">
<h6 class="font-title--card">Requirments</h6>
<p class="mb-2 font-para--lg">
Donec tristique ligula id tellus porta, dapibus imperdiet mi ullamcorper. Vivamus suscipit, nisi eu tincidunt interdum.
</p>
<ul class="course-overview__point">
<li>
<p>
Mauris ut libero ut mauris sagittis consectetur quis eget elit.
</p>
</li>
<li>
<p>
Mauris ut libero ut mauris sagittis consectetur quis eget elit.
</p>
</li>
<li>
<p>
Mauris ut libero ut mauris sagittis consectetur quis eget elit.
</p>
</li>
<li>
<p>
Mauris ut libero ut mauris sagittis consectetur quis eget elit.
</p>
</li>
<li>
<p>
Mauris ut libero ut mauris sagittis consectetur quis eget elit.
</p>
</li>
</ul>
</div>
<div class="course-overview-main-item">
<h6 class="font-title--card">Who This Course is For</h6>
<p class="mb-2 font-para--lg">
Sed arcu odio, ornare ac porttitor at, placerat nec dui. Nulla nec euismod tellus. Donec facilisis condimentum commodo. Pellentesque ultricies dolor ut magna aliquet, vitae sodales massa
euismod.
</p>
<p class="bullets-line">
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5L13 5" stroke="#202029" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M9 0.999999L13 5L9 9" stroke="#202029" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
This Course for Complete Beginner Students who want learn UI/UX.
</p>
<p class="bullets-line">
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5L13 5" stroke="#202029" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M9 0.999999L13 5L9 9" stroke="#202029" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
Nunc a ex sodales sem accumsan tristique.
</p>
<p class="bullets-line">
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5L13 5" stroke="#202029" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M9 0.999999L13 5L9 9" stroke="#202029" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
Suspendisse eget eros eget leo pellentesque ullamcorper ac non augue.
</p>
</div>
<div class="course-overview-main-item mb-0">
<h6 class="font-title--card">What You Will be Learn</h6>
<p class="mb-2 font-para--lg">
Sed arcu odio, ornare ac porttitor at, placerat nec dui. Nulla nec euismod tellus. Donec facilisis condimentum commodo. Pellentesque ultricies dolor ut magna aliquet, vitae sodales massa
euismod.
</p>
<p class="bullets-line">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 4.5L6.75 13.5L3 9.40909" stroke="#00AF91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
This Course for Complete Beginner Students who want learn UI/UX.
</p>
<p class="bullets-line">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 4.5L6.75 13.5L3 9.40909" stroke="#00AF91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
Nunc a ex sodales sem accumsan tristique.
</p>
<p class="bullets-line">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 4.5L6.75 13.5L3 9.40909" stroke="#00AF91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
Suspendisse eget eros eget leo pellentesque ullamcorper ac non augue.
</p>
<p class="bullets-line mb-0">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 4.5L6.75 13.5L3 9.40909" stroke="#00AF91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
Suspendisse eget eros eget leo pellentesque ullamcorper ac non augue.
</p>
</div>
</div>
<!-- Course Overview Ends Here -->
</div>
<div class="tab-pane fade" id="nav-linstruc" role="tabpanel" aria-labelledby="nav-linstruc-tab">
<!-- course details instructor -->
<div class="row">
<div class="col-lg-12">
<div class="course-instructor mw-100">
<div class="course-instructor-info">
<div class="instructor-image">
<img src="dist/images/courses/courseinstructor.png" alt="Instructor" />
</div>
<div class="instructor-text">
<h6 class="font-title--xs"><a href="instructorreviews.html">Gartin Bator</a></h6>
<p>Senior Teacher</p>
<div class="d-flex align-items-center instructor-text-bottom">
<div class="d-flex align-items-center ratings-icon">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M9.94438 2.34287L11.7457 5.96656C11.8359 6.14934 12.0102 6.2769 12.2124 6.30645L16.2452 6.88901C16.4085 6.91079 16.5555 6.99635 16.6559 7.12701C16.8441 7.37201 16.8153 7.71891 16.5898 7.92969L13.6668 10.7561C13.5183 10.8961 13.4522 11.1015 13.4911 11.3014L14.1911 15.2898C14.2401 15.6204 14.0145 15.93 13.684 15.9836C13.5471 16.0046 13.4071 15.9829 13.2826 15.9214L9.69082 14.0384C9.51037 13.9404 9.29415 13.9404 9.1137 14.0384L5.49546 15.9315C5.1929 16.0855 4.82267 15.9712 4.65778 15.6748C4.59478 15.5551 4.57301 15.419 4.59478 15.286L5.29479 11.2975C5.32979 11.0984 5.26368 10.8938 5.11901 10.753L2.18055 7.92735C1.94099 7.68935 1.93943 7.30201 2.17821 7.06246C2.17899 7.06168 2.17977 7.06012 2.18055 7.05935C2.27932 6.9699 2.40066 6.91001 2.5321 6.88668L6.56569 6.30412C6.76713 6.27223 6.94058 6.14623 7.03236 5.96345L8.83215 2.34287C8.90448 2.19587 9.03281 2.08309 9.18837 2.03176C9.3447 1.97965 9.51582 1.99209 9.66282 2.06598C9.78337 2.12587 9.88215 2.22309 9.94438 2.34287Z"
stroke="#FF7A1A"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
<p>4.9 Star Rating</p>
</div>
<div class="d-flex align-items-center ratings-icon">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M1.5 2.25H6C6.79565 2.25 7.55871 2.56607 8.12132 3.12868C8.68393 3.69129 9 4.45435 9 5.25V15.75C9 15.1533 8.76295 14.581 8.34099 14.159C7.91903 13.7371 7.34674 13.5 6.75 13.5H1.5V2.25Z"
stroke="#00AF91"
stroke-width="1.8"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M16.5 2.25H12C11.2044 2.25 10.4413 2.56607 9.87868 3.12868C9.31607 3.69129 9 4.45435 9 5.25V15.75C9 15.1533 9.23705 14.581 9.65901 14.159C10.081 13.7371 10.6533 13.5 11.25 13.5H16.5V2.25Z"
stroke="#00AF91"
stroke-width="1.8"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
<p>5 Courses</p>
</div>
</div>
</div>
</div>
<p class="lead-p">Adobe Certified Instructor & Adobe Certified Expert.</p>
<p class="course-instructor-description">
Joe has been preaching and practicing the gospel of User Experience (UX) to Fortune 100, 500 and Government organizations for nearly three decades. That work includes commercial industry
leaders like Google Ventures, Kroll/Duff + Phelps, Broadridge, Conde Nast, Johns Hopkins, Mettler-Toledo, PHH Arval, SC Johnson and Wolters Kluwer, as well as government agencies like the
National Science Foundation, National Institutes of Health and the Dept. of Homeland Security.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="videolist-area">
<div class="videolist-area-heading">
<h6>Course Contents</h6>
<p>5% Completed</p>
</div>
<div class="videolist-area-bar">
<span class="videolist-area-bar--progress"></span>
</div>
<div class="videolist-area-bar__wrapper">
<div class="videolist-area-wizard">
<div class="wizard-heading">
<h6 class="">Get Started</h6>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>1. Introduction to Adobe XD</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>2. Getting started with your Adobe XD project</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper active">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>3. What is UI vs UX - User Interface vs User Experie...</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
</div>
<div class="videolist-area-wizard">
<div class="wizard-heading">
<h6 class="">The Project Brief</h6>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper border-0">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>4. The brief & persona for our real life project</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper download-wizard">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-file"
>
<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path>
<polyline points="13 2 13 9 20 9"></polyline>
</svg>
</div>
<div class="main-wizard-title">
<p>4. Project Brief</p>
</div>
</a>
<div class="main-wizard-end">
<span>2.5 MB</span>
<small>Downlaod</small>
</div>
</div>
</div>
</div>
<div class="videolist-area-wizard">
<div class="wizard-heading">
<h6 class="">Low Fidelity Wireframing</h6>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>5. Wireframing (low fidelity) in Adobe XD</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>6. How wide should my website or app be in Ado...</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper border-0">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>7. Working with existing UI kits in Adobe XD</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper download-wizard">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-file"
>
<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path>
<polyline points="13 2 13 9 20 9"></polyline>
</svg>
</div>
<div class="main-wizard-title">
<p>7. Low Fidelity Wireframes</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
</div>
<div class="videolist-area-wizard">
<div class="wizard-heading">
<h6 class="">Type, Color & Icon Introduction</h6>
</div>
<div class="main-wizard">
<div class="main-wizard__wrapper">
<a class="main-wizard-start">
<div class="main-wizard-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-play-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polygon points="10 8 16 12 10 16 10 8"></polygon>
</svg>
</div>
<div class="main-wizard-title">
<p>8. Working with type in your XD wireframes</p>
</div>
</a>
<div class="main-wizard-end d-flex align-items-center">
<span>12:34</span>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" style="border-radius: 0px; margin-left: 5px;" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Course Description Ends Here -->
<!-- Rating Modal -->
<div class="modal fade modal--rating" id="ratingModal" tabindex="-1" aria-labelledby="ratingModal" aria-hidden="true" data-backdrop="false">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Leave A Rating</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-center pt-0 pb-0">
<div class="modal-body-rating">
<p>4.5 <span>(Good/Amazing)</span></p>
<div class="my-rating rating-icons rating-icons-modal"></div>
</div>
</div>
<div class="modal-footer border-0">
<form action="#" class="w-100">
<label for="messages">Message</label>
<textarea id="messages" placeholder="How is your to feeling taking these course?" class="w-100"></textarea>
<button type="submit" class="button button-md button--primary w-100">Submit</button>
</form>
</div>
</div>
</div>
</div>
<script src="src/js/jquery.min.js"></script>
<script src="src/js/bootstrap.bundle.min.js"></script>
<script src="src/scss/vendors/plugin/js/video.min.js"></script>
<script src="src/scss/vendors/plugin/js/isotope.pkgd.min.js"></script>
<script src="src/scss/vendors/plugin/js/jquery.magnific-popup.min.js"></script>
<script src="src/scss/vendors/plugin/js/slick.min.js"></script>
<script src="src/scss/vendors/plugin/js/jquery.nice-select.min.js"></script>
<script src="src/scss/vendors/plugin/js/jquery.star-rating-svg.js"></script>
<script src="src/js/app.js"></script>
<script>
$(".my-rating").starRating({
starSize: 30,
activeColor: "#FF7A1A",
hoverColor: "#FF7A1A",
ratedColors: ["#FF7A1A", "#FF7A1A", "#FF7A1A", "#FF7A1A", "#FF7A1A"],
starShape: "rounded",
});
</script>
</body>
</html>