summaryrefslogtreecommitdiff
path: root/templates/index.rs.html
blob: fc3ea8ca8c0f89454b937a3c1d9d87d13dc158a2 (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
@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 woman (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://git.carathe.dev/solard">solard</a></li>
            <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 (Axum)</li>
			<li>Python (Django/Flask)</li>
		</ul>
		<h4>Systems Administration</h4>
		<ul>
			<li>Prometheus Monitoring/Alerts</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()