-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
67 lines (55 loc) · 2.11 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="footer, address, phone, icons" />
<link rel="stylesheet" href="style/estyle.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
</head>
<body>
<!-- The content of your page would go here. -->
<footer class="footer-distributed">
<div class="footer-left">
<h3 class="h3">About <span class="gem">Gamers' Nation</span></h3>
<p class="footer-links">
<a href="#" class="way">Home</a>
|
<a href="#" class="way">About</a>
|
<a href="#" class="way">Contact</a>
</p>
<p class="footer-company-name">© 2020 Gamers'Nation Corporation Pvt. Ltd.</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>Type II, 2/4, NTPS Colony</span>
Eklehare, Nashik - 422105</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+91 9921916039</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the Website</span>
We provide information and latest news on PC Games and how to purchase them. Pirated links are not provided here.</p>
<div class="footer-icons">
<a href="https://www.facebook.com" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/hritik_munde" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/hritik_munde/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/hritik-munde-922b43183/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://www.youtube.com"><i class="fa fa-youtube"></i></a>
</div>
</div>
</footer>
</body>
</html>