This contact form page was created to complete the FreeCodeCamp Responsive Web Design certification. This contact form page displays several fields and options that the user can fill in, such as name, email, age, etc. This contact form page is just a static page. So that any data you enter will not be sent or responded to. To see the results of this page, you can click here.
- Apply the principles of HTML semantics and flexbox CSS;
- Create a fully responsive design without the use of external libraries;
- Create a page design that is attractive and comfortable for users to see.
- HTML5
- CSS3
- Figma (to design)
- Firebase (to host)
- Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
- Clone the repository:
$ git clone https://github.com/daffaazhar/contact-form.git
. - Create a new branch:
$ git checkout https://github.com/daffaazhar/contact-form -b name_for_new_branch
. - Make changes and test.
- Submit Pull Request with comprehensive description of changes.