diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 7785824..a5f388c 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -22,22 +22,26 @@ url = "/docs/prologue/introduction/" weight = 10 +[[main]] + name = "About" + url = "/about/" + weight = 10 + + [[main]] name = "Blog" url = "/blog/" - weight = 20 + weight = 10 [[main]] name = "Community" url = "/community/" - weight = 30 + weight = 10 [[main]] name = "Contact" url = "/contact/" - weight = 40 - - + weight = 10 [[social]] @@ -47,7 +51,33 @@ post = "v0.1.0" weight = 20 -# [[footer]] -# name = "Privacy" -# url = "/privacy-policy/" -# weight = 10 + +[[footer]] + name = "About" + url = "/about/" + weight = 10 + +[[footer]] + name = "Donate" + url = "/donate" + weight = 10 + +[[footer]] + name = "Privacy" + url = "/privacy-policy/" + weight = 10 + +[[footer]] + name = "Status" + url = "https://stats.uptimerobot.com/GK7VLFJnBl" + weight = 10 + +[[footer]] + name = "Security" + url = "/security" + weight = 10 + +[[footer]] + name = "Thanks" + url = "/thanks" + weight = 10 diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..ae8391e --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,27 @@ +--- +title: "About" +description: "About mCaptcha" +date: 2021-05-27 +lastmod: 2021-05-27 +draft: false +images: [] +--- + +mCaptcha is a kickass CAPTCHA systems that gives (DDoS) +attackers a run for their money. And we do all of this without tracking +your users. Oh and did I mention our UX is great? + +At mCaptcha, we believe in digital freedom and privacy and so we built +an proof-of-work based CAPTCHA system that doesn’t track. Seriously, no +tracking. But that isn’t the killer feature, our system doesn’t require +the user to pick cars or ID sidewalks — our system does it’s +thing(usually at the click of a button) and gets out of the way. Our +Philosophy + +## Philosophy + +Man has has come so far only because our ancestors chose to share their +knowledge with others. If everything was labeled intellectual property, +we might still be stuck in Stone Age. The idea of intellectual property +is alien to us. For this reason, all of our source code is freely +available(both as in freedom and beers) at our [GitHub](https://github.com/mCaptcha). diff --git a/content/contact/index.md b/content/contact/index.md index d9aba43..b835a5c 100644 --- a/content/contact/index.md +++ b/content/contact/index.md @@ -13,7 +13,7 @@ community](https://matrix.to/#/+mcaptcha:matrix.batsense.net), come say hi!. You can find -me([@realaravinth](http://localhost:1313/contributors/aravinth-manivannan/)) +me([@realaravinth](/contributors/aravinth-manivannan/)) on the [Matrix](https://matrix.to/#/@realaravinth:matrix.batsense.net), on [GitHub](https://github.com/realaravinth) or email me at [realaravinth@batense.net](mailto:realaravinth@batsense.net). diff --git a/content/donate/index.md b/content/donate/index.md new file mode 100644 index 0000000..01285e5 --- /dev/null +++ b/content/donate/index.md @@ -0,0 +1,35 @@ +--- +title: "Donate" +description: "Donate to mCaptcha" +date: 2021-05-27 +lastmod: 2021-05-27 +draft: false +--- + +mCaptcha is a small operation that is self-funded. At the time of +writing, we are not backed by any venture capitals. If you like +mCaptcha, please consider donating. Your donations will will go a long +way in supporting us. + +Some of the payment options are anonymous. You can optionally send +me([@realaravinth](/contributors/aravinth-manivannan/)) so that I can +thank you :) + +## XMR: + +``` +85QAHsHqg4WfA6G7ycXc7U4LmrSLCQARv6H9p3AYjf8o8YP +WH3ngC8Zi7bUYGUifdXb54Xuz41kcu2pqgGFuAYp3VSh5JsR +``` + +{{< img + src="mcptcha-donations-monero-address-qr.png" + alt="Monero address QR code" + caption="Monero address QR code" +>}} + +## Liberapay: + + + + diff --git a/content/donate/mcptcha-donations-monero-address-qr.png b/content/donate/mcptcha-donations-monero-address-qr.png new file mode 100644 index 0000000..f5c24d2 Binary files /dev/null and b/content/donate/mcptcha-donations-monero-address-qr.png differ diff --git a/content/security/index.md b/content/security/index.md new file mode 100644 index 0000000..6007c28 --- /dev/null +++ b/content/security/index.md @@ -0,0 +1,11 @@ +--- +title: "Community" +description: "Drop us an email." +date: 2021-03-10 +lastmod: 2021-03-10 20:48 +draft: false +images: [] +--- + +Come say hi at our [Matrix community](https://matrix.to/#/+mcaptcha:matrix.batsense.net) or write to me at +[realaravinth@batsense.net](mailto:realaravinth@batsense.net)! diff --git a/content/thanks/index.md b/content/thanks/index.md new file mode 100644 index 0000000..6007c28 --- /dev/null +++ b/content/thanks/index.md @@ -0,0 +1,11 @@ +--- +title: "Community" +description: "Drop us an email." +date: 2021-03-10 +lastmod: 2021-03-10 20:48 +draft: false +images: [] +--- + +Come say hi at our [Matrix community](https://matrix.to/#/+mcaptcha:matrix.batsense.net) or write to me at +[realaravinth@batsense.net](mailto:realaravinth@batsense.net)!