rachel.cafe/about.html

27 lines
935 B
HTML

---
layout: centered
title: "about"
---
<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>this site</h2>
<p>This site hosts my blog, a gallery of photos I've taken, and a quick informal CV.</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>rachel in the flesh</figcaption>
</figure>
</article>