Skip to content

Commit 7fd1e71

Browse files
author
tech-chieftain
committed
2 parents 7ca87e0 + 27011eb commit 7fd1e71

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Salah Al-Dhaferi
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Exhibit
2+
3+
Exhibit lets color-blind people know what color the mouse is over. It can also help designers know the colors used on a website/design by showing the HSV values of the color.
4+
5+
## Getting Started
6+
7+
This is a very simple software. Install it on your PC and use it to know the colors of products or web elements.
8+
9+
### Prerequisites
10+
11+
The only prerequisite is .Net framework v4.0
12+
13+
### Installing
14+
15+
You can build it yourself or download the release version.
16+
## Built With
17+
18+
* [.Net framework v4.0](https://www.microsoft.com/en-US/Download/confirmation.aspx?id=17718) - The framework used
19+
* [Visual Studio 2015](https://www.visualstudio.com/downloads/) - IDE
20+
* [C#](https://www.visualstudio.com/downloads/) - Programming language
21+
22+
## Contributing
23+
24+
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
25+
26+
## Versioning
27+
28+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
29+
30+
## Authors
31+
32+
* **Salah Al-Dhaferi** - *Initial work* - [tech-chieftain](https://github.com/tech-chieftain)
33+
34+
## License
35+
36+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
37+
38+
## Acknowledgments
39+
40+
* John Gietzen (Used his code to check colors under the mouse pointer)

0 commit comments

Comments
 (0)