Skip to content

Commit

Permalink
problem: wording is not great
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Aug 14, 2024
1 parent 9ef3145 commit 5bebea3
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions src/views/n00b/N00b.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts">
import { goto } from '$app/navigation';
import { base } from '$app/paths';
import { Button } from '$lib/components/ui/button/index.js';
import * as Card from '$lib/components/ui/card/index.js';
Expand Down Expand Up @@ -39,12 +40,17 @@
No interview process or CV's required, apply by sending a pull request to solve a
small problem
</li>
<li>Get paid in Sats for every pull request</li>
<li>Get paid in Sats</li>
</ul>
</div>
</Card.Content>
<Card.Footer>
<Button class="w-full">Apply Now</Button>
<Button
on:click={() => {
window.location.href = 'https://github.com/nostrocket/hypergolic/issues';
}}
class="w-full">Apply Now</Button
>
</Card.Footer>
</Card.Root>
</div>
Expand All @@ -60,17 +66,18 @@
<div>
<ul class="ml-6 list-disc [&>li]:mt-2">
<li>
Nostrocket is the most efficient way (ever) to invest in emerging technologies
Nostrocket is the most efficient way (ever) to invest in emerging technologies like
nostr
</li>
<li>
Every Sat goes directly to a contributor for solving a problem in the critical path
towards (more) revenue
Your sats go directly to a contributor for work that has already been completed and
solves a problem in the critical path to (more) revenue
</li>
<li>
Revenue goes straight from the paying customer's wallet into your wallet as an
equity holder
</li>
<li>No KYC, ever.</li>
<li>Non-custodial, no KYC (ever).</li>
</ul>
</div>
</Card.Content>
Expand All @@ -96,12 +103,16 @@
funding)
</li>
<li>
Nostrocket obsoletes the need for financial accounting, capital raising, compliance,
business plans, etc.
Obsolete the need for financial accounting, capital raising, compliance, business
plans, etc.
</li>
<li>
Make your project socially scalable by becoming radically fair and meritocratic to
all contributors and investors.
</li>
<li>
Nostrocket is radically meritocratic and fair to project creators, contributors, and
investors, for the entire life of the project
Makes your project immune to parasites by giving them nowhere to hide and nothing to
leech from.
</li>
</ul>
</div>
Expand Down

0 comments on commit 5bebea3

Please sign in to comment.