https://github.com/headlessnode/signup-form
https://github.com/headlessnode/signup-form
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/headlessnode/signup-form
- Owner: headlessNode
- License: mit
- Created: 2023-09-03T07:41:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T17:26:27.000Z (over 2 years ago)
- Last Synced: 2025-01-19T16:48:47.582Z (about 1 year ago)
- Language: HTML
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Project Overview
This project involves creating a visually appealing web page based on a design provided by The Odin Project. The primary goal is to faithfully replicate the design while ensuring proper functionality. The project is divided into several key steps.
## Specifications
Here are some of the specifications of the project:
- **Structuring the Page:** The HTML page is structured according to the design layout.
- **Text Readability:** Behind the "ODIN" logo, a div with a dark, semi-transparent background color is implemented. This enhances text readability against the busy background image.
- **Button Color:** Used the color #596D48 for the 'Create Account' button. This color complements the tones found in the background image.
- **Input Fields:** Input fields are customized as follows:
- Selected input fields have a blue border and subtle box-shadow.
- **Password Validation:** JavaScript is implemented to check if password fields match each other.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to replace the license name and link with the actual license you choose for your project.