This project is a responsive signup form designed for a wellness platform aimed at individuals and companies. The page includes input fields for personal details, such as name, gender, date of birth, weight, and activity level. The form features a clean, modern design using HTML and CSS.
User-Friendly Interface The page offers a simple and intuitive form layout with labels and placeholder text for better usability.
Responsive Design The layout is responsive, ensuring compatibility across various devices and screen sizes.
- First Name & Last Name
- Gender (Dropdown)
- Date of Birth (Date Picker)
- Weight (KG)
- Height (CM)
- Activity Level (Dropdown)
- Password (Password Field)
- Interactive Buttons & Links
- Includes a registration button and links to the Terms of Use and Privacy Policy.
index.html
: Contains the HTML structure of the signup page.
styles.css
: Defines the custom styling for the page.
styles/global.css
: Includes global styles and utility classes.
assets/Logo.png
: Placeholder for the brand logo.
How to Use
Clone the repository to your local machine.
Open index.html
in any modern web browser.
Customize the form styles by editing styles.css and styles/global.css.
Future Enhancements
Add form validation for improved user input handling.
Implement a backend to store user data securely.
Enhance styling with animations or transitions for better user experience.