-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
28 lines (22 loc) · 1.31 KB
/
Copy pathfooter.php
File metadata and controls
28 lines (22 loc) · 1.31 KB
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
<footer class="footer-container">
<section class="footer-social">
<article>
<a class="twitter" href="https://twitter.com/thealvaromoo" target="_blank"><i class="fa fa-twitter"></i></a>
<a class="youtube" href="https://www.youtube.com/user/alvaromoo" target="_blank"><i class="fa fa-youtube"></i></a>
<a class="facebook" href="https://www.facebook.com/thealvaromoo" target="_blank"><i class="fa fa-facebook"></i></a>
<a class="github" href="https://github.com/alvaromoo" target="_blank"><i class="fa fa-github"></i></a>
<a class="spotify" href="http://open.spotify.com/user/darkwin305" target="_blank"><i class="fa fa-spotify"></i></a>
<a class="mail" href="mailto:hola@alvaromoo.com?Subject=Hola%20Álvaro" target="_blank"><i class="fa fa-envelope"></i></a>
</article>
</section>
<section class="footer-info">
<article>
© 2014-<?php echo date('Y') ?> Álvaro Möo
</article>
</section>
</footer>
</body>
<script>
autosize(document.querySelectorAll('textarea'));
</script>
</html>