DOM-9 Create a CV form-generated Page
Create a form that accepts the following fields:
An input of type text where someone can put his name.
An input of type data where someone can put his birthday date
An input of type file where someone can choose a photo from it's computer
Two color inputs. The first is the primary color and is going to be used as the background color for created section later.
The second is the secondary color and is going to be the font-color for all the text that is going to be put inside the section later.
A textarea where someone can type anything he wants.
A list of checkboxes where the user can check his skills. These will be depicted.
And two buttons. The one is for submitting the info, the other for resetting the fields to an empty state.
When submitting a section should be created with all the gathering information from the fields as shown here!
Bonus: Put a button to the right corner of each section if you want to delete this section.