aboutsummaryrefslogtreecommitdiff
path: root/content/projects
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-16 22:10:46 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-16 22:10:46 -0400
commit3bec20d724ee950d9974977eefe04ac616b70762 (patch)
tree22e906b2a3c8829b5e99503af28dfadfd152c9db /content/projects
parent39d9b1450cfe4ccfa12c06e1e262cdca7384fbbf (diff)
downloadpablotron.org-3bec20d724ee950d9974977eefe04ac616b70762.tar.bz2
pablotron.org-3bec20d724ee950d9974977eefe04ac616b70762.zip
remove mathy and password-tester from about page, add to projects
Diffstat (limited to 'content/projects')
-rw-r--r--content/projects/mathy.md8
-rw-r--r--content/projects/password-strength.md8
2 files changed, 16 insertions, 0 deletions
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