Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.9 KiB

6 months ago
9 months ago
  1. </div>
  2. {{- range .Params.js }}
  3. <script src="/{{ . }}.js"></script>
  4. {{- end }}
  5. <footer>
  6. <div class="container">
  7. <div id="footer-row" class="row justify-content-center">
  8. <span id="footer-content" class="name">
  9. <span id="copyright" class="col-xs-6">
  10. &copy; {{ now.Year }} {{ .Site.Title }} ·
  11. <!-- <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> · -->
  12. <!-- <a href="{{ "credits" | relURL }}">Credits</a> · -->
  13. </span>
  14. <span id="social-icons" class="col-xs-4">
  15. <a href="https://www.linkedin.com/in/Kev-Mok" target="_blank">
  16. <img src="{{ "img/social/linkedin.svg" | relURL }}" alt="linkedin-logo">
  17. </a>
  18. <a href="mailto:me@kevin-mok.com" target="_blank">
  19. <img src="{{ "img/social/email.svg" | relURL }}"
  20. alt="envelope">
  21. ·
  22. <a href="https://github.com/Kevin-Mok" target="_blank">
  23. <img src="{{ "img/social/github.svg" | relURL }}"
  24. alt="github-logo">
  25. </a>
  26. <a href="https://git.kevin-mok.com/Kevin-Mok?tab=activity" target="_blank">
  27. <img src="{{ "img/social/gitea.svg" | relURL }}" alt="gitea-logo">
  28. </a>
  29. ·
  30. <a href="https://twitter.com/Kev_Mok" target="_blank">
  31. <img src="{{ "img/social/twitter.svg" | relURL }}"
  32. alt="twitter-logo">
  33. </a>
  34. <a rel="me" href="https://fosstodon.org/@Kevin" target="_blank">
  35. <img src="{{ "img/social/mastodon.svg" | relURL }}"
  36. alt="mastodon-logo">
  37. </a>
  38. <a href="https://www.reddit.com/u/Kevin-Mok" target="_blank">
  39. <img src="{{ "img/social/reddit.svg" | relURL }}"
  40. alt="reddit-logo">
  41. </a>
  42. .
  43. </a>
  44. </span>
  45. <span class="col-xs-2">
  46. </span>
  47. </span>
  48. </div>
  49. </div>
  50. </footer>
  51. </body>
  52. </html>