Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update features section (closes #649) #669

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 7 additions & 30 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -264,29 +264,18 @@
<div slot="caption" class="text-container">
<h4>No platform fees</h4>
<p>
Drips is entirely open-source, and doesnʼt charge anything extra on top of network gas
fees.
Free to use beyond covering the cost of gas.
</p>
</div>
</ImageAndCaption></LpCard
>
<LpCard
><ImageAndCaption background>
<OneBalance slot="image" />
<div slot="caption" class="text-container">
<h4>One balance for all your streams</h4>
<p>Fund multiple streams using one account balance in a single transaction.</p>
</div>
</ImageAndCaption></LpCard
>
<LpCard
><ImageAndCaption background>
<GasOptimized slot="image" />
<div slot="caption" class="text-container">
<h4>You're in control</h4>
<h4>User controlled data</h4>
<p>
Your data and funds are yours forever. Drips runs fully on sovereign user-controlled
infrastructure.
Fully sovereign infrastructure for maximum data security.
</p>
</div>
</ImageAndCaption></LpCard
Expand All @@ -297,7 +286,7 @@
<div slot="caption" class="text-container">
<h4>No need to wrap tokens</h4>
<p>
Use ERC-20 tokens “as is”. No need to wrap them or trust a third party with your tokens.
Stream native tokens. No need to trust third-parties with funds.
</p>
</div>
</ImageAndCaption></LpCard
Expand All @@ -306,25 +295,13 @@
><ImageAndCaption background>
<OneContract slot="image" />
<div slot="caption" class="text-container">
<h4>One contract. One payment graph.</h4>
<h4>One contract</h4>
<p>
Drips uses one smart contract for streaming and splitting, enabling effortless and
flexible token routing.
Drips uses one smart contract for streaming and splitting.
</p>
</div>
</ImageAndCaption></LpCard
>
<LpCard
><ImageAndCaption background>
<div slot="image" class="illustration-container">
<div class="illustration"><MultiChain /></div>
</div>
<div slot="caption" class="text-container">
<h4>Coming soon: Multi-Chain</h4>
<p>Available on the most popular EVM networks: Ethereum, Mainnet, Polygon, Optimism.</p>
</div>
</ImageAndCaption></LpCard
>
</section>

<div class="section-spacer" />
Expand Down Expand Up @@ -625,7 +602,7 @@

section.grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 1.5rem;
}

Expand Down