summaryrefslogtreecommitdiff
path: root/templates/index.rs.html
blob: 0b8ddc0c3a43faf71a0a9321bfb8cd1e57ea52cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
@use super::{header_html, footer_html};

@()

@:header_html(None, None)

<link rel="canonical" href="https://devcara.com">
<div class="vcard h-card">
    <h1 class="fn p-name">Cara Salter</h1>
<div class="two-column">

	<div class="inner-column">
		<h3>About me</h3>
		I am a:
		<ul>
            <li>Trans <div class="p-gender-identity">woman</div> (she/her)</li>
			<li>Eagle Scout</li>
			<li>Software Engineer</li>
		</ul>

		My interests include:
		<ul>
			<li>Radio</li>
			<li>Event production</li>
			<li>Software tinkering</li>
			<li>Linux</li>
		</ul>
        Among other things. <br/><br/>

        I am currently pursuing a Bachelors degree in Computer Science at
        Worcester Polytechnic Institute.<br/><br/>

        My past projects are, in no particular order:
        <ul>
            <li><a href="https://sr.ht/~muirrum/wg-manager">WG-manager</li>
            <li><a
                    href="https://sr.ht/~muirrum/Campmaster-Constantine">Campmaster
                    Constantine</a>
            </li>
            <li><a
                        href="https://sr.ht/~muirrum/gompei-verification/">Gompei-Verification</a></li>
            <li><a href="https://github.com/WPI-LNL/LNLDB">LNL DB</a></li>
        </ul>

	</div>
	<div class="inner-column">
		<h3>Skills</h3>
		<h4>Web Development</h4>
		<ul>
			<li>Rust (Warp)</li>
			<li>Go (Gin-gonic)</li>
			<li>Python (Django/Flask)</li>
            <li>NodeJS (Svelte)</li>
		</ul>
		<h4>Systems Administration</h4>
		<ul>
			<li>Prometheus & Zabbix Monitoring/Alerts</li>
			<li>Ansible</li>
			<li>Shell scripting</li>
			<li>Nginx</li>
            <li>Wireguard</li>
		</ul>
        <h4>Miscellaneous</h4>
        <ul>
            <li>Event Planning</li>
            <li>Lighting Design</li>
            <li>Sound Engineering</li>
        </ul>
	</div>
</div>

</div>
@:footer_html()