Skip to content

NathaliaBomtemp/form-page-html-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Form Page - HTML + CSS - Frontend

This project it`s a model of a Frontend IT event registration form, developed with HTML and CSS.

Running the project

To open the Form on your browser you need to fork this project and after this click to open the .hmtl file.

Captura de tela 2022-03-22 204529

Project Details

The form simulate a tech event registration, where you need to fill and send your personal data, to complete your subscription.

Text Inputs

I included 5 text inputs, 4 of them are required and have data validation:

  • Nome and Sobrenome: <input type="text" required />
  • E-mail: <input type="email" required />
  • Telefone: <input type="number" required />
  • LinkedIn: <input type="url"/>

Captura de tela 2022-03-22 204529

Radio

The radio has the options to choose the positions in the IT area.

  • The 4 positions bellow:

Captura de tela 2022-03-22 205226

Combo Box

The combo box helps to select one of the seniorities below:

  • 1. <option>Junior</option>
  • 2. <option>Pleno</option>
  • 3. <option>Senior</option>

Captura de tela 2022-03-22 210330

Checkbox

Captura de tela 2022-03-22 210857

Submit Button : To send the Registration;

Author

Image
Github Profile

Feito com ♥️ by Nathalia Bomtempo