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.

45 lines
1.7 KiB

  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://github.com/Kevin-Mok" target="_blank">
  17. <img src="{{ "img/social/github.svg" | relURL }}"
  18. alt="github-logo">
  19. </a>
  20. <a href="https://www.linkedin.com/in/Kev-Mok" target="_blank">
  21. <img src="{{ "img/social/linkedin.svg" | relURL }}" alt="linkedin-logo">
  22. </a>
  23. <a href="https://git.kevin-mok.com/" target="_blank">
  24. <img src="{{ "img/social/gitea.svg" | relURL }}" alt="gitea-logo">
  25. </a>
  26. <a href="mailto:me@kevin-mok.com" target="_blank">
  27. <img src="{{ "img/social/email.svg" | relURL }}"
  28. alt="envelope">
  29. </a>
  30. <a rel="me" href="https://fosstodon.org/@Kevin" target="_blank">
  31. <img src="{{ "img/social/mastodon.svg" | relURL }}"
  32. alt="mastodon-logo">
  33. </a>
  34. </span>
  35. <span class="col-xs-2">
  36. </span>
  37. </span>
  38. </div>
  39. </div>
  40. </footer>
  41. </body>
  42. </html>