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
485 B

  1. {{ partial "base/header.html" . }}
  2. {{ partial "base/site-title.html" . }}
  3. {{ partial "base/nav-bar.html" . }}
  4. {{ partial "base/base16-logo.html" . }}
  5. <main role="main" id="letter-home">
  6. <!-- <h1 class="list-title">{{ .Title }}</h1> -->
  7. <h4 id="letter-instr">Please enter the full URL that I provided
  8. for your personalized cover letter. :)</h4>
  9. <div id="resume" class="letter">
  10. {{ .Content }}
  11. </div>
  12. </main>
  13. {{ partial "base/footer.html" . }}
  14. </div>
  15. </body>
  16. </html>