26 lines
840 B
HTML
26 lines
840 B
HTML
---
|
|
layout: centered
|
|
title: "about"
|
|
---
|
|
|
|
{% katexmm %}
|
|
<article class="aba">
|
|
<div>
|
|
<h2>me</h2>
|
|
<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>
|
|
|
|
<h2>contact</h2>
|
|
<ul>
|
|
<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>
|
|
</ul>
|
|
</div>
|
|
|
|
<figure class="rimg">
|
|
<h2>picture</h2>
|
|
<img src="/assets/img/me.jpg" alt="a picture of me">
|
|
<figcaption>me with π</figcaption>
|
|
</figure>
|
|
</article>
|
|
{% endkatexmm %}
|