-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfooter.html
More file actions
75 lines (74 loc) · 2.02 KB
/
footer.html
File metadata and controls
75 lines (74 loc) · 2.02 KB
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
<!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>footer</title>
<link rel="stylesheet" href="/footer.css">
</head>
<body>
<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>