Skip to content

Commit

Permalink
Merge pull request #73 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 d70db30 + 4c01395 commit f06a935
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -4,6 +4,8 @@

Como programador, tienes la tarea de replicar una imagen como un sitio web.

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

## 🌱 Cómo comenzar este proyecto

No clones este repositorio porque vamos a usar una plantilla diferente.
Expand All @@ -20,6 +22,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

- [ ] Crea un sitio web que se vea exactamente como este:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

As a developer, you are given the task to replicate a picture as a website.

<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 @@ -20,6 +22,8 @@ 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

- [ ] Create a website that looks exactly like this one:
Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"solution": "https://github.com/breatheco-de/exercise-instagram-feed-bootstrap/tree/solution",
"preview": "https://github.com/breatheco-de/exercise-instagram-feed-bootstrap/blob/master/assets/preview.gif?raw=true",
"duration" : 6,
"template_url": "https://github.com/4GeeksAcademy/html-hello",
"difficulty": "easy",
"technologies": ["html", "css", "layouts", "bootstrap"],
"description" : "This is an improved version of the first instagram exercise, now using bootstrap.",
Expand Down

0 comments on commit f06a935

Please sign in to comment.