rachel.cafe/about.html

29 lines
1020 B
HTML
Raw Normal View History

2023-01-27 17:38:22 +01:00
---
layout: other
title: "about"
---
{% katexmm %}
<article class="aba">
<div>
<h2>me</h2>
2023-10-27 20:34:47 +02:00
<p>My name is Rachel Lambda Samuelsson, and my pronouns are she/her. I'm an undergrad at Chalmers University of Technology, studying computer science and engineering. My interests include functional programming, type theory, univalent mathematics, foundations, logic and category theory. I'm a fan of Haskell, Agda, Idris and Scheme.</p>
2023-01-27 17:38:22 +01:00
<h2>web</h2>
2023-07-25 12:13:12 +02:00
<p>This is a website where I post whatever I feel like, the source of which is available at <a href="https://githug.xyz/rachel/rachel.cafe">my git</a>.</p>
2023-01-27 17:38:22 +01:00
<h2>contact</h2>
<ul>
<li>Email: <a href="mailto:depsterr@protonmail.com">depsterr@protonmail.com</a></li>
2023-01-27 23:06:43 +01:00
<li>Fedi: <a href="https://types.pl/@rachelrosen">@rachelrosen@types.pl</a></li>
2023-01-27 17:38:22 +01:00
</ul>
</div>
<figure class="rimg">
<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 %}