This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfooter.php
37 lines (35 loc) · 1.56 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
30
31
32
33
34
35
36
37
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-12">
<div class="footer_left">
<img src="images/footer_logo.png" width="268px" height="49px" class="img-responsive" alt="InstaMovies Logo">
<p> © 2019 InstaMovies. All Rights Reserved. Site by <span class="company_name">GenetriX</span></p>
</div>
</div>
</div>
<div class="bottom-footer">
<ul class="footer-nav">
<li class="footer-item-1"><a href="index.php">Home</a></li>
<li class="footer-item-2"><a href="privacy_policy.php">Privacy Policy</a></li>
<li class="footer-item-3"><a href="terms_and_conditions.php">Terms of Use</a></li>
<li class="footer-item-4"><a href="disclaimer.php">Disclaimer</a></li>
<li class="footer-item-5"><a href="about_us.php">About Us</a></li>
</ul>
<ul class="footer-nav">
<li class="footer-item-6"><a href="login.php">Login</a></li>
<li class="footer-item-7"><a href="register.php">Register</a></li>
<li class="footer-item-8"><a href="advertise.php">Advertise</a></li>
<li class="footer-item-9"><a href="careers.php">Careers</a></li>
<li class="footer-item-10"><a href="contact_us.php">Contact Us</a></li>
</ul>
</div>
</div>
</footer>
<style>
@media (max-width: 767px) {
.bottom-footer{
display:none;
}
}
</style>