mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-07 13:17:57 -05:00
style and wording
This commit is contained in:
parent
d5fe437bb8
commit
b4bff88bec
@ -14,6 +14,11 @@
|
||||
text-underline-offset: 0.2rem;
|
||||
}
|
||||
|
||||
article div {
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
@ -210,7 +215,7 @@
|
||||
<h3 id="request">request</h3>
|
||||
<p>
|
||||
You can request a new listing by visiting the
|
||||
<a href="/request/service">Request</a> page.
|
||||
<a href="/request/service">Request</a> page. The request form requires javascript to avoid spam. <a href="#javascript">Read more about the PoW captcha in this section.</a>.
|
||||
</p>
|
||||
|
||||
<h3 id="listing-process">listing process</h3>
|
||||
@ -357,8 +362,8 @@
|
||||
|
||||
<p>
|
||||
If you like this project, or
|
||||
<a target="_blank" href="https://pluja.dev">any of my other ones</a
|
||||
>, you can support my work through these methods:
|
||||
<a target="_blank" href="https://pluja.dev">any of my other projects</a
|
||||
>, you can support me through these methods:
|
||||
</p>
|
||||
|
||||
<div class="[&>span]:block space-y-6">
|
||||
@ -632,22 +637,20 @@
|
||||
<h3 id="javascript">javascript</h3>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p>Only things that <b>require</b> JavaScript to be enabled are:</p>
|
||||
<p>Only things that do <b>require</b> JavaScript to be enabled are:</p>
|
||||
<div class="[&>span]:block space-y-2">
|
||||
<span>
|
||||
<b>Service Requests</b>: 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 <a rel="no-referrer" target="_blank" href="https://codeberg.org/pluja/kycnot.me/src/branch/main/src/frontend/static/js/pow.js">open-source</a> 2.5kb javascript function.
|
||||
</span>
|
||||
<span>
|
||||
<b>Comments</b>: 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 <a href="#comments">in this section.</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user