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.

22 lines
870 B

  1. <div class="project">
  2. <div class="row project-header">
  3. <div class="col-8 text-left">
  4. <!-- <a class="project-link" href="{{ .Get "url" }}" target="_blank"> -->
  5. <!-- <img src="{{ "img/resume/link.svg" | relURL }}" alt="link-icon"> -->
  6. <!-- </a> -->
  7. <a class="project-link" href="{{ .Get "url" }}" target="_blank">
  8. <h2 class="project-title">
  9. {{ .Get "name" }}
  10. <!-- <img class="down-triangle" src="{{ "img/resume/down-triangle.svg" | relURL }}" alt="link-icon"> -->
  11. <!-- <img class="down-triangle" src="{{ "img/resume/down-triangle.png" | relURL }}" alt="link-icon"> -->
  12. </h2>
  13. </a>
  14. </div>
  15. <div class="col-4 text-right date">{{ .Get "date" }}</div>
  16. </div>
  17. <div class="show" id="{{ .Get "name" | lower | urlize }}-details">
  18. <div>
  19. {{ .Inner }}
  20. </div>
  21. </div>
  22. </div>