mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-08 05:37:56 -05:00
style and wording
This commit is contained in:
parent
d5fe437bb8
commit
b4bff88bec
@ -14,6 +14,11 @@
|
|||||||
text-underline-offset: 0.2rem;
|
text-underline-offset: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article div {
|
||||||
|
padding-top: .5em;
|
||||||
|
padding-bottom: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
@ -210,7 +215,7 @@
|
|||||||
<h3 id="request">request</h3>
|
<h3 id="request">request</h3>
|
||||||
<p>
|
<p>
|
||||||
You can request a new listing by visiting the
|
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>
|
</p>
|
||||||
|
|
||||||
<h3 id="listing-process">listing process</h3>
|
<h3 id="listing-process">listing process</h3>
|
||||||
@ -357,8 +362,8 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you like this project, or
|
If you like this project, or
|
||||||
<a target="_blank" href="https://pluja.dev">any of my other ones</a
|
<a target="_blank" href="https://pluja.dev">any of my other projects</a
|
||||||
>, you can support my work through these methods:
|
>, you can support me through these methods:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="[&>span]:block space-y-6">
|
<div class="[&>span]:block space-y-6">
|
||||||
@ -632,22 +637,20 @@
|
|||||||
<h3 id="javascript">javascript</h3>
|
<h3 id="javascript">javascript</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
KYCNOT.me does not use Javascript. Everything is rendered server-side.
|
KYCNOT.me does not require Javascript. Everything is rendered server-side.
|
||||||
This means that you can use KYCNOT.me with Javascript disabled.
|
You can use KYCNOT.me with Javascript disabled.
|
||||||
</p>
|
</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">
|
<div class="[&>span]:block space-y-2">
|
||||||
<span>
|
<span>
|
||||||
<b>Service Requests</b>: The Proof-Of-Work captcha, that I coded myself, needs
|
<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
|
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.
|
||||||
it yourself on the repo.
|
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
<b>Comments</b>: The comment section on each of the services, needs
|
<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
|
JavaScript since it needs to fetch and post to Matrix. The code that
|
||||||
makes this interaction is also fully open source and can be reviewed
|
makes this interaction is also fully open source. Read more <a href="#comments">in this section.</a>
|
||||||
in the repo as well.
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user