-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update color tool banner image and project name
- Loading branch information
1 parent
18f3bc5
commit a387d09
Showing
1 changed file
with
46 additions
and
49 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,49 +1,46 @@ | ||
![tri](assets/image/banner.svg) | ||
<h1 align="center"> | ||
tri | ||
</h1> | ||
|
||
<p align="center"> | ||
<strong>A color tool for three character hexadecimal codes.</strong> | ||
</p> | ||
<p align="center"> | ||
<a href="https://github.com/FelixLuciano/tri/actions/workflows/deploy.yml"><img src="https://github.com/FelixLuciano/tri/actions/workflows/deploy.yml/badge.svg" alt="Deploy"></a> | ||
<img src="https://www.pwa-shields.com/1.0.0/series/classic/solid/purple.svg" alt="PWA Shield"> | ||
</p> | ||
|
||
|
||
## Features | ||
|
||
The app features a color picker to help you find the perfect color for your | ||
project, as well as a color storage to save your selections. Also it features a | ||
selection of already-chosen and harmonized colors to make your work easier. | ||
|
||
If the slightest variances don't cause you too much trouble, this tool is ideal | ||
for you whether you're a designer, developer, or just searching for a quick way | ||
to pick colors. | ||
|
||
Additionally, the app is a Progressive Web App (PWA) which allows users to | ||
access it offline. This means that even without an internet connection, you can | ||
still access the tool. | ||
|
||
### Accessibility | ||
|
||
W3C developed the WCAG2 set of international guidelines to make digital content | ||
better accessible to those with disabilities. Three grades of conformance (A, | ||
AA, and AAA) based on perceivability, operability understandability, and | ||
robustness. | ||
|
||
- **A**: Good for large text | ||
- **AA**: Good for small text and Excellent for large text | ||
- **AAA**: Excellent for small text | ||
|
||
## Check it out | ||
|
||
![App screenshot](assets/image/picker-screenshot.png) | ||
|
||
Here is the following link to | ||
[see it online](https://color.lucianofelix.com.br). | ||
|
||
## LICENSE | ||
|
||
This project is [MIT Licensed](LICENSE)! | ||
![color](assets/image/banner.svg) | ||
<h1 align="center"> | ||
color | ||
</h1> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/FelixLuciano/color/actions/workflows/deploy.yml"><img src="https://github.com/FelixLuciano/color/actions/workflows/deploy.yml/badge.svg" alt="Deploy"></a> | ||
<img src="https://www.pwa-shields.com/1.0.0/series/classic/solid/purple.svg" alt="PWA Shield"> | ||
</p> | ||
|
||
|
||
## Features | ||
|
||
The app features a color picker to help you find the perfect color for your | ||
project, as well as a color storage to save your selections. Also it features a | ||
selection of already-chosen and harmonized colors to make your work easier. | ||
|
||
If the slightest variances don't cause you too much trouble, this tool is ideal | ||
for you whether you're a designer, developer, or just searching for a quick way | ||
to pick colors. | ||
|
||
Additionally, the app is a Progressive Web App (PWA) which allows users to | ||
access it offline. This means that even without an internet connection, you can | ||
still access the tool. | ||
|
||
### Accessibility | ||
|
||
W3C developed the WCAG2 set of international guidelines to make digital content | ||
better accessible to those with disabilities. Three grades of conformance (A, | ||
AA, and AAA) based on perceivability, operability understandability, and | ||
robustness. | ||
|
||
- **A**: Good for large text | ||
- **AA**: Good for small text and Excellent for large text | ||
- **AAA**: Excellent for small text | ||
|
||
## Check it out | ||
|
||
![App screenshot](assets/image/picker-screenshot.png) | ||
|
||
Here is the following link to | ||
[see it online](https://color.lucianofelix.com.br). | ||
|
||
## LICENSE | ||
|
||
This project is [MIT Licensed](LICENSE)! |