-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
673 lines (589 loc) · 38.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/logo3.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Udemy</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="Container">
<div class="header">
<img style="cursor: pointer;" class="header-item logo" src="images/udemy.png" alt="">
<button style="cursor: pointer;" class="header-item Categories">Categories</button>
<input type="search" name="" id="" placeholder="Search for anything"
style="width: 700px; border-radius: 20px; height: 40px; background-color: white; border: 1px solid gray; text-align: left; padding-left: 40px; margin-top: 15px; margin-left: 15px;">
<div class="header-item icon">
<i class="material-icons search " style="padding-left: 10px; padding-top: 5px; color: gray;">
search
</i>
</div>
<button style="cursor: pointer;" class="header-item Udemy-Business">Udemy Business</button>
<button style="cursor: pointer;" class="header-item Udemy-Business">Teach on Udemy</button>
<div class="haeder-item Cart">
<i style="cursor: pointer;" class="material-icons-outlined cart">
shopping_cart
</i>
</div>
<div class="header-item ">
<input style="cursor: pointer;" class="login" type="button" value="Login">
</div>
<div class="header-item ">
<input style="cursor: pointer;" class="Sign-up" type="button" value="Sign up">
</div>
<div class="Language ">
<span class="material-icons-outlined language-icon" style="cursor: pointer;">
language
</span>
</div>
</div>
<div class="MainBody">
<div class="Topcarousel">
<div class="inner-box">
<h1 class="Caption">Built ready-for-anything teams</h1>
<p class="para" style="margin-top: -10px;">See why leading organizations choose to learn with Udemy Business.</p>
<div class="Demo-Button">
<button class="Request-Demo" style="cursor: pointer; height: 40px; margin-top: px;">Request Demo</button>
</div>
</div>
</div>
<h2 class="Caption-sub" style="width: 60%;" >Trusted by over 14,400 companies and millions of learners around the world</h2>
<div class="Companies">
<div class="item first"><img src="https://s.udemycdn.com/partner-logos/ou-v1/volkswagen.svg" alt="">
</div>
<div class="item second"><img src="https://s.udemycdn.com/partner-logos/ou-v1/samsung.svg" alt="">
</div>
<div class="item third"> <img src="https://s.udemycdn.com/partner-logos/ou-v1/cisco.svg" alt=""></div>
<div class="item four"> <img src="https://s.udemycdn.com/partner-logos/ou-v1/att.svg" alt=""></div>
<div class="item five"> <img src="https://s.udemycdn.com/partner-logos/ou-v1/procter_gamble.svg" alt="">
</div>
<div class="item six"> <img
src="https://s.udemycdn.com/partner-logos/ou-v1/hewlett_packard_enterprise.svg" alt=""></div>
<div class="item seven"> <img src="https://s.udemycdn.com/partner-logos/ou-v1/citi.svg" alt=""></div>
</div>
<div class="Course-section">
<h1 class="Caption course-caption">A broad selection of courses</h1>
<p class="para course-para">Choose from over 210,000 online video courses with new additions published
every month
</p>
<div class="course-options">
<button class="Options python">Python</button>
<button class="Options exel">Excel</button>
<button class="Options web">Web Development</button>
<button class="Options java">JavaScript</button>
<button class="Options data">Data Science</button>
<button class="Options aws">Amazon AWS</button>
<button class="Options draw">Drawing</button>
</div>
<div class="course-block">
<h2 style="font-weight: bold; padding: 50px; color: rgb(57, 51, 51);">Expand your career
opportunities with python</h2>
<p class="para para2">Take one of Udemy’s range of Python courses and learn how to code using this
incredibly useful language. Its <br> simple syntax and readability makes Python perfect for
Flask, Django, data science, and machine learning. You’ll <br>learn how to build everything from
games to sites to apps. Choose from a range of courses that will appeal to</p>
<button class="Explore" style="cursor: pointer;">Explore Python</button>
<div class="Courses">
<div class="CourseItem FirstCourse">
<img src="https://img-c.udemycdn.com/course/240x135/567828_67d0.jpg" alt="" srcset="">
</div>
<div class="CourseItem SecondCourse">
<img src="https://img-c.udemycdn.com/course/240x135/543600_64d1_4.jpg" alt="">
</div>
<div class="CourseItem ThirdCourse">
<img src="https://img-c.udemycdn.com/course/240x135/2485240_d405_7.jpg" alt="">
</div>
<div class="CourseItem FourthCourse">
<img src="https://img-c.udemycdn.com/course/240x135/950390_270f_3.jpg" alt="">
</div>
<div class="CourseItem FifthCourse">
<img src="https://img-c.udemycdn.com/course/240x135/2776760_f176_10.jpg" alt="">
</div>
</div>
<div class="Course-Details">
<div class="Detail Detail1">
<h3>The Complete Python Bootcamp From Zero to..</h3>
<p>Jose Portilla</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span>
<span class="material-icons">
star_border
</span>
<span class="material-icons">
star_border
</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3> <button
style="background-color: #eceb98; border: none; margin-top: 10px">Best Seller</button>
</div>
<div class="Detail Detail2">
<h3>Python:Master programming and..</h3>
<p>AI Sweigart</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons-outlined">
grade
</span><span class="material-icons-outlined">
grade
</span><span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3>
</div>
<div class="Detail Detail3">
<h3>Python for Data Science and Mechine Learning</h3>
<p>Kirill Eremenko Hadelin de Pontev...</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span>
<span class="material-icons-outlined">
grade
</span>
<span class="material-icons-outlined">
grade
</span>
<span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3>
</div>
<div class="Detail Detail4">
<h3>Mechine Learning A-Z <sup>TM</sup>AI,Python &R+ChatGOT</h3>
<p>Dev Nirwal</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons-outlined">
grade
</span>
<span class="material-icons-outlined">
grade
</span><span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3> <button
style="background-color: #eceb98; border: none; margin-top: 10px">Best Seller</button>
</div>
<div class="Detail Detail5">
<h3>100 Days of Code:The Complete Python Pro..</h3>
<p>Dr.Angela Yu</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3>
<button style="background-color: #eceb98; border: none; margin-top: 10px">Best
Seller</button>
</div>
</div>
</div>
<h1 class="Caption" style="margin-left: -40px;font-size: 25px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
margin-top: 90px;">How learners like you are achieving their goals
</h1>
<div class="User-Review">
<div class="Review ReviewOne">
<img style="height: 20px; padding: 20px;"
src="https://s.udemycdn.com/browse_components/student-quote-unit/quote.svg" alt="">
<p style="padding: 20px;">I am proud to say that after a few months of taking this course...I
passed my exam and am now an AWS Certified Cloud Practitioner! This content was exactly what
the CCP exam covered.</p>
<div
style="width: 40px; height: 40px; background-color: rgb(65, 59, 59); border-radius: 100px; margin: 20px;">
<h2 style="color: white; font-size: 15px; padding: 8px; padding-top: 12px;">WA <span>
<h3
style="margin-top: -20px; margin-left: 70px; width: 5cqi; color: rgb(77, 67, 67);">
Will A</h3>
</span>
<hr style="width: 350px; background-color: black; margin-top: 30px;">
</h2>
</div>
<div
style="width: 30px; height: 30px; background-color:#5624d0; border-radius: 100px; margin-top: 40px; margin-left: 25px;">
<span class="material-icons" style="margin: 3px; color: white;">
play_arrow
</span>
<h2 style="color: white; font-size: 15px; padding: 8px; margin-top: -15px;"><span>
<h3
style="margin-top: -20px; margin-left: 60px; width: 5cqi; color: #5624d0; width: 280px;">
[NEW] Ulitimate AWS Certificate Cloud Practitoner - 2002</h3>
</span>
</div>
</div>
<div class="Review ReviewOne">
<img style="height: 20px; padding: 20px;"
src="https://s.udemycdn.com/browse_components/student-quote-unit/quote.svg" alt="">
<p style="padding: 20px;">This course helped me freshen up on my product manager skills and land
a job at Facebook! Thanks guys :</p>
<div
style="width: 40px; height: 40px; background-color: rgb(65, 59, 59); border-radius: 100px; margin: 20px;">
<h2 style="color: white; font-size: 15px; padding: 8px; padding-top: 12px;">WA <span>
<h3
style="margin-top: -20px; margin-left: 70px; width: 5cqi; color: rgb(77, 67, 67);">
Will A</h3>
</span>
<hr style="width: 350px; background-color: black; margin-top: 30px;">
</h2>
</div>
<div
style="width: 30px; height: 30px; background-color:#5624d0; border-radius: 100px; margin-top: 40px; margin-left: 25px;">
<span class="material-icons" style="margin: 3px; color: white;">
play_arrow
</span>
<h2 style="color: white; font-size: 15px; padding: 8px; margin-top: -15px;"><span>
<h3
style="margin-top: -20px; margin-left: 60px; width: 5cqi; color: #5624d0; width: 280px;">
[NEW] Ulitimate AWS Certificate Cloud Practitoner - 2002</h3>
</span>
</div>
</div>
<div class="Review ReviewOne">
<img style="height: 20px; padding: 20px;"
src="https://s.udemycdn.com/browse_components/student-quote-unit/quote.svg" alt="">
<p style="padding: 20px; height: 20px;">One of the best courses on management and leadership I
have come across so far. The advice is practical, and examples highly relatable. Would help
anyone become a better manager.</p>
<div
style="width: 40px; height: 40px; background-color: rgb(65, 59, 59); border-radius: 100px; margin-top: 60px; margin-left: 20px;">
<h2 style="color: white; font-size: 15px; padding: 8px; padding-top: 12px;">WA <span>
<h3
style="margin-top: -20px; margin-left: 70px; width: 5cqi; color: rgb(77, 67, 67);">
Will A</h3>
</span>
<hr style="width: 350px; background-color: black; margin-top: 30px;">
</h2>
</div>
<div
style="width: 30px; height: 30px; background-color:#5624d0; border-radius: 100px; margin-top: 40px; margin-left: 25px;">
<span class="material-icons" style="margin: 3px; color: white;">
play_arrow
</span>
<h2 style="color: white; font-size: 15px; padding: 8px; margin-top: -15px;"><span>
<h3
style="margin-top: -20px; margin-left: 60px; width: 5cqi; color: #5624d0; width: 280px;">
[NEW] Ulitimate AWS Certificate Cloud Practitoner - 2002</h3>
</span>
</div>
</div>
</div>
<h2 class="Caption" style="font-size: 27px; margin-left: -40px; font-weight: bold;
margin-top: 35px;">Students are viewing</h2>
<div class="Recomended">
<div class="CourseItem FirstCourse">
<img src="https://img-c.udemycdn.com/course/240x135/567828_67d0.jpg" alt="" srcset="">
</div>
<div class="CourseItem SecondCourse">
<img src="https://img-c.udemycdn.com/course/240x135/543600_64d1_4.jpg" alt="">
</div>
<div class="CourseItem ThirdCourse">
<img src="https://img-c.udemycdn.com/course/240x135/2485240_d405_7.jpg" alt="">
</div>
<div class="CourseItem FourthCourse">
<img src="https://img-c.udemycdn.com/course/240x135/950390_270f_3.jpg" alt="">
</div>
<div class="CourseItem FifthCourse">
<img src="https://img-c.udemycdn.com/course/240x135/2776760_f176_10.jpg" alt="">
</div>
</div>
<div class="Recomended-details">
<div class="Detail Detail1">
<h3>The Complete Python Bootcamp From Zero to..</h3>
<p>Jose Portilla</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span>
<span class="material-icons">
star_border
</span>
<span class="material-icons">
star_border
</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3> <button
style="background-color: #eceb98; border: none; margin-top: 10px">Best Seller</button>
</div>
<div class="Detail Detail2">
<h3>Python:Master programming and..</h3>
<p>AI Sweigart</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons-outlined">
grade
</span><span class="material-icons-outlined">
grade
</span><span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3>
</div>
<div class="Detail Detail3">
<h3>Python for Data Science and Mechine Learning</h3>
<p>Kirill Eremenko Hadelin de Pontev...</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span>
<span class="material-icons-outlined">
grade
</span>
<span class="material-icons-outlined">
grade
</span>
<span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3>
</div>
<div class="Detail Detail4">
<h3>Mechine Learning A-Z <sup>TM</sup>AI,Python &R+ChatGOT</h3>
<p>Dev Nirwal</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons-outlined">
grade
</span>
<span class="material-icons-outlined">
grade
</span><span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3> <button
style="background-color: #eceb98; border: none; margin-top: 10px">Best Seller</button>
</div>
<div class="Detail Detail5">
<h3>100 Days of Code:The Complete Python Pro..</h3>
<p>Dr.Angela Yu</p>
<h4 class="Rateing" style="font-size: 15px; margin-bottom: -23px; margin-top: 15px;">4.7
</h4><span class="material-icons" style="margin-left: 30px; color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span class="material-icons" style="color: gold;">
star
</span><span>(22,222)</span>
<h3 class="Price" style="font-size: 15px; margin-top: 5px;">3,699</h3>
<button style="background-color: #eceb98; border: none; margin-top: 10px">Best
Seller</button>
</div>
</div>
<h2 class="Caption"
style="font-size: 25px; margin-left: -40px; margin-top: 20px; font-weight: bold; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
Top Categories</h2>
<div class="Categories-of-Course">
<div class="Image ca1">
<img src="images/ca1.jpg" alt="">
</div>
<div class="Image ca2">
<img src="images/ca2.jpg" alt="">
</div>
<div class="Image ca3">
<img src="images/ca3.jpg" alt="">
</div>
<div class="Image ca4">
<img src="images/ca4.jpg" alt="">
</div>
<div class="Category-name">
<div class="name name1"></div>
<h4>Design</h4>
<div class="name name2">
<h4>Development</h4>
</div>
<div class="name name3">
<h4>Marketing</h4>
</div>
<div class="name name4">
<h4>IT and Software</h4>
</div>
</div>
</div>
<div class="Categories-of-Course">
<div class="Image ca1">
<img src="images/ca5.jpg" alt="">
</div>
<div class="Image ca2">
<img src="images/ca6.jpg" alt="">
</div>
<div class="Image ca3">
<img src="images/ca7.jpg" alt="">
</div>
<div class="Image ca4">
<img src="images/ca8.jpg" alt="">
</div>
<div class="Category-name">
<div class="name name1"></div>
<h4>Perspnal Development</h4>
<div class="name name2">
<h4>Business</h4>
</div>
<div class="name name3">
<h4>Photography</h4>
</div>
<div class="name name4">
<h4>Music</h4>
</div>
</div>
</div>
<h2 style="margin-top: 100px; margin-left: 10px;">Featured topics by category
</h2>
<div class="Category-by-name-and-endrolment">
<div class="trending Development">
<h1 style="font-size: 20px;">Development</h1>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Python</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">36,345,944 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Web Development</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">11,345,944 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Mechine Learning</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">10,305,944 students</p>
</div>
<div class="trending Business"> <h1 style="font-size: 20px;">Business</h1>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Financial Analysis</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">11,125,00 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">SQL</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">5,977,561 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Python</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">36,345,944 students</p></div>
<div class="trending It-and-software"> <h1 style="font-size: 20px;">IT and Software</h1>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Amazon AWS</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">36,345,944 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Ethical Hacking</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">10,931,066 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Cyber Security</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">36,345,944 students</p>
</div>
<div class="trending Design"> <h1 style="font-size: 20px;">Design</h1>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Photoshop</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">36,345,944 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Graphic Design</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">3,381,052 students</p>
<a style="font-weight: bold; margin-top: 30px; color: #401b9c;" href="">Drawing</a>
<p style="font-size: 13px; margin-top: 10px; color: gray;">2,410,849 students</p></div>
</div>
<button type="button" style="height: 50px; margin-top: 20px; margin-left: 30px; border: 1px solid black; color: black; font-weight: bold;cursor: pointer; ">Explore more topics</button>
<div class="teach-with-udemy">
<div class="section left-section">
<img style="width: 200px;" src="https://www.udemy.com/staticx/udemy/images/v7/logo-ub.svg" alt="">
<h1 class="Caption" style="margin-top: 30px; margin-left: -40px; color: black;">Upskill your team with Udemy Business</h1>
<ul>
<li class="udemy-business-caption">Unlimited access to 22,000+ top Udemy courses, anytime, anywhere</li>
<li class="udemy-business-caption">International course collection in 14 languages
</li>
<li class="udemy-business-caption">Top certifications in tech and business
</li>
</ul>
<div class="Bisuness-button">
<button class="button1" style="width: 190px; height: 50px; background-color: rgb(16, 15, 15); color: white; font-weight: bold;font-size: 15px; cursor: pointer;">Get Udemy Business</button>
<button class="button2" style="width: 150px; height: 50px; background-color: white; color: rgb(0, 0, 0); font-weight: bold;font-size: 15px; cursor: pointer;">Learn more</button>
</div>
</div>
<div class="section right-section">
<img src="images/bgimage.jpg" alt="">
</div>
</div>
<div class="customer-story-card-outer">
<div class="customer-story">
<div class="story left">
<img style="height: 20px; "
src="https://s.udemycdn.com/browse_components/student-quote-unit/quote.svg" alt="">
<p style="margin-top: 20px;">Thanks to Udemy Business, Booz Allen has armed our workforce, specifically its <b>data scientists, with highly relevant and in-demand tech skills that are</b> enabling consultants to stay ahead of big data trends and raise the bar on proficiency, skills, and competencies to meet client demand.</p>
<button style="background-color: transparent; border: none; font-weight: bolder; margin-top: 30px; color: #401b9c; cursor: pointer; font-size: 15px; text-decoration:underline;" type="button">Read full story</button>
</div>
<div class="story right">
<div class="profile-icon">
</div>
<h4 style="margin-left: 30%; margin-top: 30px; font-size: 20px;">Jim Hengen</h4>
<p style="margin-left: 37%; margin-top: 5px; ">Principal</p>
<p style="margin-left: 27%; margin-top: 25px; ">Booz Allen Hamilton
</p>
</div>
</div>
</div>
<button style="margin-left: 50%; background-color: transparent; border: none; color: #5624d0; font-weight: bold; text-decoration: underline; cursor: pointer;" type="button ">View more customer stories</button>
<div class="instructor-outer">
<div class="instructor-left"></div>
<div class="instructor-right">
<h1 class="Caption">Become an instructor</h1>
<p style="margin-top: 30px; font-size: 20px; margin-left: 40px;">Instructors from around the world teach <br>
millions of students on Udemy. We provide the <br>tools and skills to teach what you love.
</p>
</div>
</div>
</div>
</div>
<div class="footer-outer">
<div class="quick-access-outer">
<div class="quick quick-access1">
<ul style="margin-top: 50px; list-style-type: none;">
<li class="udemy-business-caption" style="color: white;font-size: 15px;">Udemy Business</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;" >Teach on Udemy</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;">Get the app</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;">About us</li>
<li class="udemy-business-caption"style="color: white; font-size: 15px; ">Countact us</li>
<li><img style="width: 100px; margin-top: 50px; margin-left: -20px;" src="images/white-ogo.png" alt=""></li>
</ul>
</div>
<div class="quick quick-access2"><ul style="margin-top: 50px;list-style-type: none;">
<li class="udemy-business-caption" style="color: white;font-size: 15px;">Udemy Business</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;" >Teach on Udemy</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;">Get the app</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;">About us</li>
<li class="udemy-business-caption"style="color: white; font-size: 15px; ">Countact us</li>
</ul></div>
<div class="quick quick-access3"><ul style="margin-top: 50px;list-style-type: none;">
<li class="udemy-business-caption" style="color: white;font-size: 15px;">Udemy Business</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;" >Teach on Udemy</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;">Get the app</li>
<li class="udemy-business-caption"style="color: white;font-size: 15px;">About us</li>
<li class="udemy-business-caption"style="color: white; font-size: 15px; ">Countact us</li>
</ul></div>
</div>
<div class="Language-option">
<div class="language-box">
<span class="material-icons-outlined language-icon" style="cursor: pointer; color: white; margin-top: 10px;">
language
</span><span style="color: white; margin-left: 20px;">Language</span>
<p style="color: white; margin-top: 240px;font-size: 12px; margin-left: 50px;">© 2023 Udemy, Inc.</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>