mirror of
https://github.com/dyzulk/portfolio-html.git
synced 2026-01-26 13:31:59 +07:00
Add files via upload
This commit is contained in:
10
assets/php/footer.php
Normal file
10
assets/php/footer.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<!--===== FOOTER =====-->
|
||||
<footer class="footer">
|
||||
<p class="footer__title">myPortfolio</p>
|
||||
<div class="footer__social">
|
||||
<a href="https://facebook.com/dyzulk" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
|
||||
<a href="https://instagram.com/dyzulk" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
|
||||
<a href="https://twitter.com/dyzulk_" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
|
||||
</div>
|
||||
<p class="footer__copy">Copyright © 2022 - <script>document.write(new Date().getFullYear())</script> <a href="/" style="color: #fff;">Herdy Iskandar</a>. All rigths reserved</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user