-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
export default function Instructions() { | ||
return ( | ||
<p id="menuText"> | ||
Welcome to John Boy Riso Lab! With this app, you can submit your own pictures, transform the RGB channels into risograph colors and download them for printing: | ||
<br /> | ||
<br /> 1. Upload your photo. | ||
<br /> 2. Choose from over 70 colors for the main channels. | ||
<br /> 3. Select a pattern for the risograph texture. | ||
<br /> 4. Play around with and modify the values of the textures. | ||
<br /> 5. Once you're satisfied, click "Download result" to download your model, conveniently divided into layers. | ||
<br /> | ||
<br /> Credits: P5.RISO, Dinamo Typefaces. | ||
</p> | ||
); | ||
} | ||
return ( | ||
<p id="menuText"> | ||
Welcome to John Boy Riso Lab! With this app, you can submit your own pictures, transform the RGB channels into risograph colors and download them for printing: | ||
<br /> | ||
<br /> 1. Upload your photo. | ||
<br /> 2. Choose from over 70 colors for the main channels. | ||
<br /> 3. Select a pattern for the risograph texture. | ||
<br /> 4. Play around with and modify the values of the textures. | ||
<br /> 5. Once you're satisfied, click "Download result" to download your model, conveniently divided into layers. | ||
<br /> | ||
<br /> Credits: P5.RISO, Dinamo Typefaces. | ||
</p> | ||
); | ||
} |