blob: 010a5ab9342d642132bd556832c17cbb99438201 (
plain) (
tree)
|
|
@use super::{header_html, footer_html};
@()
@:header_html(None, None)
<h1>Contact</h1>
<div class="two-column">
<div class="inner-column">
<h3>Email</h3>
<p>The best way to reach me is via email: [my name] [at] [this site]. I
try to respond as soon as I can but please understand that I am a
college student who is also busy with maintaining her own systems that
other people depend on.</p>
</div>
<div class="inner-column">
<h3>Social Media</h3>
<ul>
<li>Mastodon: <a
href="https://lgbt.io/@@muirrum">muirrum@@lgbt.io</a></li>
<li>GitHub: <a href="https://github.com/Muirrum">Muirrum</a></li>
<li>SourceHut: <a href="https://sr.ht/~muirrum">~muirrum</a></li>
<li>Personal Gitea: <a
href="https://git.carathe.dev/muirrum">muirrum</a></li>
</div>
</div>
<h1>Selected Projects</h1>
<div class="two-column">
<div class="inner-column">
<h3>Campmaster-Constantine (Discontinued)</h3>
<p>Discord bot written in Rust, then Python. Discontinued after
discord.py was retired.</p>
</div>
<div class="inner-column">
<h3>WG-Manager</h3>
<p>Enables automatic provisioning of new peers across a Wireguard
network based on a management server.</p>
</div>
</div>
<div class="centered">
<h3>solard</h3>
<p>REST API management plane for virtual machines, to enable remote
management across a network.</p>
@:footer_html()
|