From 3bec20d724ee950d9974977eefe04ac616b70762 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 16 Oct 2021 22:10:46 -0400 Subject: remove mathy and password-tester from about page, add to projects --- content/projects/mathy.md | 8 ++++++++ content/projects/password-strength.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 content/projects/mathy.md create mode 100644 content/projects/password-strength.md (limited to 'content/projects') diff --git a/content/projects/mathy.md b/content/projects/mathy.md new file mode 100644 index 0000000..48b867d --- /dev/null +++ b/content/projects/mathy.md @@ -0,0 +1,8 @@ +--- +title: "Mathy" +slug: "mathy" +active: true +repo: "https://git.pablotron.org/mathy" +text: "Web-based LaTeX math renderer." +--- +Web-based LaTeX math renderer. \ No newline at end of file diff --git a/content/projects/password-strength.md b/content/projects/password-strength.md new file mode 100644 index 0000000..2dd6507 --- /dev/null +++ b/content/projects/password-strength.md @@ -0,0 +1,8 @@ +--- +title: "Password Strength Tester" +slug: "password-strength" +active: true +repo: "https://github.com/pablotron/password-strength" +text: "Web-based password strength tester based on zxcvbn." +--- +Web-based password strength tester based on zxcvbn. \ No newline at end of file -- cgit v1.2.3