Add nostrdesign.org to the homepage

This commit is contained in:
dtonon
2024-06-18 15:14:34 +02:00
parent d7bdded88f
commit 0b1cba8e29

View File

@@ -256,16 +256,21 @@ new Typewriter(tw, {
<div class="w-full max-w-screen-2xl sm:w-11/12 sm:px-4 md:w-10/12 lg:w-9/12">
<h2 class="text-4xl mb-10 sm:mb-12 sm:text-center">Develop on Nostr</h2>
<div class="sm:flex sm:gap-20">
<div class="basis-1/2">
<div class="basis-1/3">
<h2 class="text-2xl text-strongpink">Where it all started</h2>
<div class="mt-2">The Nostr "manifesto" was published in 2019 and slowly but surely the community gathered around the idea and expanded it, turning it into a fast, flexible and usable protocol that is used by real people everyday.</div>
<a class="block underline mt-2 text-right" href="https://fiatjaf.com/nostr.html" target="_blank">Read more >></a>
</div>
<div class="basis-1/2">
<div class="basis-1/3">
<h2 class="text-2xl text-strongpink">Discover the NIPs</h2>
<div class="mt-2">NIPs stand for "Nostr Implementation Possibilities", they exist to document what may be implemented by Nostr compatible relay and client software; study them to develop your project.</div>
<div class="mt-2">NIPs stand for "Nostr Implementation Possibilities", they exist to document what may be implemented by Nostr compatible relay and client software; study them to develop your new Nostr application.</div>
<a class="block underline mt-2 text-right" href="https://github.com/nostr-protocol/nips" target="_blank">Read more >></a>
</div>
<div class="basis-1/3">
<h2 class="text-2xl text-strongpink">The design guide</h2>
<div class="mt-2">Nostrdesign.org is the official resource with which you can discover how to best develop the interface for your Nostr application, discover new paradigms and optimise the UI and user experience.</div>
<a class="block underline mt-2 text-right" href="https://nostrdesign.org/" target="_blank">Read more >></a>
</div>
</div>
</div>
</div>