Skip to content

A basic login/sign-in page of Netflix, created using HTML and CSS.

Notifications You must be signed in to change notification settings

rohit32999/Netflix-Sign-In-Page

Repository files navigation

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit GitHub repo size Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Netflix-Sign-In-Page

A basic login/sign-in page of Netflix, created using HTML and CSS.

image


Login and sign up page demo:

Issues and PRs

If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.

We'd also love PRs. If you're thinking of a large PR, we advise opening up an issue first to talk about it, though! Look at the links below if you're not sure how to open a PR.

How to Contribute

  • Take a look at the Existing [Issues] or create your own!
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this is all about.

How to make a Pull Request

1. Fork the repository by clicking on the Fork symbol at the top right corner.

2. Clone the forked repository.

   git clone https://github.com/rohit32999/Netflix-Sign-In-Page.git

3. Navigate to the project directory.

   cd Netflix-Sign-In-Page

4. Create a new branch:

   git checkout -b YourBranchName

5. Make changes in source code.

6. Stage your changes and commit

   git add .
   git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

   git push origin YourBranchName

8. Create a PR

Note If anyone contributes to this repository, then the changes will not be reflected in your local repository. For that:

9. Setup a reference(remote) to the original repository to get all the changes from the remote.

   git remote add upstream https://github.com/rohit32999/Netflix-Sign-In-Page.git

10. Check the remotes for this repository.

   git remote -v

11. Fetching from the remote repository will bring in its branches and their respective commits.

   git fetch upstream

12. Make sure that you're on your master branch.

   git checkout master

13. Now that we have fetched the upstream repository, we want to merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing our local changes.

   git merge upstream/master

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contributors ✨

Gratitude is extended to these amazing individuals 💜


Rohit Chakrabarti




Debaditya Som




Sneha123-zudo




Aniket De




Ankan Pal


logo

Anurag4002


logo

Rajdeep Chowdhury


logo

Shreya Kumari


logo

Sangneel Deb


logo

Asghar Hussain


logo

Prakash Mondal


logo

Arpan Chowdhury


logo

Arghadip Manna


logo

Satwick Mukherjee


logo

SAYAN DAN


logo

Soham Ghosh


logo

Saptarshi Paul


logo

Let's enjoy in home

About

A basic login/sign-in page of Netflix, created using HTML and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 17