Skip to content

Commit

Permalink
bump the version & changed the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pethum-Jeewantha committed Sep 26, 2021
1 parent b80c1b7 commit fce9968
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 9 deletions.
5 changes: 1 addition & 4 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
SOFTWARE.
70 changes: 66 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]

<details open="open">
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
</li>
<li>
<a href="#getting-started">Getting Started</a>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#acknowledgements">Acknowledgements</a></li>
</ol>
</details>

## 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.
Copyright &copy; 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) - [email protected]

[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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fce9968

Please sign in to comment.