How to Submit your work
-
Fork the repository to your github account.
-
Forking a repository is a simple two-step process.
-
On GitHub, navigate to the BMSIT-CSE-2014/web-lab-assignment repository.
-
Fork button in the top-right corner of the page, click Fork.
That's it! Now, you have a fork of the original BMSIT-CSE-2014/web-lab-assignment repository.
-
-
-
You need to clone the repository to your local machine to made the changes
- Here a nice guide by Github on cloning the repository cloning repository
-
Once clone make the changes as needed, dont forget to commite the changes to the git
-
Create a new folder for yourself prefer you name as folder name (avoide the use capital letters in folder / directory name) and save your work under/inside it.
-
For home page or the first page which you wants to come up if someone visit your site save that page as index.html or index.htm
-
Here is nice guide on how to work with git
-
once done with changes push back the changes, you can refer above guide.
-
-
Once You have pushed the necessary change, create a pull request. Here is a nice guide by github on creating the pull requests
-
Once your pull request is accepted you can naviagte to the
https://bmsit-cse-2014.github.io/web-lab-assignment/<you folder/directory name>you can find the website you made there.
You are welcome to edit this guide too.