-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
36 lines (33 loc) · 1.07 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
<footer class="footer-distributed">
<div class="footer-left">
<h3>RENT RIDE & <span>Xtreme</span></h3>
<p class="footer-links">
<a href="home.php">Home</a>
·
<a href="aboutus.php">About</a>
·
<a href="feedback.php">Feedback</a>
·
<a href="#" id="complaint-btn">Complaint Box</a>
</p>
<p class="footer-company-name">copyright © <?php echo date('Y'); ?>. All Rights Reserved.</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-google"></i></a>
</div>
</div>
<div class="footer-right">
<p>Contact Us</p>
<form action="#" method="post">
<input type="text" name="email" placeholder="Email" />
<input type="text" name="fullname" placeholder="Full Name" />
<textarea name="message" placeholder="Message"></textarea>
<button>Send</button>
</form>
</div>
</footer>
<script type="text/javascript" src="js/main1.js"></script>
</body>
</html>