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

Added Flow style guide #764

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
Binary file added docs/img/daisy_bush.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/light_slate_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/mirage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sunset_orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/warm_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions docs/style_guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Flow PHP - Style Guide

<img src="flow_php_banner_02_2022.png"/>

### Fonts

- [Cabin](https://fonts.google.com/specimen/Cabin)

### Colors:

<table>
<thead>
<tr>
<td>Sunset Orange</td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that having a hex next to the name will make it easier to use

<td>Light Slate Blue</td>
<td>Warm Blue</td>
<td>Daisy Bush</td>
<td>Mirage</td>
</tr>
</thead>
<tbody>
<tr>
<td><img src="img/sunset_orange.png" alt="Sunset Orange" title="Sunset Orange" width="100px" height="100px"></td>
<td><img src="img/light_slate_blue.png" alt="Light Slate Blue" title="Light Slate Blue" width="100px" height="100px"></td>
<td><img src="img/warm_blue.png" alt="Warm Blue" title="Warm Blue" width="100px" height="100px"></td>
<td><img src="img/daisy_bush.png" alt="Daisy Bush" title="Daisy Bush" width="100px" height="100px"></td>
<td><img src="img/mirage.png" alt="Mirage" title="Warm Blue" width="100px" height="100px"></td>
</tr>
</tbody>
</table>