From d6126294bf27c93e0f05cbd3129e9b20493db6d0 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Mon, 28 Feb 2022 09:34:37 -0500 Subject: Nix and updated templates --- templates/about.rs.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 templates/about.rs.html (limited to 'templates/about.rs.html') diff --git a/templates/about.rs.html b/templates/about.rs.html new file mode 100644 index 0000000..95fb994 --- /dev/null +++ b/templates/about.rs.html @@ -0,0 +1,43 @@ +@use super::{header_html, footer_html}; + +@() + +@:header_html(None, None) + +

Contact

+ +
+
+

Email

+

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.

+
+
+

Social Media

+
+
+ +

Selected Projects

+
+
+

Campmaster-Constantine (Discontinued)

+

Discord bot written in Rust, then Python. Discontinued after + discord.py was retired.

+
+
+

WG-Manager

+

Enables automatic provisioning of new peers across a Wireguard + network based on a management server.

+
+
+ +@:footer_html() -- cgit v1.2.3