Skip to content

Commit

Permalink
Merge pull request #43 from Lorenagubaira/master
Browse files Browse the repository at this point in the history
<onlyfor> & template_url were added
  • Loading branch information
alesanchezr authored Dec 11, 2024
2 parents d6ced21 + bde8991 commit 400791c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Formulario HTML5
<!--endhide-->

<onlyfor saas="false" withBanner="false">

## 🌱 Cómo comenzar este proyecto

No clones este repositorio porque vamos a usar una plantilla diferente.
Expand All @@ -18,6 +20,8 @@ https://github.com/4GeeksAcademy/html-hello

> 💡 Importante: Recuerda guardar y subir tu código a GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin <your new url>`) y subiendo el código a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
</onlyfor>

## 📝 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).
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# HTML5 Form
<!--endhide-->

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project

Do not clone this repository because we are going to be using a different template.
Expand All @@ -18,6 +20,7 @@ https://github.com/4GeeksAcademy/html-hello

> 💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
</onlyfor>

## 📝 Instructions

Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"slug" : "html5-form",
"solution": "https://codepen.io/alesanchezr/pen/zeaaVx",
"duration" : 3,
"template_url": "https://github.com/4GeeksAcademy/html-hello",
"difficulty": "beginner",
"technologies": ["html5", "html forms"],
"description" : "Create a HTML5 form with all the typical inputs",
Expand Down

0 comments on commit 400791c

Please sign in to comment.