29 lines
1020 B
HTML
29 lines
1020 B
HTML
---
|
|
layout: other
|
|
title: "about"
|
|
---
|
|
|
|
{% katexmm %}
|
|
<article class="aba">
|
|
<div>
|
|
<h2>me</h2>
|
|
<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>
|
|
|
|
<h2>web</h2>
|
|
<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>
|
|
|
|
<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 %}
|