diff options
author | Cara Salter <cara@devcara.com> | 2022-06-17 20:34:01 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-17 20:34:01 -0400 |
commit | 8bd904670f0e7acea40d0f7f34fac0df502a74c1 (patch) | |
tree | e15c60e98cd9d5c025b96e064071483d5f81083f /templates | |
parent | ce50fbcdd51f47bad3fd85e91c030879ce5dfad8 (diff) | |
download | site-8bd904670f0e7acea40d0f7f34fac0df502a74c1.tar.gz site-8bd904670f0e7acea40d0f7f34fac0df502a74c1.zip |
Custom RTMP server
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.rs.html | 5 | ||||
-rw-r--r-- | templates/index.rs.html | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/templates/about.rs.html b/templates/about.rs.html index 95fb994..010a5ab 100644 --- a/templates/about.rs.html +++ b/templates/about.rs.html @@ -40,4 +40,9 @@ </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() diff --git a/templates/index.rs.html b/templates/index.rs.html index 0b8ddc0..fc3ea8c 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -13,7 +13,7 @@ <h3>About me</h3> I am a: <ul> - <li>Trans <div class="p-gender-identity">woman</div> (she/her)</li> + <li>Trans woman (she/her)</li> <li>Eagle Scout</li> <li>Software Engineer</li> </ul> @@ -32,6 +32,7 @@ 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 @@ -47,15 +48,12 @@ <h3>Skills</h3> <h4>Web Development</h4> <ul> - <li>Rust (Warp)</li> - <li>Go (Gin-gonic)</li> + <li>Rust (Axum)</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>Prometheus Monitoring/Alerts</li> <li>Shell scripting</li> <li>Nginx</li> <li>Wireguard</li> |