-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
46 lines (41 loc) · 1.15 KB
/
footer.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
<!DOCTYPE html>
<html>
<head>
<title>Footer</title>
<link rel="stylesheet" type="text/css" href="footer.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="footer">
<div class="innerfooter">
<div class="logo">
<img src="AnimeX_1139591.jpeg" width="200px" height="auto">
</div>
<div class="sections">
<h1>Need Help?</h1>
<a href="#">Terms & Condition</a>
<a href="#">Privacy Policy</a>
</div>
<div class="sections">
<h1>More</h1>
<a href="#">Brouchers</a>
<a href="#">Donate</a>
<a href="#">Governance</a>
<a href="#">Impact Report</a>
</div>
<div class="sections">
<h1>Follow us</h1>
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
<span>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.
</span>
</div>
</div>
</div>
</body>
</html>