-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
29 lines (25 loc) · 1.12 KB
/
footer.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
<footer class="footer">
<div class="container">
<div class="bottom-footer">
<div class="row">
<div class="col-xs-12 col-sm-3 payment-options color-gray">
<h5>Payment Options</h5>
<ul>
<li>
<a href="https://esewa.com.np"> <img src="images/esewa.png" alt="eSewa" > </a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 address color-gray">
<h5>Address</h5>
<p>Thankot, Kathmandu</p>
<h5>Phone: +977-9706230377</a></h5>
</div>
<div class="col-xs-12 col-sm-5 additional-info color-gray">
<h5>Addition informations</h5>
<p>Join thousands of other restaurants who benefit from having partnered with us.</p>
</div>
</div>
</div>
</div>
</footer>