Skip to content

Commit

Permalink
problem: not clear why and how we nostrocket
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Aug 28, 2024
1 parent 2870c54 commit 02be6d3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/views/n00b/N00b.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,36 @@

<div class="">
<div class="grid grid-cols-1 gap-4 md:grid-cols-2 xl:grid-cols-3">
<Card.Root class="flex h-full w-full flex-col">
<Card.Header>
<Card.Title>Nostriga Presentaton</Card.Title>
<Card.Description
>Watch this presentation to understand why and how we nostrocket</Card.Description
>
</Card.Header>
<iframe
class="h-full w-full"
src="https://www.youtube.com/embed/ddvHagjmRJY?start=28"
allow="autoplay"
></iframe>
<Card.Content class="grid gap-4 !pt-2">
<div>
<ul class="ml-6 list-disc [&>li]:mt-2">
<li>Bitcoin's only value proposition is that it is not permissioned by the State</li>
<li>
Bitcoin companies are permissioned by the State, there is no separation of money and
state for companies
</li>
<li>
Bitcoin defunds the State, so the State is going to rug every single one of these
companies
</li>
<li>nostr fixes this</li>
</ul>
</div>
</Card.Content>
<Card.Footer class="mt-auto"></Card.Footer>
</Card.Root>
<Card.Root class="flex h-full w-full flex-col">
<Card.Header>
<Card.Title>Proof of Work</Card.Title>
Expand Down

0 comments on commit 02be6d3

Please sign in to comment.