-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
530 lines (498 loc) · 30.3 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
<!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>Document</title>
<script src="https://kit.fontawesome.com/838022ab7e.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="hp.css"/>
<link rel="stylesheet" href="./footer/footer.css"/>
<link rel="stylesheet" href="./sharadstyles/navbar.css">
</head>
<style>
#data123
{
height:auto ;
width:348px;
border:none;
overflow-y: scroll;
cursor: pointer;
text-align: justify;
margin-left: 12px;
max-height: 200px;
margin-top: 15px;
}
#input123
{
width:350px;
height: 50px;
margin: 10.5px 0px 0px 10px;
}
</style>
<body>
<!-- //////////////////////////////// navbar ///////////////////// -->
<div id="navbar">
<div class="navpart1">
<div>
<img id="courseImg12" src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZpZXdCb3g9IjAgMCAxMTU1IDE2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiPjxwYXRoIGQ9Ik0xNTkuNzUgODEuNTRjMC00NC40OSAzNi42My04MC40NyA4Mi40My04MC40NyA0Ni4xMiAwIDgyLjc2IDM2IDgyLjc2IDgwLjQ3IDAgNDQuMTYtMzYuNjQgODAuOC04Mi43NiA4MC44LTQ1LjggMC04Mi40My0zNi42OC04Mi40My04MC44em0xMjUuNjEgMGMwLTIyLjI0LTE5LjMtNDEuODctNDMuMTgtNDEuODctMjMuNTUgMC00Mi44NSAxOS42My00Mi44NSA0MS44NyAwIDIyLjU3IDE5LjMgNDIuMiA0Mi44NSA0Mi4yIDIzLjkyIDAgNDMuMTgtMTkuNjMgNDMuMTgtNDIuMnptNzA1LjYzIDEuMzFjMC00OC43NCAzOS41OC04MS43OCA3NS41Ny04MS43OCAyNC41MyAwIDM4LjYgNy41MiA0OC4wOCAyMS45MmwzLjc3LTE5aDM2Ljc5djE1NS40aC0zNi43OWwtNC43NS0xNmMtMTAuNzkgMTEuNzgtMjQuMjEgMTktNDcuMSAxOS0zNS4zMy0uMDUtNzUuNTctMzEuMTMtNzUuNTctNzkuNTR6bTEyNS42MS0uMzNjLS4wOS0yMy41MjctMTkuNDctNDIuODM1LTQzLTQyLjgzNS0yMy41OSAwLTQzIDE5LjQxMS00MyA0M3YuMTY1YzAgMjEuNTkgMTkuMyA0MC44OSA0Mi44NiA0MC44OSAyMy44NSAwIDQzLjE0LTE5LjMgNDMuMTQtNDEuMjJ6TTk0NS43OCAyMlY0aC00MC4yM3YxNTUuMzloNDAuMjNWNzUuNjZjMC0yNS4xOSAxMi40NC0zOC4yNyAzNC0zOC4yNyAxLjQzIDAgMi43OS4xIDQuMTIuMjNMOTkxLjM2LjExYy0yMC45Ny4xMS0zNi4xNyA3LjMtNDUuNTggMjEuODl6bS00MDQuMjcuMDF2LTE4bC00MC4yMy4wOS4zNCAxNTUuMzcgNDAuMjMtLjA5LS4yMi04My43MmMtLjA2LTI1LjE4IDEyLjM1LTM4LjI5IDMzLjkzLTM4LjM0IDEuMzc2LjAwNCAyLjc1Mi4wODEgNC4xMi4yM0w1ODcuMSAwYy0yMSAuMTctMzYuMjIgNy4zOS00NS41OSAyMi4wMXpNMzM4Ljg4IDk5LjJWNC4wMWg0MC4yMlY5NC4zYzAgMTkuOTUgMTEuMTIgMzEuNzMgMzAuNDIgMzEuNzMgMjEuNTkgMCAzNC0xMy4wOSAzNC0zOC4yOFY0LjAxaDQwLjI0djE1NS4zOGgtNDAuMjF2LTE4Yy05LjQ4IDE0LjcyLTI0Ljg2IDIxLjkyLTQ2LjEyIDIxLjkyLTM1Ljk4LjAxLTU4LjU1LTI2LjE2LTU4LjU1LTY0LjExem0zOTEuNzQtMTcuNDhjLjA5LTQzLjUxIDMxLjIzLTgwLjc0IDgwLjYyLTgwLjY1IDQ1LjguMDkgNzguMTEgMzYuNzggNzggODAgLjAxIDQuMjczLS4zMyA4LjU0LTEgMTIuNzZsLTExOC40MS0uMjJjNC41NCAxOC42NSAxOS44OSAzMi4wOSA0My4xMiAzMi4xNCAxNC4wNiAwIDI5LjEyLTUuMTggMzguMy0xNi45NGwyNy40NCAyMmMtMTQuMTEgMTkuOTMtMzkgMzEuNjYtNjUuNDggMzEuNjEtNDYuNzUtLjE2LTgyLjY3LTM1LjIzLTgyLjU5LTgwLjd6bTExOC4xMi0xNi4xNGMtMi4yNi0xNS43LTE4LjU5LTI3Ljg0LTM3Ljg5LTI3Ljg3LTE4LjY1IDAtMzMuNzEgMTEuMDYtMzkuNjMgMjcuNzNsNzcuNTIuMTR6bS0yNjEuNCA1OS45NGwzNS43Ni0xOC43MmM1LjkxIDEyLjgxIDE3LjczIDIwLjM2IDM0LjQ4IDIwLjM2IDE1LjQzIDAgMjEuMzQtNC45MiAyMS4zNC0xMS44MiAwLTI1LTg0LjcxLTkuODUtODQuNzEtNjcgMC0zMS41MiAyNy41OC00OC4yNiA2MS43Mi00OC4yNiAyNS45NCAwIDQ4LjkyIDExLjQ5IDYxLjQgMzIuODNsLTM1LjQ0IDE4Ljc1Yy01LjI1LTEwLjUxLTE1LjEtMTYuNDItMjcuNTgtMTYuNDItMTIuMTQgMC0xOC4wNiA0LjI3LTE4LjA2IDExLjQ5IDAgMjQuMyA4NC43MSA4Ljg3IDg0LjcxIDY3IDAgMzAuMjEtMjQuNjIgNDguNTktNjQuMzUgNDguNTktMzMuODItLjAzLTU3LjQ2LTExLjE5LTY5LjI3LTM2Ljh6TTAgODEuNTRDMCAzNi43MyAzNi42My43NCA4Mi40My43NGMyNy45NDctLjE5NiA1NC4xODIgMTMuNzM3IDY5LjY3IDM3bC0zNC4zNCAxOS45MmE0Mi45NzIgNDIuOTcyIDAgMDAtMzUuMzMtMTguMzJjLTIzLjU1IDAtNDIuODUgMTkuNjMtNDIuODUgNDIuMiAwIDIyLjU3IDE5LjMgNDIuMiA0Mi44NSA0Mi4yYTQyLjUwMiA0Mi41MDIgMCAwMDM2LjMxLTIwbDM0IDIwLjI4Yy0xNS4zMDcgMjMuOTU1LTQxLjkwMiAzOC40MzEtNzAuMzMgMzguMjhDMzYuNjMgMTYyLjM0IDAgMTI1LjY2IDAgODEuNTR6IiBmaWxsPSIjMDA1NkQyIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=" alt="coursera">
</div>
<div class="dropdown">
<button class="dropbtn">Explore
<i class="fa fa-caret-down"></i>
</button>
<!-- <div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div> -->
</div>
<div>
<input type="text" oninput="debounce(main,100)" id="input123">
<div id="data123"></div>
</div>
<div>
<button class="search"><i class="fa-solid fa-magnifying-glass"></i></button>
</div>
</div>
<div class="navpart2">
<h5><a href="./onlinedegrees1.html" style="color:black; text-decoration:none">Online Degrees</a> </h5>
<h5> <a href="./findyourcareer.html" style="color:black; text-decoration:none">Find your New Career</a> </h5>
<h5> <a href="./ForBusinessEnterprise.html" style="color:black; text-decoration:none"> For Enterprise</a></h5>
<h5>For universities</h5>
<div class="bellicon">
<i class="fa-solid fa-bell"></i>
</div>
</div>
<div class="navpart3">
<a href="./signup.html">
<div class="loginicon">
<i class="fa-solid fa-user-large"></i>
</div>
</a>
<div> <h4 id="username"></h4></div>
</div>
</div>
<!-- //////////////////////////////// navbar end ///////////////////// -->
<div id="main">
<!-- <div id="a">Advance your career with certificate programs from Google, IIT Bombay, IIT Roorkee, and more. <u> Learn more.</u> <i class="fa-regular fa-rectangle-xmark"></i></div> -->
<div id="a2">
<div id="b">
<div id="b1">Learn Without Limits</div>
<div id="b2">Open your door to more with world-class Professional Certificates and degrees.</div>
<div id="b3">
<div id="b31"> <a style ="color: white; text-decoration: none;"href="./signup.html">Join For Free</a></div>
<div id="b32">Try Coursera for business</div>
</div>
</div>
<div id="c">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/33EmCuyKJT5MD5DOiYCcCV/1ce227e348fbe7de7f0b9305707700e4/IN_HERO_C_NOV21.png?auto=format%2Ccompress&dpr=1&w=459&h=497&q=40"/>
</div>
</div>
<div id="grey_box">
<div id="grey_head">We collaborate with 200+ leading universities and companies</div>
<div id="logo">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/4EkFx0GeevuYlQyB7sC2y4/4b9d715ad3ab3d50641d7f677c4804c6/IIT_Bombay.png?auto=format%2Ccompress&dpr=1&w=&h=37">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/7vM8QjnKMPx9iWPBLDAeSI/9acdbc853fc01ce38df8fa67896a09bf/Indian_Institute_of_Technology_Roorkee_logo.png?auto=format%2Ccompress&dpr=1&w=&h=37">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/6intvCoriH8oDkbGSSlqm5/ceedf032a54cbc1fb7d2ab53a5b291a0/1200px-IIM_Calcutta_Logo.svg.png?auto=format%2Ccompress&dpr=1&w=&h=37">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/1c6RjBHi3Lqb9QpWxje7iA/b529f909c5230af3210ba2d47d149620/google.png?auto=format%2Ccompress&dpr=1&w=&h=37">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/9V0ZHPEeFBPLlhvvCnS0x/0310b67e486733af9c9b1ba8be8d072b/ISB_transparent_logo.png?auto=format%2Ccompress&dpr=1&w=&h=37">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/4FSFmNXuDIzTvFb7n0v4mK/704ae9e0a7981fb6415f4cb4609bbbb3/stanford.svg?auto=format%2Ccompress&dpr=1&w=&h=27">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/3bmmVE1BHvDQUFldOXgDQe/75409a97cfd2ee95178b05d475eaaf04/meta.png?auto=format%2Ccompress&dpr=1&w=&h=37">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/60SA8pGxPXMmJf4n7umK1H/ccec31bbe2358210bf8391dcba6cd2f1/umich.png?auto=format%2Ccompress&dpr=1&w=&h=55">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/a2AuMXiugp5PM6uun7iCA/4fe0cdee6bd59fec786d3feb24bacfd8/1200px-Amazon_Web_Services_Logo.svg.png?auto=format%2Ccompress&dpr=1&w=&h=37">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/4adnkcJIgVKTinBB0j9GF8/5fe5eecf60bf305dd0a7ce40bb721cd9/ibm.png?auto=format%2Ccompress&dpr=1&w=&h=32">
</div>
</div>
<div class="info">
<div class="info1">Professional Certificates</div>
<div class="info2">Get job-ready for an in-demand career</div>
<div class="info3">Break into a new field like information technology or data science. No prior experience necessary to get started.</div>
</div>
<section class="product">
<button class="pre-btn"><img src="./components/images/arrow.png" alt=""></button>
<button class="nxt-btn"><img src="./components/images/arrow.png" alt=""></button>
<div class="product-container" id="firstslide">
<div class="product-card">
<img src="./components/images/img1.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img2.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img3.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img4.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img5.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img6.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img7.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img8.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img9.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img10.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img11.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img12.png" alt="">
</div>
</div>
</section>
<div class="dots" >
<div class="dots1"id="1dots"></div>
<div id="2dots"></div>
<div id="3dots"></div>
</div>
<div class="certi">Explore Certificates <i class="fa-solid fa-arrow-right-long"></i></div>
<div class="info">
<div class="info1">Master's and Bachelor's Degrees</div>
<div class="info2">Find a top degree that fits your life</div>
<div class="info3">Breakthrough pricing on 100% online degrees from top universities.</div>
</div>
<section class="product">
<button class="pre-btn"><img src="./components/images/arrow.png" alt=""></button>
<button class="nxt-btn"><img src="./components/images/arrow.png" alt=""></button>
<div class="product-container" id="firstslide">
<div class="product-card">
<img src="./components/images/img13.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img14.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img15.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img16.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img17.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img18.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img19.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img20.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img21.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img22.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img23.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img24.png" alt="">
</div>
</div>
</section>
<div class="dots" >
<div class="dots1"id="1dots"></div>
<div id="2dots"></div>
<div id="3dots"></div>
</div>
<div class="certi">Explore Certificates <i class="fa-solid fa-arrow-right-long"></i></div>
<div class="info">
<div class="info1">Courses and Specializations</div>
<div class="info2">Advance your career with new skills</div>
<div class="info3">Choose from over 4,000 courses in topics like business analytics, graphic design, Python, and more.</div>
</div>
<section class="product">
<button class="pre-btn"><img src="./components/images/arrow.png" alt=""></button>
<button class="nxt-btn"><img src="./components/images/arrow.png" alt=""></button>
<div class="product-container" id="firstslide">
<div class="product-card">
<img src="./components/images/img25.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img26.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img27.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img28.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img29.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img30.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img31.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img32.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img33.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img34.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img35.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img36.png" alt="">
</div>
</div>
</section>
<div class="dots" >
<div class="dots1"id="1dots"></div>
<div id="2dots"></div>
<div id="3dots"></div>
</div>
<div class="certi">Explore Certificates <i class="fa-solid fa-arrow-right-long"></i></div>
<div class="info">
<div class="info1">100% Free</div>
<div class="info2">Start Learning with Free Courses</div>
<div class="info3">Free online courses from the world's top universities and companies.</div>
</div>
<section class="product">
<button class="pre-btn"><img src="./components/images/arrow.png" alt=""></button>
<button class="nxt-btn"><img src="./components/images/arrow.png" alt=""></button>
<div class="product-container" id="firstslide">
<div class="product-card">
<img src="./components/images/img37.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img38.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img39.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img40.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img41.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img42.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img43.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img44.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img45.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img46.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img47.png" alt="">
</div>
<div class="product-card">
<img src="./components/images/img48.png" alt="">
</div>
</div>
</section>
<div class="dots" >
<div class="dots1"id="1dots"></div>
<div id="2dots"></div>
<div id="3dots"></div>
</div>
<div class="certi">Explore Certificates <i class="fa-solid fa-arrow-right-long"></i></div>
<div id="exp">
<div id="ex1">Explore Coursera</div>
<div id="ex2">
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/data_science.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Data Science</div>
<div class="cors2">425 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/business.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Business</div>
<div class="cors2">1095 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/computer_science.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Computer Science</div>
<div class="cors2">668 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/health.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Health</div>
<div class="cors2">471 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/social_sciences.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Social Science</div>
<div class="cors2">401 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/personal_development.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Personal Development</div>
<div class="cors2">137 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/arts_and_humanities.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Arts and Humanities</div>
<div class="cors2">338 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/physical_science_and_engineering.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Physical science and Engineering</div>
<div class="cors2">413 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/language_learning.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Languange Learning</div>
<div class="cors2">150 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/information_technology.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Information Technology</div>
<div class="cors2">145 Courses</div>
</div>
</div>
<div class="k">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/browse/domains/math_and_logic.png?auto=format%2Ccompress&dpr=1&fit=crop&h=100"/>
<div class="cors">
<div class="cors1">Math and Logic</div>
<div class="cors2">70 Courses</div>
</div>
</div>
</div>
</div>
<div id="skybox">
<div id="img1">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/2QjC04BM3lOBkCBTcgcCiz/46dbd19b10b3a36350b1c39cc40b599d/ThreeImages-Marketing.png?auto=format%2Ccompress&dpr=1&w=606&h=553&q=40"/>
</div>
<div id="data">
<div id="d1">World-class learning for you</div>
<div id="d2">Pursue a promotion, a raise, or switch careers. 89% of learners who have taken a course report career benefits.</div>
<div id="d3"> - Coursera Learner Outcome Survey, India (2021)</div>
<div class="d3">Join For Free</div>
</div>
</div>
<div id="community">
<div id="com1">From the Coursera community</div>
<div id="com2">87+ million people are already learning on Coursera</div>
<div id="com3">
<div id="com31">
<img src="./components/images/bharathan.png" alt="">
<div class="q1">Bharathan</div>
<div class="q2">Deep learning specialization</div>
<div class="q3">Gujrat</div>
<div class="q4"></div>
<div class="q5">"The knowledge I gained through the Machine Learning and Deep Learning courses helped me land an internship."</div>
</div>
<div id="com31">
<img src="./components/images/enaveen.png" alt="">
<div class="q1">E. Naveen</div>
<div class="q2">Google IT professional Certificate</div>
<div class="q3">Telangana</div>
<div class="q4"></div>
<div class="q5">"Google's IT Support certificate allowed me to get a foot in the door for the roles I went after, thereby allowing me to convert an offer."</div>
</div>
<div id="com31">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/4h4M25YRzZCUn0c00R89br/65ac983516b30ec75a762ec9fcd47ef1/umakant.png?auto=format%2Ccompress&dpr=1&w=202&h=202&q=40" alt="">
<div class="q1">Uma K</div>
<div class="q2">IBM Data Science Professional Certificate</div>
<div class="q3">Bihar</div>
<div class="q4"></div>
<div class="q5">"The IBM Data Science Professional Certificate has continued to open doors for me."</div>
</div>
<div id="com31">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/PrIvmSLiG4acl5kOHEPFF/95e4d58ea4152ecb8d5f3f24973ed8bd/manmeet.png?auto=format%2Ccompress&dpr=1&w=202&h=202&q=40" alt="">
<div class="q1">Manmeet G</div>
<div class="q2">IBM Cybersecurity Analyst</div>
<div class="q3">Gujrat</div>
<div class="q4"></div>
<div class="q5">"The most Amazing thing about this (IBM cybersecurity Analyst) program is the certified and experienced instructors."</div>
</div>
</div>
</div>
<div id="newbox">
<div class="n1">
<div class="info2">Coursera for Business</div>
<div class="info3">Get world-class training and development programs developed by top universities and companies. All on Coursera for Business.</div>
<div id="bt">
<div class="bt1">Coresera for Enterprise</div>
<div class="bt1">Corsera for Teams</div>
</div>
</div>
<div class="n1">
<div id="n11">Thousands of institutions use Coursera's enterprise offering.</div>
<div>
<div class="logo2">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/2SUxbvCqY1DfFP6aprn1DW/0ff43fdadfb3d8ef2ab606a33da9c060/logo-mindtree-color.png?auto=format%2Ccompress&dpr=1&w=90&h=30&q=40"/>
<img src="https://images.ctfassets.net/wp1lcwdav1p1/2gSh2ySvHF7nLxtb9dlQEt/764bae06b9276de25caa4ed11bf14000/tata.svg"/>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/3YzQz3Vh4YTiGqLELGNyu9/722d2f138687a1cef279e637f71e7ead/logo-reliance-industries-color.png?auto=format%2Ccompress&dpr=1&w=90&h=30&q=40"/>
</div>
<div class="logo2">
<img src="https://images.ctfassets.net/wp1lcwdav1p1/41QtOC7ZCIBCQa7hslWPne/265786c423394ff4b8ccc0717355593e/axisbank.svg"/>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/6EliaRChToTNA8VBDbD0vj/0cd6751a3fde4dca165c40eadfdb1bc0/logo-generalelectric-color.png?auto=format%2Ccompress&dpr=1&w=90&h=30&q=40"/>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/R60gBTM79KUHbqnvpypJL/bfba4ab09adbf049303409b97d996176/logo-mahindra-color.png?auto=format%2Ccompress&dpr=1&w=90&h=30&q=40"/>
</div>
</div>
</div>
</div>
<div id="lastbox">
<div>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/front-page-rebrand/secondary-consumer-cta/Image-Next-Step.png?auto=format%2Ccompress&dpr=1&w=471&h=330&q=40"/>
</div>
<div>
<div id="d1">Take the next step toward your personal and professional goals with Coursera.</div>
<div id="d2">Join now to receive personalized recommendations from the full Coursera catalog.</div>
<div class="d3"><a href="./signup.html" style="color:#fff; text-decoration:none">Join For Free</a></div>
</div>
</div>
<div id="footer"></div>
</div>
</body>
</html>
<script src="slide.js"></script>
<script type="module">
//what is a module?
//more flexible and more powerful j.s file
import footer from "./hmfooter.js";
console.log("footer:",footer);
let foot = document.getElementById("footer")
foot.innerHTML = footer();
</script>
<script src="./search.js"></script>