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 +++++++++++++++++++++++++++++++++++++++++++ templates/index.rs.html | 14 +++++++++++++- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 templates/about.rs.html (limited to 'templates') 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() diff --git a/templates/index.rs.html b/templates/index.rs.html index cc597de..31ed504 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -28,7 +28,19 @@ Among other things.

I am currently pursuing a Bachelors degree in Computer Science at - Worcester Polytechnic Institute. + Worcester Polytechnic Institute.

+ + My past projects are, in no particular order: +
-- cgit v1.2.3