Skip to content

Lakshit-Chiranjiv/Github-Landing-Page-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-Landing-Page-clone

  • This project was a part of Codedamn hacktoberfest 2021

  • Simple Landing page UI clone

Tech Stack Used :

HTML5 CSS3

Info-Stats

repo size

Contributing

Contributions and Ideas are always welcome!

Steps to Contributing:-

  1. Fork the Repository(If you like it then you can also star the Repository as it helps to grow)

  2. You should be having git installed and your Github username and email setup on your system.

  3. Clone the forked Repository.
    git clone <Forked_Repository_Link>

  4. Go to the local Repository folder and open git bash or terminal.

  5. Add upstream url to the local repository.
    git remote add upstream <Actual_Repository_Link>

  6. Create a new branch (Recommended to name the branch same as your name)
    git checkout -b <Your_Branch_Name>

  7. Now make the changes which you are assigned or which you think are important and efficient in the Project folder.

  8. Check your changes.
    git status

  9. Add and commit the changes.
    git add .
    git commit -m <Relevant_Commit_Message>

  10. Push changes to the forked remote repository.
    git push origin <Your_Branch_Name>

  11. Go to Github and then Create pull request to the Actual Repository. Make sure the pull request is made to the main branch of the Actual Repository.

  12. ALL DONE!! Now wait for the PR to be reviewed.

THANKYOU !!! 👍

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published