diff --git a/src/frontend/templates/about.html b/src/frontend/templates/about.html index 6da9730..cf3653f 100644 --- a/src/frontend/templates/about.html +++ b/src/frontend/templates/about.html @@ -14,6 +14,11 @@ text-underline-offset: 0.2rem; } + article div { + padding-top: .5em; + padding-bottom: .5em; + } + h1, h2, h3, @@ -210,7 +215,7 @@

request

You can request a new listing by visiting the - Request page. + Request page. The request form requires javascript to avoid spam. Read more about the PoW captcha in this section..

listing process

@@ -357,8 +362,8 @@

If you like this project, or - any of my other ones, you can support my work through these methods: + any of my other projects, you can support me through these methods:

@@ -632,22 +637,20 @@

javascript

- KYCNOT.me does not use Javascript. Everything is rendered server-side. - This means that you can use KYCNOT.me with Javascript disabled. + KYCNOT.me does not require Javascript. Everything is rendered server-side. + You can use KYCNOT.me with Javascript disabled.

-

Only things that require JavaScript to be enabled are:

+

Only things that do require JavaScript to be enabled are:

Service Requests: The Proof-Of-Work captcha, that I coded myself, needs - JavaScript for the verfication. The code is public, and you can read - it yourself on the repo. + JavaScript for the verfication. It is an open-source 2.5kb javascript function. Comments: The comment section on each of the services, needs - JavaScript since it needs to fetch and post to Nostr. The code that - makes this interaction is also fully open source and can be reviewed - in the repo as well. + JavaScript since it needs to fetch and post to Matrix. The code that + makes this interaction is also fully open source. Read more in this section.