- This repo is dedicated to all the templates we regularly use while developing websites/webapps.
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your forked repository to your local machine by clicking on the
green button saying clone
and copy paste the url that looks like following in your terminal
git clone https://github.com/your-username/WebsiteTemplates.git
- Create folder with name like template-name_username
If I were to create a folder for login page template then,
I would name it like login_PrajjwalDatir and create this folder in login folder of the repository
This folder must contain all the code that you want to submit like the html, css folders image folder (if you have used one).
Also add a file named readme.txt that describes your project (and how to use it).
Finally add a screenshot of the webpage that you have created.
( For beginners I have added an example in the login folder )
- Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository if you had fun!