-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
874 lines (870 loc) · 32.5 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
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
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
<!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>
LinkedIn Learning: Online Courses for Creative, Technology, Business
Skills
</title>
<link rel="icon" href="https://static-exp1.licdn.com/sc/h/2c0s1jfqrqv9hg4v0a7zm89oa" type="image/png/gif">
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- created lp-container -->
<div id="lp-container">
<!-- created header-container -->
<div id="header-container">
<div id="nav-bar">
<div id="nav-top">
<!-- <div> -->
<a href="index.html">
<div id="in-icon">
<div>
<li-icon
aria-hidden="true"
type="linkedin-bug"
size="28dp"
color="brand"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 28 28"
data-supported-dps="28x28"
width="28"
height="28"
focusable="false"
>
<g
transform="scale(.5833)"
fill="none"
fill-rule="evenodd"
>
<rect
class="bug-text-color"
fill="#FFF"
x="1"
y="1"
width="46"
height="46"
rx="4"
></rect>
<path
d="M0 4.01A4.01 4.01 0 014.01 0h39.98A4.01 4.01 0 0148 4.01v39.98A4.01 4.01 0 0143.99 48H4.01A4.01 4.01 0 010 43.99V4.01zM19 18.3h6.5v3.266C26.437 19.688 28.838 18 32.445 18 39.359 18 41 21.738 41 28.597V41.3h-7V30.159c0-3.906-.937-6.109-3.32-6.109-3.305 0-4.68 2.375-4.68 6.109V41.3h-7v-23zM7 41h7V18H7v23zm8-30.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z"
class="background"
fill="#0077B5"
></path>
</g>
</svg>
</li-icon>
</div>
<span> LEARNING </span>
</div>
</a>
<a href="##">
<div id="browse-icon">
<div>
<li-icon aria-hidden="true" type="topic-icon"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
width="24"
height="24"
focusable="false"
>
<path
d="M4 3.67c.73 0 1.33.6 1.33 1.33S4.73 6.33 4 6.33 2.67 5.73 2.67 5 3.27 3.67 4 3.67zM8 4h13v2H8V4zm-4 6.67c.73 0 1.33.6 1.33 1.33s-.6 1.33-1.33 1.33-1.33-.6-1.33-1.33.6-1.33 1.33-1.33zM8 11h13v2H8v-2zm-4 6.67c.73 0 1.33.6 1.33 1.33s-.6 1.33-1.33 1.33-1.33-.6-1.33-1.33.6-1.33 1.33-1.33zM8 18h13v2H8v-2z"
></path>
</svg>
</li-icon>
</div>
<div>Browse</div>
</div>
</a>
<div id="search-icon">
<div>
<li-icon aria-hidden="true" type="search-icon"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
width="24"
height="24"
focusable="false"
>
<path
d="M21 19.67l-5.44-5.44a7 7 0 10-1.33 1.33L19.67 21zm-11-4.54A5.13 5.13 0 1115.13 10 5.13 5.13 0 0110 15.13z"
></path>
</svg>
</li-icon>
</div>
<div>Search</div>
</div>
<div id="space"></div>
<div id="searchL-icon">
<div>
<li-icon aria-hidden="true" type="search-icon"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
width="24"
height="24"
focusable="false"
>
<path
d="M21 19.67l-5.44-5.44a7 7 0 10-1.33 1.33L19.67 21zm-11-4.54A5.13 5.13 0 1115.13 10 5.13 5.13 0 0110 15.13z"
></path>
</svg>
</li-icon>
</div>
<input
type="search"
placeholder="Search for skills, subjects or software"
/>
</div>
<a href="##">
<div id="home-icon">
<div>
<li-icon aria-hidden="true" type="home-icon"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
width="24"
height="24"
focusable="false"
>
<path
d="M22 9.45l-9.15-6.19a1.5 1.5 0 00-1.69 0L2 9.45 3.06 11l.94-.63V20a1 1 0 001 1h6v-5h2v5h6a1 1 0 001-1v-9.63l.94.63zM18 19h-3v-4a1 1 0 00-1-1h-4a1 1 0 00-1 1v4H6V8.89l6-4 6 4V19z"
></path>
</svg>
</li-icon>
</div>
<div>Home</div>
</div>
</a>
<a href="##">
<div id="learning-icon">
<div>
<li-icon aria-hidden="true" type="open-book-icon"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
width="24"
height="24"
focusable="false"
>
<path
d="M21 4h-5.87A3.63 3.63 0 0012 5.6 3.63 3.63 0 008.88 4H3a1 1 0 00-1 1v14a1 1 0 001 1h6.25a2 2 0 012 1h1.55a2 2 0 012-1H21a1 1 0 001-1V5a1 1 0 00-1-1zM11 18.66A2.92 2.92 0 008.88 18H4V6h5.13A1.88 1.88 0 0111 7.88v10.78zm9-.66h-4.88a2.92 2.92 0 00-2.12.66V7.88A1.88 1.88 0 0114.88 6H20v12z"
></path>
</svg>
</li-icon>
</div>
<div>My Learning</div>
</div>
</a>
<div id="ursName"></div>
<div id="profile-icon" tabindex="1">
<div>
<img
src="https://t3.ftcdn.net/jpg/03/46/83/96/360_F_346839683_6nAPzbhpSkIpb8pmAwufkC7c5eD7wYws.jpg"
alt=""
/>
</div>
<div>
<div>Me</div>
<div>
<li-icon
aria-hidden="true"
type="caret-filled-down-icon"
class="nav-bar__dropdown-trigger-caret"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M8.8 10.66L14 5.12a.07.07 0 00-.07-.12H2.07a.07.07 0 00-.07.12l5.2 5.54a1.1 1.1 0 001.6 0z"
></path>
</svg>
</li-icon>
</div>
</div>
<div id="profile-dd">
<div id="user-con">
<div>
<img
id="user-image"
src="https://t3.ftcdn.net/jpg/03/46/83/96/360_F_346839683_6nAPzbhpSkIpb8pmAwufkC7c5eD7wYws.jpg"
alt=""
/>
</div>
<div>
<label>
<span class="user-name" style="font-size: 16px;">Users</span> <br />
<span style="font-size: 13px;"> Personal account</span>
</label>
</div>
</div>
<a href="##">
<div>My Learning</div>
</a>
<a href="##">
<div>In Prograss</div>
</a>
<a href="##">
<div>Saved</div>
</a>
<a href="##">
<div>Collections</div>
</a>
<a href="##">
<div>Learning History</div>
</a>
<a href="##">
<div>Skills</div>
</a>
<a href="##">
<div>Language</div>
</a>
<a href="##">
<div>Settings</div>
</a>
<a href="##">
<div>Go to LinkedIn Profile</div>
</a>
<a href="##">
<div>Buy for my team</div>
</a>
<a href="##">
<div>Help center</div>
</a>
<a href="##">
<div>Sign out</div>
</a>
</div>
</div>
<div id="lang-icon" tabindex="1">
<div>
<li-icon aria-hidden="true" type="language-icon"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
width="24"
height="24"
focusable="false"
>
<path
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM9.9 12c0-.7 0-1.4.1-2.1h4c.1.6.1 1.3.1 2.1 0 .7 0 1.4-.1 2.1h-4c-.1-.7-.1-1.3-.1-2.1zm6-2.1h3.9c.2.7.3 1.3.3 2.1s-.1 1.4-.3 2.1h-3.9c.1-.6.1-1.3.1-2 0-.8 0-1.5-.1-2.2zm3.2-1.8h-3.5c-.3-1.5-.7-2.8-1.2-3.8 2 .6 3.7 2 4.7 3.8zm-6.9-4.2c.5.9 1.2 2.3 1.6 4.2h-3.5c.4-1.9 1-3.3 1.6-4.2h.3zm-2.6.4c-.5 1-.9 2.3-1.2 3.8H4.9c1-1.8 2.7-3.2 4.7-3.8zM4.2 9.9h3.9C8 10.6 8 11.3 8 12c0 .7 0 1.4.1 2H4.2c-.2-.6-.3-1.3-.3-2s.1-1.4.3-2.1zm.7 6h3.5c.3 1.5.7 2.8 1.2 3.8-2-.6-3.7-2-4.7-3.8zm6.9 4.2c-.5-.9-1.1-2.3-1.5-4.2h3.5c-.4 1.9-1 3.3-1.5 4.2h-.5zm2.7-.4c.4-1 .9-2.3 1.2-3.8h3.5c-1.1 1.8-2.8 3.2-4.7 3.8z"
></path>
</svg>
</li-icon>
</div>
<div>
<div>En</div>
<div>
<li-icon
aria-hidden="true"
type="caret-filled-down-icon"
class="nav-bar__dropdown-trigger-caret"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M8.8 10.66L14 5.12a.07.07 0 00-.07-.12H2.07a.07.07 0 00-.07.12l5.2 5.54a1.1 1.1 0 001.6 0z"
></path>
</svg>
</li-icon>
</div>
</div>
<div id="lang-dd">
<div>Language</div>
<a href="##">
<div>English (English)</div>
</a>
<a href="##">
<div>Español (Spanish)</div>
</a>
<a href="##">
<div>français (French)</div>
</a>
<a href="##">
<div>Deutsch (German)</div>
</a>
<a href="##">
<div>日本 (Japanese)</div>
</a>
<a href="##">
<div>简体中文 (Simplified Chinese)</div>
</a>
<a href="##">
<div>português (Portuguese)</div>
</a>
</div>
</div>
<a href="preCheckout.html">
<div id="free-month">Start my free month</div>
</a>
<a href="signIn.html" id="sign_in" style="color:rgb(10,102,194);">
Sign In
</a>
<!-- </div> -->
</div>
<div id="nav-btm">
<div class="Solutions">Solutions for:</div>
<a href="bussiness.html">
<div>Business</div>
</a>
<a href="HigherEducation.html">
<div onclick="HigherEducation()">Higher Education</div>
</a>
<a href="goverment.html">
<div onclick="goverment()" >Government</div>
</a>
<a href="##">
<div>Buy for my team</div>
</a>
</div>
</div>
</div>
<!-- created content-container -->
<div id="content-container">
<!-- created welcome-banner div -->
<div id="welcome-banner">
<div id="welcome-content">
<div>
<div>
<h2>
<span class="user-name">Users</span> grow your skills and
advance your career with LinkedIn Learning
</h2>
</div>
<div id="linkedin-user-image">
<span>
<img
src="https://static-exp1.licdn.com/sc/h/8le3lme5t31ikkcrqzon06b5x"
alt=""
/>
</span>
<span>
<img
src="https://static-exp1.licdn.com/sc/h/9kb0uzaajhypnqmj6ucmdlrfe"
alt=""
/>
</span>
<span> Millions of members are on LinkedIn Learning </span>
</div>
<div id="Start-free-month">
<a href="preCheckout.html">
<div>Start my free month</div>
</a>
</div>
<a href="##">
<strong> Need to train your team? Learn More. </strong>
</a>
</div>
</div>
<div class="linkedin-image">
<img
src="https://static-exp1.licdn.com/sc/h/cch95u9n3wpbme2zzh5n4uwg0"
alt=""
/>
</div>
</div>
<!-- created top-pick div -->
<div id="top-pick">
<div class="slide-btn">
<div>
<h3>Top picks for <span class="user-name">Users</span></h3>
</div>
<div>
<button id="prevbtn-tp" class="prevbtn">
<li-icon
aria-hidden="true"
type="chevron-left-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M7 8l4 5.9L9.5 15 5.3 8.8a1.22 1.22 0 010-1.6L9.5 1 11 2.1z"
></path>
</svg>
</li-icon>
</button>
<button id="nextbtn-tp">
<li-icon
aria-hidden="true"
type="chevron-right-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M9 8L5 2.07 6.54 1l4.2 6.15a1.5 1.5 0 010 1.69L6.54 15 5 13.93z"
></path>
</svg>
</li-icon>
</button>
</div>
</div>
<div id="slide-top-pick" class="slide-m">
<div id="top-pick-slide" class="slide-s"></div>
</div>
</div>
<!-- created advance career -->
<div id="advance-career">
<div id="advance-career-top-portion">
<h3>Identify the skills you need to advance your career</h3>
<div id="search-course-name">
<p>Search for the most popular skills for a</p>
<div>
<input type="text" placeholder="Please Enter Course Name" />
</div>
</div>
</div>
<div id="advance-career-btm-portion">
<a href="##">
<div class="courses">
<div class="serial-no">1</div>
<div>Product Management</div>
<div class="Explore">Explore →</div>
</div>
</a>
<a href="##">
<div class="courses">
<div class="serial-no">2</div>
<div>Data Analysis</div>
<div class="Explore">Explore →</div>
</div>
</a>
<a href="##">
<div class="courses">
<div class="serial-no">3</div>
<div>Business Analysis</div>
<div class="Explore">Explore →</div>
</div>
</a>
<a href="##">
<div class="courses">
<div class="serial-no">4</div>
<div>Product Development</div>
<div class="Explore">Explore →</div>
</div>
</a>
<a href="##">
<div class="courses">
<div class="serial-no">5</div>
<div>Engineering</div>
<div class="Explore">Explore →</div>
</div>
</a>
<a href="##">
<div class="courses">
<div class="serial-no">6</div>
<div>Product Marketing</div>
<div class="Explore">Explore →</div>
</div>
</a>
</div>
</div>
<!-- created Popular on LinkedIn Learning div -->
<div id="popular-earning">
<div class="slide-btn">
<div>
<h3>Popular on LinkedIn Learning</h3>
</div>
<div>
<button id="prevbtn-pl" class="prevbtn">
<li-icon
aria-hidden="true"
type="chevron-left-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M7 8l4 5.9L9.5 15 5.3 8.8a1.22 1.22 0 010-1.6L9.5 1 11 2.1z"
></path>
</svg>
</li-icon>
</button>
<button id="nextbtn-pl">
<li-icon
aria-hidden="true"
type="chevron-right-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M9 8L5 2.07 6.54 1l4.2 6.15a1.5 1.5 0 010 1.69L6.54 15 5 13.93z"
></path>
</svg>
</li-icon>
</button>
</div>
</div>
<div id="slide-popular-earning" class="slide-m">
<div id="popular-earning-slide" class="slide-s"></div>
</div>
</div>
<!-- created html-course div -->
<div id="html-course">
<div class="slide-btn">
<div>
<h3>
Because you have Hyper Text Markup Language (HTML) on your
LinkedIn profile
</h3>
</div>
<div>
<button id="prevbtn-html" class="prevbtn">
<li-icon
aria-hidden="true"
type="chevron-left-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M7 8l4 5.9L9.5 15 5.3 8.8a1.22 1.22 0 010-1.6L9.5 1 11 2.1z"
></path>
</svg>
</li-icon>
</button>
<button id="nextbtn-html">
<li-icon
aria-hidden="true"
type="chevron-right-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M9 8L5 2.07 6.54 1l4.2 6.15a1.5 1.5 0 010 1.69L6.54 15 5 13.93z"
></path>
</svg>
</li-icon>
</button>
</div>
</div>
<div id="slide-html" class="slide-m">
<div id="html-slide" class="slide-s"></div>
</div>
</div>
<!-- created css-course div -->
<div id="css-course">
<div class="slide-btn">
<div>
<h3>
Because you have Cascading Style Sheets (CSS) on your LinkedIn
profile
</h3>
</div>
<div>
<button id="prevbtn-css" class="prevbtn">
<li-icon
aria-hidden="true"
type="chevron-left-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M7 8l4 5.9L9.5 15 5.3 8.8a1.22 1.22 0 010-1.6L9.5 1 11 2.1z"
></path>
</svg>
</li-icon>
</button>
<button id="nextbtn-css">
<li-icon
aria-hidden="true"
type="chevron-right-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M9 8L5 2.07 6.54 1l4.2 6.15a1.5 1.5 0 010 1.69L6.54 15 5 13.93z"
></path>
</svg>
</li-icon>
</button>
</div>
</div>
<div id="slide-css" class="slide-m">
<div id="css-slide" class="slide-s"></div>
</div>
</div>
<!-- created js-course div -->
<div id="js-course">
<div class="slide-btn">
<div>
<h3>Because you have JavaScript (JS) on your LinkedIn profile</h3>
</div>
<div>
<button id="prevbtn-js" class="prevbtn">
<li-icon
aria-hidden="true"
type="chevron-left-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M7 8l4 5.9L9.5 15 5.3 8.8a1.22 1.22 0 010-1.6L9.5 1 11 2.1z"
></path>
</svg>
</li-icon>
</button>
<button id="nextbtn-js">
<li-icon
aria-hidden="true"
type="chevron-right-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M9 8L5 2.07 6.54 1l4.2 6.15a1.5 1.5 0 010 1.69L6.54 15 5 13.93z"
></path>
</svg>
</li-icon>
</button>
</div>
</div>
<div id="slide-js" class="slide-m">
<div id="js-slide" class="slide-s"></div>
</div>
</div>
<!-- created js-course div -->
<div id="nr-course">
<div class="slide-btn">
<div>
<h3>New Releases</h3>
</div>
<div>
<button id="prevbtn-nr" class="prevbtn">
<li-icon
aria-hidden="true"
type="chevron-left-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M7 8l4 5.9L9.5 15 5.3 8.8a1.22 1.22 0 010-1.6L9.5 1 11 2.1z"
></path>
</svg>
</li-icon>
</button>
<button id="nextbtn-nr">
<li-icon
aria-hidden="true"
type="chevron-right-icon"
class="artdeco-button__icon"
size="small"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
width="16"
height="16"
focusable="false"
>
<path
d="M9 8L5 2.07 6.54 1l4.2 6.15a1.5 1.5 0 010 1.69L6.54 15 5 13.93z"
></path>
</svg>
</li-icon>
</button>
</div>
</div>
<div id="slide-nr" class="slide-m">
<div id="nr-slide" class="slide-s"></div>
</div>
</div>
</div>
<!-- footer-container -->
<div id="footer-container">
<div id="footer-top">
<a href="##">
<div>English (English)</div>
</a>
<div class="dot"></div>
<a href="##">
<div>About</div>
</a>
<div class="dot"></div>
<a href="##">
<div>Become an Instructor</div>
</a>
<div class="dot"></div>
<a href="##">
<div>Buy for my team</div>
</a>
<div class="dot"></div>
<a href="##">
<div>Help</div>
</a>
<div class="dot"></div>
<a href="##">
<div>Privacy & Terms</div>
</a>
<div class="dot"></div>
<a href="##">
<div>Accessibility</div>
</a>
<div class="dot"></div>
<a href="##">
<div>Apps</div>
</a>
</div>
<div id="footer-btm">
<div>
<li-icon
aria-hidden="true"
type="linkedin-logo"
size="21dp"
color="brand"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 84 21"
data-supported-dps="84x21"
width="84"
height="21"
focusable="false"
>
<g class="inbug" fill="none" fill-rule="evenodd">
<path
d="M82.042 0H64.146c-.856 0-1.583.677-1.583 1.511v17.977c0 .835.727 1.512 1.583 1.512h17.896c.857 0 1.52-.677 1.52-1.512V1.511C83.563.677 82.9 0 82.043 0"
class="bug-text-color"
fill="#FFF"
></path>
<path
d="M82.042 0H64.146c-.856 0-1.583.677-1.583 1.511v17.977c0 .835.727 1.512 1.583 1.512h17.896c.857 0 1.52-.677 1.52-1.512V1.511C83.563.677 82.9 0 82.043 0zM70.875 7.875h2.844v1.429c.41-.822 1.46-1.56 3.038-1.56 3.025 0 3.743 1.635 3.743 4.636v5.557h-3.063v-4.874c0-1.709-.41-2.672-1.452-2.672-1.446 0-2.048 1.039-2.048 2.672v4.874h-3.062V7.876zm-5.25 10.063h3.063V7.874h-3.063v10.063zm3.5-13.344a1.969 1.969 0 11-3.938 0 1.969 1.969 0 013.938 0z"
class="background"
fill="#0073B0"
></path>
</g>
<g class="linkedin-text">
<path
d="M59.5 17.938h-2.625v-1.532c-.478.727-1.87 1.663-3.281 1.663-2.99 0-4.944-1.892-4.944-4.944 0-2.803 1.641-5.381 4.506-5.381 1.287 0 2.576.25 3.282 1.225V3.063H59.5v14.874zm-5.578-7.482c-1.557 0-2.34.935-2.34 2.45 0 1.516.783 2.494 2.34 2.494s2.56-.978 2.56-2.494c0-1.515-1.003-2.45-2.56-2.45zM47.25 16.242c-.997 1.267-2.994 1.827-4.922 1.827-3.114 0-5.053-2.164-5.053-5.381 0-3.218 2.319-4.944 5.49-4.944 2.626 0 4.835 1.845 4.835 5.381 0 .547-.088.875-.088.875H40.25l.049.293c.174.964 1.208 1.457 2.412 1.457 1.017 0 1.778-.443 2.297-1.148l2.242 1.64zm-2.734-4.43c.02-1.038-.814-1.88-1.935-1.88-1.37 0-2.248.905-2.331 1.88h4.266z"
></path>
<path
d="M27.563 3.063h3.062v8.75l3.5-3.938h3.828l-4.266 4.594 4.102 5.469h-3.664l-3.5-4.813v4.813h-3.063zM16.188 7.875h2.625v1.477c.414-.79 1.766-1.608 3.28-1.608 3.156 0 3.72 1.862 3.72 4.56v5.633H22.75v-4.976c0-1.162.067-2.548-1.531-2.548-1.619 0-1.969 1.24-1.969 2.548v4.976h-3.063V7.876zM12.906 2.68c1.012 0 1.914.903 1.914 1.914 0 1.01-.902 1.914-1.914 1.914-1.01 0-1.914-.903-1.914-1.914s.904-1.914 1.914-1.914zm-1.531 15.258h3.063V7.874h-3.063v10.063zM0 3.063h3.063v11.812h6.562v3.063H0z"
></path>
</g>
</svg>
</li-icon>
</div>
<div>
<p>LinkedIn Corporation © 2022</p>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="index.js"></script>