Skip to content

Commit

Permalink
problem: new rocket onboarding doesn't ask user for all the details
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Jan 26, 2024
1 parent 1a266ae commit 9896e51
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 95 deletions.
81 changes: 38 additions & 43 deletions src/components/rockets/MissionText.svelte
Original file line number Diff line number Diff line change
@@ -1,55 +1,50 @@
<p>
A good vision or mission goes beyond <span style="font-style:italic;">sane</span> and
steps into
<span style="font-style:italic;">you can't be serious</span>.
</p>
<p>
Impossible missions create the right energy and attract the type of people a
young project needs. Everyone, except for a few idealists, should find your
mission <span style="font-style:italic;">impossible and crazy</span>.
</p>
<p>
A good vision or mission goes beyond <span
style="font-style:italic;font-weight:800;">sane</span
>
and steps into
<span style="font-style:italic;font-weight:800;">you can't be serious</span>.
</p>
<p>
<span style="font-style:italic;font-weight:800;">Impossible missions</span>
create the right energy and attract the type of people a young project needs.
<span style="font-style:italic;font-weight:800;"
>Everyone except for a few idealists should find your mission impossible and
crazy</span
>.
</p>

<p>
To formulate a good mission, think back to the problem you are solving. For
example, reddit is solving the problem of how to get the news from an
internet with far too many sources of interesting information, and its
mission is: <span style="font-style: italic;"
>The front page of the internet</span
>
</p>
<p>Some other good examples are:</p>
<h5>EXAMPLES</h5>

<ul>
<li style="font-style: italic;">
The free encyclopedia that anyone can edit
</li>
<li style="font-style: italic;">a peer-to-peer electronic cash system</li>
<li style="font-style: italic;">
a truly censorship-resistant alternative to Twitter
</li>
<li style="font-style: italic;">
Helps you connect and share with the people in your life
</li>
<li style="font-style: italic;">
The fastest way ever to stop fiat mining
</li>
</ul>
<ul>
<li style="font-style: italic;">
WIKIPEDIA: The free encyclopedia that anyone can edit
</li>
<li style="font-style: italic;">
BITCOIN: a peer-to-peer electronic cash system
</li>
<li style="font-style: italic;">
NOSTR: a truly censorship-resistant alternative to social media
</li>
<li style="font-style: italic;">
REDDIT: The Front Page of the Internet
</li>
</ul>

<style>
p {
padding-top: 10px;
}
ul {
<style>
p {
padding-top: 10px;
}
ul {
list-style-position: inside;
line-height: 140%;
list-style-type: square;
margin: 1%;
font-size: 12pt;
}
li {
margin: 1%;
}
</style>
</style>
Loading

0 comments on commit 9896e51

Please sign in to comment.