-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
80 lines (76 loc) · 2.58 KB
/
Copy pathfooter.php
File metadata and controls
80 lines (76 loc) · 2.58 KB
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
<div>
<div class="footMainDiv">
<div class="row">
<div class="col-lg-3" style="margin-top: auto; margin-bottom: auto;">
<img src="public/images/logo.png" alt="" width="250" height="65" />
<ul>
<li>
<i class="fab fa-twitter fa-2x"></i>
</li>
<li>
<i class="fab fa-instagram fa-2x"></i>
</li>
<li>
<i class="fab fa-facebook-f fa-2x"></i>
</li>
<li>
<i class="fab fa-linkedin-in fa-2x"></i>
</li>
</ul>
</div>
<div class="col-lg-3 ">
<h4>Support</h4>
<p class="supp">
<i class="fa fa-phone footer-l"> : </i>
<a href="tel:+919510016999">
+91-95100 16999
</a>
</p>
<p class="supp">
<i class="fa fa-phone footer-l"> : </i>
<a href="tel:+919904469794">
+91-99044 69794
</a>
</p>
<p class="supp">
<i class="fab fa-whatsapp footer-l"> : </i>
<a
href="https://web.whatsapp.com/send?phone=918000230350&text=I%20am%20interested%20in%20your%20service%20contact%20me"
target="_blank"
rel="noopener noreferrer"
>
+91 8000 230 350
</a>
</p>
</div>
<div class="col-lg-3 lg3pt2">
<h4 style="visibility:hidden">Support</h4>
<p class="supp">
<i class="far fa-envelope faenv "> : </i>
<a href="mailto:[email protected]">
</a>
</p>
<a href="contact.php">
<button
type="button"
class="btn btn-secondary footbtn"
>
Contact Us
</button>
</a>
</div>
<div class="col-lg-3 footinp">
<h4 style="visibility:hidden">No Use</h4>
<h6>Stay up to date on latest from divstack</h6>
<input type="email" class="email" placeholder="Enter your email address" required></input>
<button type="button" class="btn btn-secondary footbtn">
Signup
</button>
</div>
<div class="col-lg-12" style="text-align: center; padding-top: 1%">
© 2021 divstack. All rights reserved.
</div>
</div>
</div>
</div>