This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
33 lines (33 loc) · 1.66 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
<div class="footer">
<footer>
<div class="container">
<div class="row">
<div class="col-4 item">
<h3><a href="index.php">Home</a></h3>
</div>
<div class="col-4 item">
<h3>About Photong</h3>
<ul>
<li><a href="what.php">What is Photong?</a></li>
<li><a href="how.php">How does Photong work?</a></li>
<li><a href="who.php">Who created Photong?</a></li>
</ul>
</div>
<div class="col-4 item">
<h3>Extras</h3>
<ul>
<li><a href="credits.php">Credits</a></li>
<li><a href="tnc.php">Terms and Conditions</a></li>
<li><a href="privacy.php">Privacy Policy</a></li>
</ul>
</div>
<div class="col item social">
<a href="https://github.com/frankzhang05" target="_blank"><i class="icon fab fa-github"></i></a>
<a href="https://instagram.com/frankly.not.frank" target="_blank"><i class="icon fab fa-instagram"></i></a>
<a href="https://youtube.com/channel/UCgv_AYNvkjbmkhmPsNYD--A" target="_blank"><i class="icon fab fa-youtube"></i></a>
</div>
</div>
<p class="copyright">Note: The result can be very inaccurate.<br />Made with ♥ by Frank. For any enquires, please email <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</footer>
</div>