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.

56 lines
2.1 KiB

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