Update links to nstart.me

This commit is contained in:
dtonon
2025-03-31 17:09:28 +02:00
parent 588c0f9a86
commit 4b8e52c539
2 changed files with 5 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ new Typewriter(tw, {
<!-- Join Nostr -->
<dov class="mt-14 text-2xl font-semibold self-center">What are you waiting for?</dov>
<a href="https://start.njump.me" class="mt-4 self-center px-8 py-1 text-2xl bg-strongpink text-neutral-50 rounded-md ">Join Nostr</a>
<a href="https://nstart.me" class="mt-4 self-center px-8 py-1 text-2xl bg-strongpink text-neutral-50 rounded-md ">Join Nostr</a>
<!-- Get started -->
<div id="getstarted" class="relative px-4 sm:px-0 sm:flex mt-20 py-14 sm:py-28 justify-center bg-gradient-to-br from-slate-600 to-slate-900 text-neutral-50 dark:from-slate-700 dark:to-slate-950">
@@ -158,7 +158,7 @@ new Typewriter(tw, {
<div class="sm:flex sm:flex-row sm:flex-wrap sm:w-4/5">
<div class="sm:basis-1/2 sm:pr-20 mb-8">
<h3 class="text-2xl mb-1 text-strongpink">Create an account</h3>
<p>With Nostr there is not a central provider that give you an account, in fact your account is powered just by cryptography, and you could create one (or more!) yourself by hand, without any limit. But usually the easiest way is to use our <a href="https://start.njump.me" class="underline">new online wizard</a> to bootstrap a new account in seconds and then use it everywhere.</p>
<p>With Nostr there is not a central provider that give you an account, in fact your account is powered just by cryptography, and you could create one (or more!) yourself by hand, without any limit. But usually the easiest way is to use our <a href="https://nstart.me" class="underline">new online wizard</a> to bootstrap a new account in seconds and then use it everywhere.</p>
</div>
<div class="sm:basis-1/2 sm:pr-20 mb-8">
<h3 class="text-2xl mb-1 text-strongpink">Secure your key</h3>

View File

@@ -7,7 +7,7 @@ templ topTemplate(params HeadParams) {
<!-- Mobile header -->
<div class="fixed top-0 left-0 right-0 flex justify-between items-center w-full sm:hidden z-40 p-4 bg-white dark:bg-neutral-900">
<!-- Join Nostr Button (Mobile - Left) -->
<a href="https://start.njump.me" class="px-2 py-1 bg-strongpink text-neutral-50 rounded-md text-nowrap">Join Nostr</a>
<a href="https://nstart.me" class="px-2 py-1 bg-strongpink text-neutral-50 rounded-md text-nowrap">Join Nostr</a>
<!-- Hamburger menu utton -->
<button
@@ -41,7 +41,7 @@ templ topTemplate(params HeadParams) {
if !(params.IsAbout) {
<a href="/about" class="mr-4">What is <span class="text-strongpink">Njump</span>?</a>
}
<a href="https://start.njump.me" class="leading-9 mr-4 px-2 py-1 bg-strongpink text-neutral-50 rounded-md text-nowrap">Join Nostr</a>
<a href="https://nstart.me" class="leading-9 mr-4 px-2 py-1 bg-strongpink text-neutral-50 rounded-md text-nowrap">Join Nostr</a>
</div>
<div class="hidden sm:block sm:w-[14%]">
@@ -106,7 +106,7 @@ templ topTemplate(params HeadParams) {
<a href="/about" class="hover:text-strongpink">What is Njump?</a>
}
<a href="https://start.njump.me" class="text-strongpink">Join Nostr</a>
<a href="https://nstart.me" class="text-strongpink">Join Nostr</a>
</div>
<!-- Theme toggle -->