? A landing page as main page :page
? A section of photos captured by me ?
? My experience ?
? A resume page ?
? About section and
? Social media handles
This project was bootstrapped with Landing Page App.
In the project directory, you can run:
? Fork this repository? ? How to fork a repository
? Clone the forked repository into local space
? Do the changes
? Optional ? You can add comments at the start of the file, if you want to share something, like steps to run the code etc
? Add and commit the changes. ?(Please do not make changes in any other file, but if you want to work on bug/improvement then add an issue first)
? Don't forget to add your name, image url, country and the language used in contributor file
? Generate a Pull Request (Optional: add issue name in the title and url to the problem in description)
? That's it, We are done!!
$ git remote add upstream https://github.com/[Original Owner Username]/[Original Repository].gitHence, in this repository it would be
$ git remote add upstream https://github.com/ows-ali/Hacktoberfest.git/$ git fetch upstream$ git checkout [working branch]For example,
$ git checkout master$ git merge upstream/master$ git push origin masterYou can learn more in the W3Schools HTML5 tutorial and HTML CSS.