Skip to content

srinayana3/all_forms

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

All Forms Site πŸ“

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 optionally style.css)
  • Raise a Pull Request (PR) to get it added!

Repository Structure

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)

πŸ‘£ Steps to Follow:

  1. Fork this repository
  2. Clone your fork to your local machine
  3. Inside the forms/ folder, create a new folder following this pattern:
    your-name-form-title
  4. Add your HTML form as index.html inside your folder. You can also add a style.css if you want to style your form.
  5. Save your changes and commit them with a clear message, for example:
    Added Sakshi Login Form
  6. Push your changes to your forked repository.
  7. 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! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.8%
  • CSS 20.2%