From fce996846218f556f9f155a38d61c401b98122e7 Mon Sep 17 00:00:00 2001 From: Pethum-Jeewantha Date: Sun, 26 Sep 2021 18:42:35 +0530 Subject: [PATCH] bump the version & changed the README.md --- LICENSE.txt | 5 +--- README.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 3 files changed, 68 insertions(+), 9 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9d0ee62..9707c43 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,9 +2,6 @@ MIT License Copyright (c) 2021 - present Pethum Jeewantha. All rights reserved. -All trademarks, logos and brand names are the property of their respective owners. -All company, product and service names used in this website are for experiment purposes only. - 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 @@ -21,4 +18,4 @@ 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. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 2ecddd0..c1e8061 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,71 @@ # Twitter Clone -## Version -1.0.0 +[![Contributors][contributors-shield]][contributors-url] +[![Forks][forks-shield]][forks-url] +[![Stargazers][stars-shield]][stars-url] +[![MIT License][license-shield]][license-url] +[![LinkedIn][linkedin-shield]][linkedin-url] + +
+ Table of Contents +
    +
  1. + About The Project +
  2. +
  3. + Getting Started +
  4. +
  5. Usage
  6. +
  7. License
  8. +
  9. Contact
  10. +
  11. Acknowledgements
  12. +
+
+ +## About The Project + +* This repository is a clone of twitter website & this website built for experiment purposes only. + +## Getting Started + +* This website is hosted at [github page](https://pethum-jeewantha.github.io/vanilla-html-css-twitter-clone/). ## License -Copyright © Pethum Jeewantha. All Rights Reserved. License under the [MIT](LICENSE.txt) License. -All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for experiment purposes only. \ No newline at end of file +Copyright © 2021 - present Pethum Jeewantha. All rights reserved. + +Licensed under the [MIT](LICENSE.txt) license. + +All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for experiment purposes only. + +## Contact + +Pethum Jeewantha - [Twitter](https://twitter.com/JeewanthaPethum?s=08) - pethumjeewantha4@gmail.com + +[Project](https://github.com/Pethum-Jeewantha/vanilla-html-css-twitter-clone.git) + +## Acknowledgements + +* [Twitter](https://twitter.com/?lang=en) +* [Img Shields](https://shields.io) +* [Choose an Open Source License](https://choosealicense.com) + +[contributors-shield]: https://img.shields.io/github/contributors/Pethum-Jeewantha/vanilla-html-css-twitter-clone.svg?style=for-the-badge + +[contributors-url]: https://github.com/Pethum-Jeewantha/vanilla-html-css-twitter-clone/graphs/contributors + +[forks-shield]: https://img.shields.io/github/forks/Pethum-Jeewantha/vanilla-html-css-twitter-clone.svg?style=for-the-badge + +[forks-url]: https://github.com/Pethum-Jeewantha/vanilla-html-css-twitter-clone/network/members + +[stars-shield]: https://img.shields.io/github/stars/Pethum-Jeewantha/vanilla-html-css-twitter-clone.svg?style=for-the-badge + +[stars-url]: https://github.com/Pethum-Jeewantha/vanilla-html-css-twitter-clone/stargazers + +[license-shield]: https://img.shields.io/github/license/Pethum-Jeewantha/vanilla-html-css-twitter-clone.svg?style=for-the-badge + +[license-url]: https://github.com/Pethum-Jeewantha/vanilla-html-css-twitter-clone/blob/master/LICENSE.txt + +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 + +[linkedin-url]: https://www.linkedin.com/in/pethum-jeewantha-7b70aa1b1 diff --git a/package.json b/package.json index 8ee3447..9b052e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-clone", - "version": "1.0.0", + "version": "1.0.1", "description": "Twitter Clone", "keywords": ["twitter", "clone", "html", "css"], "license": "MIT",