-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.html
79 lines (78 loc) · 3.31 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
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
<!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>IPL 2022 Live Cricket Score, Schedule, Latest News, Stats & Videos | Cricbuzz.com</title>
<link rel="shortcut icon" href="https://www.cricbuzz.com/images/cb_favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="footer.css">
<script src="https://kit.fontawesome.com/eba04dea05.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="landingPagefooter">
<footer>
<div id="mainFoot">
<div>
<img width="100px"src="https://www.cricbuzz.com/images/cb_logo.svg" alt="logo3">
</div>
<div>
<div class="footerTopic">
<p>MOBILE SITE & APPS</p>
<ul>
<li>
<i class="fa-solid fa-globe"></i>
<a href="">m.cricbuzz.com</a>
</li>
<li>
<i class="fa-brands fa-android"></i>
<a href="">Android</a>
</li>
<li>
<i class="fa-brands fa-apple"></i>
<a href="">iOS</a>
</li>
</ul>
</div>
</div>
<div>
<div class="footerTopic">
<p>FOLLOW US ON</p>
<ul>
<li>
<i class="fa-brands fa-facebook-f"></i>
<a href="">facebook</a>
</li>
<li>
<i class="fa-brands fa-twitter"></i>
<a href="">twitter</a>
</li>
<li>
<i class="fa-brands fa-youtube"></i>
<a href="">youtube</a>
</li>
<li>
<i class="fa-brands fa-pinterest-p"></i>
<a href="">Pinterest</a>
</li>
</ul>
</div>
</div>
<div>
<div class="footerTopic">
<p>COMPANY</p>
<ul>
<li><a href="#">Careers</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Cricbuzz TV Ads</a></li>
</ul>
</div>
</div>
</div>
<p id="bottomline">© 2022 Cricbuzz-clone.com, Times Internet Limited. All rights reserved | The Times of India | Navbharat Times</p>
</footer>
</div>
</body>
</html>