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