Skip to content

Commit

Permalink
Merge pull request #27 from josemoracard/jose2-issue
Browse files Browse the repository at this point in the history
fixed spacing for list numbers to work
  • Loading branch information
tommygonzaleza authored Dec 20, 2023
2 parents 0708256 + 42c6df8 commit b998928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ https://github.com/4GeeksAcademy/html-hello
## 📝 Instrucciones

1. Por favor, usa tus habilidades HTML5/CSS y Bootstrap para replicar [este formulario exacto](https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true).
2. Se recomienda usar el framework de Bootstrap si ya lo conoces. Si no lo haces, practica tus habilidades de diseño usando flexbox.

<p align="center">
<img src="https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true" height="300" />
</p>
2. Se recomienda usar el framework de Bootstrap si ya lo conoces. Si no lo haces, practica tus habilidades de diseño usando flexbox.<p align="center">
<img src="https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true" height="300" /></p>
<p align="center"><a href="https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true">Clic para abrir la imagen en una nueva ventana</a></p>

3. Debes asegurarte de que todas las entradas se utilicen correctamente: entradas de tipo fecha, email, número, texto, etc.
4. También debes asegurarte de prevenir y validar el formulario de todas las formas en que HTML5 te permite (campos obligatorios, formatos, etc.).
5. Usa el `<input type="date">`, no intentes implementar tu propio calendario de selección de fecha.
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ https://github.com/4GeeksAcademy/html-hello
## 📝 Instructions

1. Please use your HTML5/CSS and Bootstrap skills to replicate [this exact same form](https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true).
2. It's recommended to use the Bootstrap framework if you already know it. If you don't, then practice your layout skills using flexbox.

<p align="center">
<img src="https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true" height="300" />
</p>
2. It's recommended to use the Bootstrap framework if you already know it. If you don't, then practice your layout skills using flexbox.<p align="center">
<img src="https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true" height="300" /></p>
<p align="center"><a href="https://github.com/breatheco-de/html5-form/blob/master/preview.png?raw=true">Click to open image in a new window</a></p>

3. You have to make sure all inputs are being used properly: Input type date, email, input type number, etc.
4. You also have to make sure to prevent and validate the form in all ways that HTML5 allows you (required inputs, formats, etc.).
5. Use the `<input type="date">`, don't try to code your own date picker calendar.
Expand Down

0 comments on commit b998928

Please sign in to comment.