-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ff669f
commit 2c82236
Showing
7 changed files
with
120 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<script> | ||
import { Tile } from "carbon-components-svelte"; | ||
</script> | ||
|
||
<h2>Nostrocket Funding</h2> | ||
<Tile | ||
><p>Merits are something akin to equity in a Rocket.</p> | ||
<p> | ||
<em>All</em> revenue generated by a Rocket goes <em>directly</em> to the merit | ||
holders (Nostrocket is strictly non-custodial). | ||
</p> | ||
<p> | ||
Merits are only ever produced in response to work being completed - usually a merged pull request. | ||
</p> | ||
|
||
<p> | ||
Contributors may at times want to recieve Bitcoin in exchange for their work, rather than Merits. This is the <em>only</em> way | ||
non-contributors can acquire merits in a Rocket. | ||
</p> | ||
<p>When Merits become available to sponsors, they will be offered to people in the order in which they joined the funding queue.</p> | ||
<p> | ||
It's not currently possible to join the funding queue. This feature is | ||
coming soon. | ||
</p> | ||
</Tile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<script> | ||
import { Tile } from "carbon-components-svelte"; | ||
</script> | ||
<h2>We are hiring!</h2> | ||
<Tile><p>Currently hiring: svelte developer.</p><p>Contact gsovereignty on nostr.</p></Tile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<script> | ||
import { Button, Tile } from "carbon-components-svelte"; | ||
import { Rocket } from "carbon-icons-svelte"; | ||
</script> | ||
|
||
<h2>Nostrocket Products</h2> | ||
<Tile | ||
><p> | ||
Rockets should ultimately produce products/services that people want to pay | ||
for. | ||
</p> | ||
</Tile> | ||
<Tile light style="margin-top:2px"> | ||
<h3>GitRocket: one push away from world domination</h3> | ||
<p>What you get:</p> | ||
<ul> | ||
<li>A public git repository to use as the home for your project</li> | ||
<li>Use all your existing git tooling and workflow</li> | ||
<li>No passwords, just your nostr identity</li> | ||
<li>Add maintainers simply by publishing their npubs</li> | ||
<li>inter-operability with any NIP34 client</li> | ||
<li>Zero exit costs, migrate to your own server at any time</li> | ||
</ul> | ||
<Button on:click={()=>{alert("coming soon")}} icon={Rocket}>BUY NOW</Button> | ||
</Tile> | ||
|
||
<style> | ||
h3 { | ||
margin-bottom: 10px; | ||
} | ||
li { | ||
margin-top: 10px; | ||
} | ||
ul { | ||
list-style-position: inside; | ||
line-height: 140%; | ||
list-style-type:square; | ||
margin: 1%; | ||
font-size: 12pt; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<script> | ||
import { Tile } from "carbon-components-svelte"; | ||
</script> | ||
<h2>Nostrocket Unprotocol</h2> | ||
<Tile>COMING SOON!</Tile> |