diff --git a/README.md b/README.md index 06aa9be..b46ec73 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ # marketPixel_website -Website for the entrepreneurship course \ No newline at end of file +> Landing page for the entrepreneurship course at Tallinn University of Technology + +![](assets/logo.png) + +MarketPixel is a platform that allows you to scan products in a supermarket to read their composition more easily. It is mainly intended for people who doesn't speak the languages present on the product labels. + +You will find on my gitlab the [application of marketPixel](https://gitlab.com/A1CY0N/marketpixel) as well as its [documentation](https://github.com/A1CY0N/marketPixel_doc). + +## Meta + +* [@A1CY0N](https://mamot.fr/@a1c0n) – a1cy0n@tutanota.com +* Ivar V. +* Christophe de G. + +Distributed under the MIT license. See ``LICENSE`` for more information. + +[https://github.com/A1CY0N](https://github.com/A1CY0N) + +## Contributing + +1. Fork it () +2. Create your feature branch (`git checkout -b feature/fooBar`) +3. Commit your changes (`git commit -am 'Add some fooBar'`) +4. Push to the branch (`git push origin feature/fooBar`) +5. Create a new Pull Request \ No newline at end of file diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..29556a6 Binary files /dev/null and b/assets/logo.png differ