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.

82 lines
2.3 KiB

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="min-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. <a rel="me" href="https://types.pl/@amy">
  30. <img class=social decoding=async title="Buy me a coffee on Ko-Fi" src="/static/svg/mastodon.svg" style="background-color: #2b90d9;" />
  31. </a>
  32. </div>
  33. <hr />
  34. <p style="min-height: 98px">
  35. <a class=ico-right href="https://cubical.1lab.dev">
  36. <img class=ico-right alt="cube" decoding=async src="/static/icon/cube-128x.png" />
  37. </a>
  38. In addition to this blog, I maintain <a
  39. href="https://cubical.1lab.dev">the 1Lab</a>, a formalised, cross-linked
  40. reference resource for Homotopy Type Theory, done in Cubical Agda.
  41. </p>
  42. <hr />
  43. <p style="min-height: 98px">
  44. <a class=ico-left href="https://amulet.works">
  45. <img alt="amulet" decoding=async src="/static/svg/amulet.svg" />
  46. </a>
  47. My most significant project other than this blog and the 1lab is <a
  48. href="https://amulet.works">Amulet</a>, a functional programming
  49. language in the ML tradition with support for advanced type-level
  50. programming.
  51. </p>
  52. </div>
  53. <div style="grid-column: 4;">
  54. <h2>Posts</h2>
  55. <p>
  56. Here are the lastest 5 posts from the blog:
  57. </p>
  58. $partial("templates/post-list.html")$
  59. <p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
  60. </div>
  61. </div>
  62. <style>
  63. main > div#title {
  64. display: none;
  65. }
  66. </style>