|
|
- ---
- title: Home
- ---
-
- <div id=index>
- <div style="grid-column: 2;">
- <h2 id=hi>Hi!</h2>
-
- <p style="min-height: 98px">
- <a class=ico-left href="/">
- <img alt="profile picture" decoding=async src="/static/icon/[email protected]" />
- </a>
- I'm Amélia, a non-binary (they/them) mathematician & programmer. This
- blog is where I write about programming languages: their implementation,
- their semantics, etc.
- </p>
-
- <hr />
-
- <div id=social>
- <a href="https://twitter.com/plt_amy">
- <img class=social decoding=async title="My Twitter profile" src="/static/svg/twitter.svg" style="background-color: #1DA1F2;" />
- </a>
-
- <a href="https://github.com/plt-amy">
- <img class=social decoding=async title="My GitHub profile" src="/static/svg/github.svg" style="background-color: black;" />
- </a>
-
- <a href="https://git.amelia.how">
- <img class=social decoding=async title="My personal Gitea" src="/static/svg/gitea.svg" style="background-color: #609926;" />
- </a>
-
- <a href="https://ko-fi.com/plt_amy">
- <img class=social decoding=async title="Buy me a coffee on Ko-Fi" src="/static/svg/kofi.svg" style="background-color: #434B57;" />
- </a>
-
- <a rel="me" href="https://types.pl/@amy">
- <img class=social decoding=async title="Buy me a coffee on Ko-Fi" src="/static/svg/mastodon.svg" style="background-color: #2b90d9;" />
- </a>
-
- </div>
-
- <hr />
- <p style="min-height: 98px">
- <a class=ico-right href="https://cubical.1lab.dev">
- <img class=ico-right alt="cube" decoding=async src="/static/icon/cube-128x.png" />
- </a>
- In addition to this blog, I maintain <a
- href="https://cubical.1lab.dev">the 1Lab</a>, a formalised, cross-linked
- reference resource for Homotopy Type Theory, done in Cubical Agda.
- </p>
-
- <hr />
- <p style="min-height: 98px">
- <a class=ico-left href="https://amulet.works">
- <img alt="amulet" decoding=async src="/static/svg/amulet.svg" />
- </a>
- My most significant project other than this blog and the 1lab is <a
- href="https://amulet.works">Amulet</a>, a functional programming
- language in the ML tradition with support for advanced type-level
- programming.
- </p>
-
- </div>
-
- <div style="grid-column: 4;">
- <h2>Posts</h2>
-
- <p>
- Here are the lastest 5 posts from the blog:
- </p>
-
- $partial("templates/post-list.html")$
-
- <p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
- </div>
- </div>
-
- <style>
- main > div#title {
- display: none;
- }
- </style>
|