Skip to content

Commit

Permalink
refactor: update stream gallery
Browse files Browse the repository at this point in the history
refactor: fix image width
  • Loading branch information
PaulRBerg committed Oct 30, 2023
1 parent 41e1198 commit b9e62d6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/apps/01-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The best way to interact with the Sablier V2 Protocol is through the official cl
at [sablier.com](https://sablier.com) for a presentation of what the protocol can do, or go directly to
[app.sablier.com](https://app.sablier.com) to create your first stream.

| [Example stream](http://app.sablier.com/stream/LD-5-12/) | [Create stream](http://app.sablier.com/gallery/) |
| -------------------------------------------------------- | ------------------------------------------------ |
| ![Stream profile](/screenshots/stream-profile.png) | ![Create stream](/screenshots/gallery.png) |
| [Example stream](http://app.sablier.com/stream/LD-5-12/) | [Create stream](http://app.sablier.com/gallery/) |
| ----------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| <img alt="Stream profile" width="400" src="/screenshots/stream-profile.png"/> | <img alt="Create stream" width="430" src="/screenshots/gallery.png"/> |

## Features

Expand All @@ -24,7 +24,7 @@ features.
We've created a couple of tutorials and guides to help you interact with the client applications. From creating a stream
to withdrawing or setting up a group of stream with a [Safe multisig](https://safe.global), we've got you covered.

[See guides](/apps/guides)
[Go to guides](/apps/guides)

## Sablier V1

Expand Down
18 changes: 13 additions & 5 deletions docs/apps/02-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,20 @@ Streaming, everywhere. We support 8+ EVM chains and testnets where you can strea

## The universal streaming engine

You are in full control of the streaming model: linear, linear with cliffs, exponential, logarithmic or any other
dynamic curve you can dream up.
You are in full control of the streaming model:

| |
| ------------------------------------ |
| ![Gallery](/screenshots/gallery.png) |
- Unlock in Steps
- Timelock
- Unlock-Linear
- Unlock-Dynamic
- Exponential
- Cliff-Exponential

Or any other dynamic curve you can dream up.

| |
| -------------------------------------- |
| ![Gallery](/screenshots/gallery-2.png) |

## Streamlined operations

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/03-use-cases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ wait months, quarters, or sometimes even longer to obtain their compensation.

Sablier solves these problems by automating the entire vesting process.

The initial setup involves creating the streams, which only needs to be done once. You simply to specify the total
duration of the stream (e.g., two years), and that's all - no further actions are required from you. With Sablier,
vesting is a "set it and forget it" process.
The initial setup involves creating the streams, which only needs to be done once. You simply specify the total duration
of the stream (e.g., two years), and that's all - no further actions are required from you. With Sablier, vesting is a
"set it and forget it" process.

Then, recipients receive their compensation gradually over time: with every second that passes, they receive a fraction
of their allocated compensation. This model aligns with the incentives of both parties. The organization only needs to
Expand Down
Binary file added static/screenshots/gallery-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9e62d6

Please sign in to comment.