-
Notifications
You must be signed in to change notification settings - Fork 2
/
company.html
341 lines (331 loc) · 11.2 KB
/
company.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
<!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>company</title>
<link rel="stylesheet" href="/company.css">
<link rel="stylesheet" href="/footer.css">
<link rel="stylesheet" href="/navbar.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<style>
#outer>div>img{
width: 70%;
height: 80px;
display: block;
margin: auto;
}
</style>
</head>
<body>
<!-- navbar -->
<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="body_part">
<div id="left_side">
<p><i class="fa-solid fa-filter"></i> Filter</p>
<hr />
<h3>Sector</h3>
<div class="sector">
<input type="checkbox" id="ida" />
<label for="ida">IT Services(16)</label> <br />
<input type="checkbox" id="idb" /> <label for="idb">BFSI (4)</label>
<br />
<input type="checkbox" id="idc" />
<label for="idc">Technology(3)</label> <br />
<input type="checkbox" id="idd" /> <label for="idd">BPM(12)</label>
<br />
<input type="checkbox" id="ide" />
<label for="ide"> Manufacturing & Production(16)</label> <br />
<input type="checkbox" id="idf" />
<label for="idf">Media, Entertainment & Technology(1)</label>
</div>
<hr />
<h3>Industry</h3>
<input type="text" id="ser" placeholder="Search industry" />
<div class="sector">
<input type="checkbox" id="ida" />
<label for="ida">IT Services & consulting(16)</label> <br />
<input type="checkbox" id="idb" />
<label for="idb">Analitycs / KPO ? Research (2)</label> <br />
<input type="checkbox" id="idc" />
<label for="idc">Internet(3)</label> <br />
<input type="checkbox" id="idd" />
<label for="idd">Financial Services(6)</label> <br />
<input type="checkbox" id="ide" />
<label for="ide"> Telecom / ISP(6)</label> <br />
<input type="checkbox" id="idf" /> <label for="idf">Banking(1)</label>
</div>
<hr />
<h3>Company type</h3>
<div class="sector">
<input type="checkbox" id="ida" />
<label for="ida">Foreign MNC(16)</label> <br />
<input type="checkbox" id="idb" />
<label for="idb">Indian MNC(4)</label> <br />
<input type="checkbox" id="idc" />
<label for="idc">Corporate(3)</label> <br />
<input type="checkbox" id="idd" /> <label for="idd">BPM(12)</label>
<br />
</div>
<hr />
</div>
<div id="outer">
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/hsbc.jpg" alt="ora">
<div class="jobBoxes">
<h4>HSBC</h4>
<p>⭐ 3.9 | 3.5K+ reviews</p>
</div>
<p>Cloud technology company since 1977.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/nykaa-e-retail.jpg" alt="hcl">
<div class="jobBoxes">
<h4>Nykaa</h4>
<p>⭐ 3.9 | 3.5K+ reviews</p>
</div>
<p>Globally acclaimed tech company since 1991..</p>
<button>View jobs</button>
</div>
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/flipkart-28.jpg" alt="">
<div class="jobBoxes">
<h4>Flipkart</h4>
<p>⭐ 4.0 | 19.5K+ reviews</p>
</div>
<p>Global professional services firm.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/snapdeal-29.jpg" alt="ora">
<div class="jobBoxes">
<h4>Snapdeel</h4>
<p>⭐ 4.2 | 113 reviews</p>
</div>
<p>Leading the #FinTech Revolution.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/infosys.jpg" alt="ora">
<div class="jobBoxes">
<h4>Titan</h4>
<p>⭐ 4.4 | 53 reviews</p>
</div>
<p>Leading distributor of electronic products.</p>
<button>View jobs</button>
</div>
<div> <img src="https://static.naukimg.com/s/0/0/i/registerLock.png" alt="ora">
<div class="jobBoxes">
<p>Make the most out of Naukri by Creating your job profile for free!</p>
</div>
<p>Cloud technology company since 1977.</p>
<button>Register Now</button></div>
<div>
<img src="https://img.naukimg.com/logo_images/groups/v2/419316.gif" alt="ora">
<div class="jobBoxes">
<h4>Synechorn</h4>
<p>⭐ 3.9 | 3.5K+ reviews</p>
</div>
<p>Cloud technology company since 1977.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://img.naukimg.com/logo_images/groups/v2/4614431.gif" alt="ora">
<div class="jobBoxes">
<h4>Netcrackers</h4>
<p>⭐ 3.7 | 338 reviews</p>
</div>
<p>Globel leader in Bss.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://img.naukimg.com/logo_images/groups/v2/2436002.gif" alt="ora">
<div class="jobBoxes">
<h4>Xoriant</h4>
<p>⭐ 4.4 | 880 reviews</p>
</div>
<p>Software development & technology services firm.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/bigbasket.jpg" alt="ora">
<div class="jobBoxes">
<h4>bigbasket</h4>
<p>⭐ 4.0 | 1.5K+ reviews</p>
</div>
<p>Management services company since 2003..</p>
<button>View jobs</button>
</div>
<div>
<img src="https://img.naukimg.com/logo_images/groups/v2/4264.gif" alt="ora">
<div class="jobBoxes">
<h4>WNS Global</h4>
<p>⭐ 3.7 | 6.2K+ reviews</p>
</div>
<p>Leading business process managment...</p>
<button>View jobs</button>
</div>
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/tcs.jpg" alt="ora">
<div class="jobBoxes">
<h4>TSC</h4>
<p>⭐ 3.9 | 3.5K+ reviews</p>
</div>
<p>Global IT Services & consulting company.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://static.ambitionbox.com/alpha/company/photos/logos/amazon.jpg" alt="ora">
<div class="jobBoxes">
<h4>Amazon</h4>
<p>⭐ 4.5 | 32.5K+ reviews</p>
</div>
<p>Leading private sector bank in India.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://img.naukimg.com/logo_images/groups/v2/9558.gif" alt="ora">
<div class="jobBoxes">
<h4>Nagarro</h4>
<p>⭐ 4.9 | 1K+ reviews</p>
</div>
<p>Cloud technology company since 1977.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://img.naukimg.com/logo_images/groups/v2/1186200.gif" alt="ora">
<div class="jobBoxes">
<h4>Virtusa</h4>
<p>⭐ 3.9 | 1.5K+ reviews</p>
</div>
<p>IT services company since 1996.</p>
<button>View jobs</button>
</div>
<div>
<img src="https://img.naukimg.com/logo_images/groups/v2/1288.gif" alt="ora">
<div class="jobBoxes">
<h4>Capgemini</h4>
<p>⭐ 3.9 | 20.5K+ reviews</p>
</div>
<p>Global leader in technology services</p>
<button>View jobs</button>
</div>
</div>
</div>
<!-- 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>