-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
641 lines (628 loc) · 19 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
<!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>landing page</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<link rel="stylesheet" href="/navbar.css" />
<link rel="stylesheet" href="/footer.css" />
<link rel="stylesheet" href="/index.css" />
</head>
<body>
<div id="navbar">
<div>
<img
onclick="window.location.href='index.html'"
src="https://static.naukimg.com/s/4/100/i/naukri_Logo.png"
alt="navLogo"
/>
</div>
<div id="navJob">
<div id="com1">
<p onclick="window.location.href='naukri.html'">Jobs</p>
<div class="hov1">
<h3>Popular categories</h3>
</div>
</div>
<div id="com2">
<p onclick="window.location.href='navcompnies.html'">companies</p>
<div class="hov2">
<h4>Explore categories</h4>
</div>
</div>
<div id="com3">
<p onclick="window.location.href='naukri.html'">Services</p>
<div class="hov3">
<h4>Resume writing</h4>
</div>
</div>
<div id="com4">
<p onclick="window.location.href='company.html'">Resources</p>
<div class="hov4">
<h4>Free resume_resources</h4>
</div>
</div>
</div>
<div id="navbtn">
<button onclick="window.location.href='login.html'">Login</button>
<button onclick="window.location.href='signup.html'">Register</button>
</div>
<div>
<select name="employ" id="navEmploy">
<option value="">For employers</option>
<option value="Buy online">Buy online</option>
<option value="our hiring solutions">Our Hiring Solutions</option>
<option value="Employer Login">Employer Login</option>
</select>
</div>
</div>
<!-- body -->
<div id="land_head">
<h1>Find your dream job now</h1>
<h3>5 lakh + jobs for you to explore</h3>
</div>
<div id="searchBox">
<!-- <div>Enter skills/designation/companies</div> -->
<input
type="text"
placeholder="Enter skills/designation"
id="input1"
class="searchJob"
/>
<div>
<select name="" id="navExp">
<option value="">Select experience</option>
<option value="Fresher">Fresher</option>
<option value="1 year">1 year</option>
<option value="2 years">2 years</option>
<option value="3 years">3 years</option>
<option value="4 years">4 years</option>
<option value="5 years">5 years</option>
<option value="more than 5 years">More than 5 years</option>
</select>
</div>
<!-- <div>Enter location</div> -->
<input
type="text"
placeholder="Enter location"
id="input2"
class="searchJob"
/>
<button id="searchButton_1">Search</button>
</div>
<div id="getBox">
<div>
<p>1. Get discovered</p>
<p>2. Get connected</p>
<p>3. Get hired</p>
</div>
<div>
<p>Become searchable by top cpmpanies in your domain</p>
<p>Companies search for candidate CV's directly for open position</p>
<button id="reg_for_free">Register for free</button>
</div>
</div>
<h1>Trending on Naukri today</h1>
<div id="remote">
<div>
<img
src="https://static.naukimg.com/s/0/0/i/trending-naukri/remote.svg"
alt="remote"
/>
<h3>Remote <i class="fa-solid fa-angle-right"></i></h3>
<p>6.2k+ Jobs</p>
</div>
<div>
<img
src="https://static.naukimg.com/s/0/0/i/trending-naukri/mnc.svg"
alt="mnc"
/>
<h3>MNC <i class="fa-solid fa-angle-right"></i></h3>
<p>6.2k+ Jobs</p>
</div>
<div>
<img
src="https://static.naukimg.com/s/0/0/i/trending-naukri/engineering.svg"
alt="eng"
/>
<h3>Engineering <i class="fa-solid fa-angle-right"></i></h3>
<p>2.9k+ Jobs</p>
</div>
<div>
<img
src="https://static.naukimg.com/s/0/0/i/trending-naukri/fortune-500.svg"
alt="fortune-500"
/>
<h3>Fortune 500 <i class="fa-solid fa-angle-right"></i></h3>
<p>23.3K+ Jobs</p>
</div>
<div>
<img
src="https://static.naukimg.com/s/0/0/i/trending-naukri/sales.svg"
alt="sales"
/>
<h3>Sales <i class="fa-solid fa-angle-right"></i></h3>
<p>9.6K+ Jobs</p>
</div>
</div>
<h1>Explore top companies hiring now</h1>
<div id="mnc">
<div>
<h3>MNCs <i class="fa-solid fa-angle-right"></i></h3>
<p>1.3K+ are actively hiring</p>
<div class="mncImages">
<img
src="https://img.naukimg.com/logo_images/groups/v1/8886.gif"
alt=""
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/360296.gif"
alt=""
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1019640.gif"
alt=""
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/52702.gif"
alt=""
/>
</div>
</div>
<div>
<h3>Fortune 500 <i class="fa-solid fa-angle-right"></i></h3>
<p>91 are actively hiring</p>
<div class="mncImages">
<img
src="https://img.naukimg.com/logo_images/groups/v1/1013592.gif"
alt="a"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/434716.gif"
alt="b"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1718706.gif"
alt="c"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/255972.gif"
alt="d"
/>
</div>
</div>
<div>
<h3>Unicorns <i class="fa-solid fa-angle-right"></i></h3>
<p>82 are actively hiring</p>
<div class="mncImages">
<img
src="https://img.naukimg.com/logo_images/groups/v1/3191404.gif"
alt="e"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1284194.gif"
alt="f"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/3989906.gif"
alt="g"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/2257208.gif"
alt="h"
/>
</div>
</div>
<div>
<h3>Startups <i class="fa-solid fa-angle-right"></i></h3>
<p>171 are actively hiring</p>
<div class="mncImages">
<img
src="https://img.naukimg.com/logo_images/groups/v1/4614879.gif"
alt="i"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1377846.gif"
alt="j"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/2444130.gif"
alt="k"
/>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1284194.gif"
alt="l"
/>
</div>
</div>
</div>
<h1>Featured companies actively hiring</h1>
<div id="viewCards">
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v2/4577755.gif"
alt="acco"
/>
<p>Accolite Digital</p>
<p>⭐3.9 | 213 reviews</p>
<p>Digital transformation</p>
<p>services provider</p>
<button>View jobs</button>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v2/47784.gif"
alt="acco"
/>
<p>Mindtree</p>
<p>⭐4.1 | 3.1K+ reviews</p>
<p>Digital transformation</p>
<p>services provider</p>
<button>View jobs</button>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v2/18850.gif"
alt="acco"
/>
<p>Oracle</p>
<p>⭐3.9 | 5.3K+ reviews</p>
<p>Digital transformation</p>
<p>services provider</p>
<button>View jobs</button>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v2/21746.gif"
alt="acco"
/>
<p>Accolite Digital</p>
<p>⭐4.1 | 213 reviews</p>
<p>Digital transformation</p>
<p>services provider</p>
<button>View jobs</button>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v2/194354.gif"
alt="acco"
/>
<p>Accolite Digital</p>
<p>⭐3.9 | 20.4K+ reviews</p>
<p>Digital transformation</p>
<p>services provider</p>
<button>View jobs</button>
</div>
</div>
<button id="viewAll">View all companies</button>
<div id="discover">
<div>
<img
src="https://static.naukimg.com/s/0/0/i/role-collection.png"
alt="dic"
/>
<div id="dis">
<h2>Discover jobs across popular roles</h2>
<p>Select a role and we'll show you relevant jobs for it!</p>
</div>
</div>
<div id="fullStack">
<div>
<h3>Full Stack Developer</h3>
<p>21.5K+ jobs <i class="fa-solid fa-angle-right"></i></p>
</div>
<div>
<h3>Front End Developer</h3>
<p>2.1K+ jobs <i class="fa-solid fa-angle-right"></i></p>
</div>
<div>
<h3>Beck End Developer</h3>
<p>2.9K+ jobs <i class="fa-solid fa-angle-right"></i></p>
</div>
<div>
<h3>DevOps Engineer</h3>
<p>1.2k+ jobs <i class="fa-solid fa-angle-right"></i></p>
</div>
<div>
<h3>Technical Lead</h3>
<p>1.2k+ jobs <i class="fa-solid fa-angle-right"></i></p>
</div>
<div>
<h3>Mobile / App Developer</h3>
<p>1.6k+ jobs <i class="fa-solid fa-angle-right"></i></p>
</div>
</div>
</div>
<h1>Sponsored companies</h1>
<div id="all">
<button>All</button>
<button>IT Services</button>
<button>Technology</button>
<button>Health & Life Sciences</button>
<button>BFSI</button>
<button>Manufactucing & Production</button>
<button>+ 3 more</button>
</div>
<div id="einfo">
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1268772.gif"
alt="einfo"
/>
<h4>Einfochips <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐3.8 | 213 reviews</p>
<p>IT Services and consulting</p>
<p>Electronic Components</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/786134.gif"
alt="einfo"
/>
<h4>RWS Moravia <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐3.8 | 66 reviews</p>
<p>Software Products</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/4586691.gif"
alt="einfo"
/>
<h4>ICE Mortgage Tec... <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐4.4 | 39 reviews</p>
<p>IT Services and consulting</p>
<p>Software Products</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1144984.gif"
alt="einfo"
/>
<h4>LatentView <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐4.0 | 213 reviews</p>
<p>Analytic KPO</p>
<p>Foregin MNC</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1304952.gif"
alt="einfo"
/>
<h4>[X]Cube LABS <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐3.8 | 44 reviews</p>
<p>IT Services and consulting</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/4609845.gif"
alt="einfo"
/>
<h4>Micron Tech <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐3.8 | 70 reviews</p>
<p>Electronic Components</p>
<p>Foregin MNC</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/315118.gif"
alt="einfo"
/>
<h4>Datamatics Global... <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐3.7 | 1.6K+ reviews</p>
<p>IT Services and consulting</p>
<p>Indain MNC Services</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/1037488.gif"
alt="einfo"
/>
<h4>EA Games(Electr...) <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐4.4 | 15 reviews</p>
<p>Gaming Foregin MNC</p>
<p>Product B2C</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/45178.gif"
alt="einfo"
/>
<h4>Nagarjuna Constr... <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐4.8 | 213 reviews</p>
<p>Engineering and consulting</p>
<p>Electronic Components</p>
</div>
<div>
<img
src="https://img.naukimg.com/logo_images/groups/v1/4585391.gif"
alt="einfo"
/>
<h4>Campus Manage... <i class="fa-solid fa-angle-right"></i></h4>
<p>⭐4.3 | 26 reviews</p>
<p>B2B Private</p>
<p>Foregin MNC</p>
</div>
</div>
<button id="allcomp">View all companies</button>
<div id="growCareer">
<div>
<h2>Grow your career through learning</h2>
<img src="https://static.naukimg.com/s/0/0/i/learn-icon.svg" alt="" />
</div>
<div>
<p class="pHead">Data Science</p>
<h3>Artificial Intelligence</h3>
<p>
Learn in demand all skills like Deep learning, NLP, computer vision
and more for career growth across different roles.
</p>
<button>600 cources</button>
<button>28 providers</button>
</div>
<div>
<p class="pHead">Cloud Technologies</p>
<h3>AWS</h3>
<p>
Get certified for high demand cloud computing skills for cloud
practitioner, Architect, Developer and operation roles
</p>
<button>800 cources</button>
<button>16 providers</button>
</div>
<div>
<p class="pHead">Programming</p>
<h3>Data Structures & Alogorithms</h3>
<p>
Master DS abd Alogorithms entry level engineeringroles in product
compinies and for competative programming
</p>
<button>800 cources</button>
<button>13 providers</button>
</div>
</div>
<div id="stand">
<div>
<h1>Stand out among recruiters with a video profile</h1>
<div id="standLow">
<div>
<p>Available for both Andriod and IOS apps</p>
<input
type="text"
id="scannerinp"
placeholder="Enter mobile number"
/>
<br />
<img
src="https://static.naukimg.com/s/0/0/i/download-app-link/Gplay.png"
alt=""
/>
<img
src="https://static.naukimg.com/s/0/0/i/download-app-link/Appstore.png"
alt=""
/>
</div>
<div id="imagy">
<img
id="scannerimg"
src="https://static.naukimg.com/s/0/0/i/download-app-link/qr-code.svg"
alt=""
/>
<p>Scan Here</p>
</div>
</div>
</div>
<div>
<img
src="https://static.naukimg.com/s/0/0/i/download-app-link/MaskGroup_v4.png"
alt=""
/>
</div>
</div>
<hr id="abovefooter" />
<!-- footer -->
<div id="footer">
<div id="footerfirst">
<div id="footerlogo">
<img
src="https://static.naukimg.com/s/4/100/i/naukri_Logo.png"
alt="logo"
/>
</div>
<p>Connect with us</p>
<div id="contactlogo">
<img
src="https://static.naukimg.com/s/0/0/i/new-homepage/facebook.svg"
alt="facebook"
/>
<img
src="https://static.naukimg.com/s/0/0/i/new-homepage/instagram.svg"
alt="instagram"
/>
<img
src="https://static.naukimg.com/s/0/0/i/new-homepage/twitter.svg"
alt="twitter"
/>
<img
src="https://static.naukimg.com/s/0/0/i/new-homepage/linkedin.svg"
alt="linkedin"
/>
</div>
</div>
<div id="footermid">
<div>
<p>About us</p>
<p>Career</p>
<p>Employer home</p>
<p>Sitemap</p>
</div>
<div>
<p>Help center</p>
<p>Summons/Notices</p>
<p>Grievances</p>
<p>Report issues</p>
</div>
<div>
<p>Privacy policy</p>
<p>Terms & conditions</p>
<p>Fraud alerts</p>
<p>Trust & safety</p>
</div>
</div>
<div id="footerApply">
<h3>Apply on the go</h3>
<p>Get real-time job updates on our App</p>
<img
src="https://static.naukimg.com/s/0/0/i/download-app-link/Gplay.png"
alt="Google"
/>
<img
src="https://static.naukimg.com/s/0/0/i/download-app-link/Appstore.png"
alt="apple"
/>
</div>
</div>
<hr id="lastline" />
</body>
</html>
<script>
document.querySelector("#viewAll").addEventListener("click", function () {
window.location.href = "company.html";
});
document.querySelector("#allcomp").addEventListener("click", function () {
window.location.href = "navcompnies.html";
});
document
.querySelector("#reg_for_free")
.addEventListener("click", function () {
window.location.href = "signup.html";
});
document.querySelector("#navEmploy").addEventListener("click", slectFun);
function slectFun() {
event.preventDefault();
let a = document.querySelector("#navEmploy").value;
// console.log(a)
if (a === "Employer Login") {
window.location.href = "employlogin.html";
} else {
return false;
}
}
document
.querySelector("#searchButton_1")
.addEventListener("click", function () {
var input1 = document.querySelector("#input1").value;
var input2 = document.querySelector("#navExp").value;
var input3 = document.querySelector("#input2").value;
// console.log(input1,input2,input3)
if (input1 === "" || input2 === "" || input3 === "") {
return false;
} else {
window.location.href = "Company_Page.html";
}
});
</script>