my blog lives here now
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.

78 lines
2.1 KiB

6 years ago
2 years ago
  1. ---
  2. title: Home
  3. ---
  4. <div id=index>
  5. <div style="grid-column: 2;">
  6. <h2 id=hi>Hi!</h2>
  7. <p style="height: 98px">
  8. <a class=ico-left href="/">
  9. <img alt="profile picture" decoding=async src="/static/icon/[email protected]" />
  10. </a>
  11. I'm Amélia, a non-binary (they/them) mathematician & programmer. This
  12. blog is where I write about programming languages: their implementation,
  13. their semantics, etc.
  14. </p>
  15. <hr />
  16. <div id=social>
  17. <a href="https://twitter.com/plt_amy">
  18. <img class=social decoding=async title="My Twitter profile" src="/static/svg/twitter.svg" style="background-color: #1DA1F2;" />
  19. </a>
  20. <a href="https://github.com/plt-amy">
  21. <img class=social decoding=async title="My GitHub profile" src="/static/svg/github.svg" style="background-color: black;" />
  22. </a>
  23. <a href="https://git.amelia.how">
  24. <img class=social decoding=async title="My personal Gitea" src="/static/svg/gitea.svg" style="background-color: #609926;" />
  25. </a>
  26. <a href="https://ko-fi.com/plt_amy">
  27. <img class=social decoding=async title="Buy me a coffee on Ko-Fi" src="/static/svg/kofi.svg" style="background-color: #434B57;" />
  28. </a>
  29. </div>
  30. <hr />
  31. <p style="height: 98px">
  32. <a class=ico-right href="https://cubical.1lab.dev">
  33. <img class=ico-right alt="cube" decoding=async src="/static/icon/cube-128x.png" />
  34. </a>
  35. In addition to this blog, I maintain <a
  36. href="https://cubical.1lab.dev">the 1Lab</a>, a formalised, cross-linked
  37. reference resource for Homotopy Type Theory, done in Cubical Agda.
  38. </p>
  39. <hr />
  40. <p style="height: 98px">
  41. <a class=ico-left href="https://amulet.works">
  42. <img alt="amulet" decoding=async src="/static/svg/amulet.svg" />
  43. </a>
  44. My most significant project other than this blog and the 1lab is <a
  45. href="https://amulet.works">Amulet</a>, a functional programming
  46. language in the ML tradition with support for advanced type-level
  47. programming.
  48. </p>
  49. </div>
  50. <div style="grid-column: 4;">
  51. <h2>Posts</h2>
  52. <p>
  53. Here are the lastest 5 posts from the blog:
  54. </p>
  55. $partial("templates/post-list.html")$
  56. <p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
  57. </div>
  58. </div>
  59. <style>
  60. main > div#title {
  61. display: none;
  62. }
  63. </style>