From 7aabce7e0a9c5558d8bb2ef58a8285d4a8734c4e Mon Sep 17 00:00:00 2001 From: Salah Al-Dhaferi Date: Fri, 2 Mar 2018 21:20:27 +0300 Subject: [PATCH 1/3] Create README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f5d3b6 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# Exhibit + +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. + +## Getting Started + +This is a very simple software. Install it on your PC and use it to know the colors of products or web elements. + +### Prerequisites + +The only prerequisite is .Net framework v4.0 + +### Installing + +You can build it yourself or download the release version. +## Built With + +* [.Net framework v4.0](https://www.microsoft.com/en-US/Download/confirmation.aspx?id=17718) - The framework used +* [Visual Studio 2015](https://www.visualstudio.com/downloads/) - IDE +* [C#](https://www.visualstudio.com/downloads/) - Programming language + +## Contributing + +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. + +## Versioning + +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). + +## Authors + +* **Salah Al-Dhaferi** - *Initial work* - [tech-chieftain](https://github.com/tech-chieftain) + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details + +## Acknowledgments + +* John Gietzen (Used his code to check colors under the mouse pointer) From 6add38e692a4313e34ed6c70fa5a74c7ac0b38bc Mon Sep 17 00:00:00 2001 From: Salah Al-Dhaferi Date: Fri, 2 Mar 2018 21:30:51 +0300 Subject: [PATCH 2/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..814bed4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Salah Al-Dhaferi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 27011eb3a7a9132edee7dd7cfad9f8c272d4aed2 Mon Sep 17 00:00:00 2001 From: Salah Al-Dhaferi Date: Fri, 2 Mar 2018 21:32:09 +0300 Subject: [PATCH 3/3] Rename LICENSE to LICENSE.md --- LICENSE => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md