summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-02-02 02:23:50 -0500
committerCara Salter <cara@devcara.com>2022-02-02 02:23:50 -0500
commit8b2d12e799d01059843a8eeb1eb8ff3899d2d274 (patch)
treef0fe36dd5e225e42253997e0faa233317ea0117d /templates
parent22ee6a2efacb608647edc6f834b6949c0c73d199 (diff)
downloadsite-8b2d12e799d01059843a8eeb1eb8ff3899d2d274.tar.gz
site-8b2d12e799d01059843a8eeb1eb8ff3899d2d274.zip
internal: Make footnotes work
Apparently, the footnotes and superscript extensions conflicted with each other.
Diffstat (limited to 'templates')
-rw-r--r--templates/index.rs.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/templates/index.rs.html b/templates/index.rs.html
index d4158a1..cc597de 100644
--- a/templates/index.rs.html
+++ b/templates/index.rs.html
@@ -6,13 +6,14 @@
<link rel="canonical" href="https://devcara.com">
+ <h1>Cara Salter</h1>
<div class="two-column">
<div class="inner-column">
<h3>About me</h3>
I am a:
<ul>
- <li>Trans woman (she/her/hers)</li>
+ <li>Trans woman (she/her)</li>
<li>Eagle Scout</li>
<li>Software Engineer</li>
</ul>
@@ -24,7 +25,10 @@
<li>Software tinkering</li>
<li>Linux</li>
</ul>
- Among other things.
+ Among other things. <br/><br/>
+
+ I am currently pursuing a Bachelors degree in Computer Science at
+ Worcester Polytechnic Institute.
</div>
<div class="inner-column">
@@ -34,14 +38,22 @@
<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 Monitoring/Alerts</li>
+ <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>