-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
51 lines (50 loc) · 1.55 KB
/
footer.php
File metadata and controls
51 lines (50 loc) · 1.55 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
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="widget">
<img src="img/logo5.png" alt="about" />
<p>Tamer El Zein</p>
<p>Mohamad yassine</p>
<p>Mohamad makki</p>
<p>Lebanon</p>
<a href="tel:0096170717603"><h6><span>Call us: </span>(+961) 70 71 76 03</h6></a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="widget">
<h4>Legal</h4>
<ul>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Security</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="widget">
<h4>Account</h4>
<ul>
<li><a href="#">My Account</a></li>
<li><a href="#">Watchlist</a></li>
<li><a href="#">Collections</a></li>
<li><a href="#">User Guide</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="widget">
<h4>Newsletter</h4>
<p>Subscribe to our newsletter system now to get latest news from us.</p>
<form action="#">
<input type="text" placeholder="Enter your email.."/>
<button>SUBSCRIBE NOW</button>
</form>
</div>
</div>
</div>
<hr />
</div>
</footer>
</body>
</html>