Welcome to the Forms Submission Repo! Each mentee will:
- Fork this repository
- Create their own folder under
forms/your-name-form-title/ - Add an
index.html(and optionallystyle.css) - Raise a Pull Request (PR) to get it added!
all-forms-site/
β
βββ index.html # Homepage linking to all submitted forms
βββ README.md # Instructions for mentees
βββ forms/
βββ yourname/
βββ index.html # Example form
βββ index.css (optional)
- Fork this repository
- Clone your fork to your local machine
- Inside the
forms/folder, create a new folder following this pattern:
your-name-form-title - Add your HTML form as
index.htmlinside your folder. You can also add astyle.cssif you want to style your form. - Save your changes and commit them with a clear message, for example:
Added Sakshi Login Form - Push your changes to your forked repository.
- Open a Pull Request (PR) to this original repository, describing your form briefly.
Once your PR is reviewed and merged, your form will be listed on the homepage (index.html).
Happy coding! π