diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-16 22:10:46 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-16 22:10:46 -0400 |
commit | 3bec20d724ee950d9974977eefe04ac616b70762 (patch) | |
tree | 22e906b2a3c8829b5e99503af28dfadfd152c9db /content/articles | |
parent | 39d9b1450cfe4ccfa12c06e1e262cdca7384fbbf (diff) | |
download | pablotron.org-3bec20d724ee950d9974977eefe04ac616b70762.tar.bz2 pablotron.org-3bec20d724ee950d9974977eefe04ac616b70762.zip |
remove mathy and password-tester from about page, add to projects
Diffstat (limited to 'content/articles')
-rw-r--r-- | content/articles/about.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/articles/about.md b/content/articles/about.md index 0ffb54b..844b2cd 100644 --- a/content/articles/about.md +++ b/content/articles/about.md @@ -43,9 +43,6 @@ it. * [GitHub][github-me]: My [GitHub][] page. * [Keybase][keybase-me]: My [Keybase][] page. -* [Mathy][mathy]: Web-based LaTex math renderer. -* [Password Strength Tester][password-strength]: Simple password - strength tester based on [zxcvbn][]. ## Old Sites @@ -74,6 +71,3 @@ Machine][] at the following URLs: [github]: https://github.com/ "GitHub" [keybase-me]: https://keybase.io/pablotron "My Keybase page." [keybase]: https://keybase.io "Keybase secure messaging and file sharing" -[mathy]: https://mathy.pmdn.org/ "Web-based LaTeX math renderer." -[password-strength]: https://pmdn.org/password-strength/ "Password strength tester." -[zxcvbn]: https://github.com/dropbox/zxcvbn "password strenght library" |