-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter1.html
83 lines (59 loc) · 2.12 KB
/
footer1.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
<!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="style1.css">
<title>Footer</title>
<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">
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="main"></div>
<footer class="footer-distributed">
<div class="footer-left">
<h3>VNTECH<span></span></h3>
<p class="footer-links">
<a href="#">Home</a>
·
<a href="#">Disclaimer</a>
·
<a href="#">Privacy Policy</a>
·
<a href="#">Terms and conditions</a>
·
<a href="#">Contact</a>
</p>
<p class="footer-company-name">Vntech© 2020</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>21 Revolution Street</span> Surat, India</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+918765432123</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@vntech.com">contact@vntech.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span>
Latest Technology news related to Mobile, Tablets, Laptops, Gaming and Internet with expert analysis from VnTech.online Firstpost.com brings all the latest Tech news ...& SEO Learner.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/parthnavadiya5218"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/vntech7"><i class="fa fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC5LQLoX2KQsXS46jNCf8bPA"><i class="fa fa-youtube"></i></a>
</div>
</div>
</footer>
</body>
</html>