rachel.cafe/about.html

26 lines
840 B
HTML
Raw Normal View History

2023-01-27 17:38:22 +01:00
---
2023-12-08 22:09:59 +01:00
layout: centered
2023-01-27 17:38:22 +01:00
title: "about"
---
{% katexmm %}
<article class="aba">
<div>
<h2>me</h2>
2023-12-08 22:09:59 +01:00
<p>My name is Rachel Lambda Samuelsson, my pronouns are she/her. I'm an undergrad at Chalmers University of Technology, studying computer science and engineering. My interests include type theory, univalent mathematics, category theory, logic, and functional programming. If I write code it is probably in Agda, Idris, or Haskell.</p>
2023-01-27 17:38:22 +01:00
<h2>contact</h2>
<ul>
2023-12-08 22:09:59 +01:00
<li>email: <a href="mailto:depsterr@protonmail.com">depsterr@protonmail.com</a></li>
<li>fedi: <a href="https://types.pl/@rachelrosen">@rachelrosen@types.pl</a></li>
2023-01-27 17:38:22 +01:00
</ul>
</div>
2023-12-08 22:09:59 +01:00
<figure class="rimg">
2023-01-27 17:38:22 +01:00
<h2>picture</h2>
2023-01-27 23:42:29 +01:00
<img src="/assets/img/me.jpg" alt="a picture of me">
2023-01-27 17:38:22 +01:00
<figcaption>me with π</figcaption>
</figure>
</article>
{% endkatexmm %}