2021-03-09 18:56:02 +05:30
{{ define "main" }}
< section class = "section container-fluid mt-n3 pb-3" >
< div class = "row justify-content-center" >
< div class = "col-lg-12 text-center" >
< h1 class = "mt-0" > {{ .Title }}< / h1 >
< / div >
< div class = "col-lg-9 col-xl-8 text-center" >
< p class = "lead" > {{ .Params.lead | safeHTML }}< / p >
2023-10-21 16:49:10 +05:30
< a class = "btn btn-primary btn-lg px-4 mb-2" href = "https://showcase.mcaptcha.org/" role = "button" > Try mCaptcha< / a >
2021-07-21 21:17:08 +05:30
& nbsp & nbsp & nbsp
2023-10-30 15:51:33 +05:30
< a class = "btn btn-primary btn-lg px-4 mb-2" href = "{{ " / docs / webmasters / installing-captcha / " | absURL } } " role = "button" > Get started< / a >
2021-03-09 18:56:02 +05:30
< p class = "meta" > Libre software < a href = "https://github.com/mCaptcha" > GitHub< / a > < / p >
< / div >
< / div >
< / section >
{{ end }}
{{ define "sidebar-prefooter" }}
< section class = "section section-sm" >
< div class = "container" >
< div class = "row justify-content-center text-center" >
< div class = "col-lg-5" >
< h2 class = "h4" > Privacy focused< / h2 >
< p > Doesn't track, doesn't profile your users.< / p >
< / div >
< div class = "col-lg-5" >
< h2 class = "h4" > Robust and Accurate< / h2 >
< p > Got users behind < a href = "https://en.wikipedia.org/wiki/Network_address_translation" > NATs< / a > ? No issues. We don't use IP address for rate-liming. NAT or not you get the mCaptcha experience.
< / div >
< div class = "col-lg-5" >
< h2 class = "h4" > Best-in-class UX< / h2 >
2022-04-25 22:36:57 +05:30
< p > mCaptcha is silent, so silent that your users won't even feel it. No more annoying images, no more helping for Big Brothers with their ML stuff< / p >
2021-03-09 18:56:02 +05:30
< / div >
< / div >
< div class = "row justify-content-center text-center" >
< div class = "col-lg-5" >
< h2 class = "h4" > Defend like castles< / h2 >
2022-08-04 15:28:35 +05:30
< p > Our < a href = "https://en.wikipedia.org/wiki/Proof_of_work" > PoW< / a > -based solution defends fierily. mCaptcha makes attacking your site more expensive than what it will take for you to respond to the attacker's requests< / p >
2021-03-09 18:56:02 +05:30
< / div >
< div class = "col-lg-5" >
< h2 class = "h4" > Libre Software< / h2 >
2022-08-04 15:28:35 +05:30
< p > Client libraries are licensed using proprietary-friendly free software licenses but the core is < a href = "http://www.gnu.org/licenses/agpl-3.0" > AGPL'd< / a > . We believe this is a tech that can change the way the web works so mCaptcha will always be free< / p >
2021-03-09 18:56:02 +05:30
< / div >
< div class = "col-lg-5" >
< h2 class = "h4" > xCaptcha drop-in replacement< / h2 >
2022-08-04 15:28:35 +05:30
< p > Already using a captcha solution? No worries, our APIs are compatible with reCAPTCHA and hCaptcha!< / p >
2021-03-09 18:56:02 +05:30
< / div >
< / div >
< / div >
< / section >
{{ end }}
{{ define "sidebar-footer" }}
< section class = "section section-sm container-fluid" >
< div class = "row justify-content-center text-center" >
< div class = "col-lg-9" >
{{- .Content -}}
< / div >
< / div >
< / section >
{{ end }}