Skip to content

Commit 3ecbbb9

Browse files
Merge pull request #10 from Vidit-jindal/master
#8 #9 Adding project structure , contribution guidelines and the license .
2 parents 2b4aa00 + 785b182 commit 3ecbbb9

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

LICENSE

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) 2020 Ajay Singh
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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,38 @@
3636

3737
#### Usage
3838
Open index.html
39+
40+
### Project Structure
41+
.
42+
├── screenshot
43+
| └── PHP.JPG
44+
| └── SVJPG.JPG
45+
| └── TW.JPG
46+
├── .gitignore
47+
├── LICENSE.md
48+
├── Readme.md
49+
├── index.html
50+
├── main.js
51+
├── style.css
52+
├── config.js
53+
└── ...
54+
55+
### Contributing :tada:
56+
57+
Being a project of an open source competition, we believe in the power of PRs as that's what makes any project awesome and inspires us to create and learn. Any contributions you make are **greatly appreciated**.
58+
59+
1. Fork the Project.
60+
2. Clone the Repo .
61+
2. Create your changes in the local repo .
62+
3. Commit your Changes with a proper commit message (`git commit -m '...Your Message...'`).
63+
4. Push to the Branch .
64+
5. Add a live link site hosted on github pages.
65+
6. Open a Pull Request mentioniong the issue number on commit message or create your own issue.
66+
67+
### Contact :email:
68+
For any query or build issues feel free to reach out the maintainers:<br>
69+
[Ajay](https://github.com/Code-Recursion) at [[email protected]] .
70+
71+
### License
72+
73+
Distributed under the MIT License. See License.md file.

0 commit comments

Comments
 (0)