-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter2.php
64 lines (43 loc) · 1.26 KB
/
footer2.php
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
<div id="footer2">
<footer class="footer-distributed">
<div class="footer-left">
<h3> <img src="images/logo.png" width="40" height="40"> <span>GoClean</span></h3>
<p class="footer-links">
<a href="index.php" class="link-1">Home</a>
<a href="#">Blog</a>
<a href="#">About</a>
<a href="#">Faq</a>
<a href="#">Contact</a>
</p>
<p class="footer-company-name">GoClean © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>MNNIT Allahabad</span> Uttar Pradesh, India</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>555.555.5555</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Our Aim</span>
GoClean is a non-profitable startup with a mission to biring all the communities together and restore our beautiful environment.
</p>
<div class="footer-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
</footer>
</div>
</body>
</html>