forked from mCaptcha/website
about and donate pages
This commit is contained in:
parent
9266a1d8a8
commit
d47e7ae8b4
7 changed files with 124 additions and 10 deletions
|
@ -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
|
||||
|
|
27
content/about/index.md
Normal file
27
content/about/index.md
Normal file
|
@ -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).
|
|
@ -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).
|
||||
|
|
35
content/donate/index.md
Normal file
35
content/donate/index.md
Normal file
|
@ -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="<em>Monero address QR code</em>"
|
||||
>}}
|
||||
|
||||
## Liberapay:
|
||||
|
||||
<script src="https://liberapay.com/realaravinth/widgets/button.js"></script>
|
||||
|
||||
<noscript><a href="https://liberapay.com/realaravinth/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
|
BIN
content/donate/mcptcha-donations-monero-address-qr.png
Normal file
BIN
content/donate/mcptcha-donations-monero-address-qr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
11
content/security/index.md
Normal file
11
content/security/index.md
Normal file
|
@ -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)!
|
11
content/thanks/index.md
Normal file
11
content/thanks/index.md
Normal file
|
@ -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)!
|
Loading…
Reference in a new issue