From f46c23e07955e1fa0e6df0bbc0b3643ddf3a9c7e Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:24:25 -0400 Subject: [PATCH 1/4] Update README.es.md --- README.es.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.es.md b/README.es.md index 713b84a..db6fc4d 100644 --- a/README.es.md +++ b/README.es.md @@ -11,6 +11,8 @@ Todo el mundo conoce Instagram, es el ejercicio ideal y divertido para practicar - Flow left y right. - Importar imágenes. + + ## 🌱 ¿Cómo iniciar este proyecto? No abras este repositorio, utilizaremos otro *template* para empezar a programar. @@ -25,6 +27,8 @@ https://github.com/4GeeksAcademy/html-hello **👉 Sigue las siguientes instrucciones sobre** [cómo empezar un proyecto nuevo](https://4geeks.com/es/lesson/como-comenzar-un-proyecto-de-codificacion). + + ## 📝 Instrucciones Usando todo lo que has aprendido con HTML y CSS3, por favor crea un website que replique este gif (pixel perfect): From c081b8c2023962652120a3f1f0b550e09c63fe11 Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:26:05 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 795eb26..019e1d3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Everyone knows Instagram, it's an ideal fun exercise to practice your beginner H - Flow left and right. - Importing images. - + + ## 🌱 How to start this project Do not clone this repository because we are going to be using a different template. @@ -26,6 +27,8 @@ https://github.com/4GeeksAcademy/html-hello **👉 Please follow these steps** on [how to start a coding project](https://4geeks.com/lesson/how-to-start-a-project). + + ## 📝 Instructions Using everything you have learned with HTML and CSS3, please create a website that replicates this gif in every way (pixel perfect): From 3b04582b4f0779b781fe3e21ccaf759282286a6f Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:27:12 -0400 Subject: [PATCH 3/4] Update learn.json --- learn.json | 1 + 1 file changed, 1 insertion(+) diff --git a/learn.json b/learn.json index 9f59c92..558a033 100644 --- a/learn.json +++ b/learn.json @@ -6,6 +6,7 @@ "difficulty": "beginner", "solution": "https://bitbucket.org/codingacademy/instagram-without-bootstrap", "duration" : 6, + "template_url": "https://github.com/4GeeksAcademy/html-hello" "description" : "Very simple instagram simulation to understand the basics of CSS and HTML5 and how to use them together to create a website.", "preview": "https://github.com/breatheco-de/exercise-instagram-feed/blob/master/preview.gif?raw=true", "technologies": ["html", "css", "flex-box", "layouts", "css-grid", "html/css"], From 232a73a12642b176dffdfa491de2f36247a6565d Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:38:34 -0400 Subject: [PATCH 4/4] Update learn.json --- learn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn.json b/learn.json index 558a033..d47eefd 100644 --- a/learn.json +++ b/learn.json @@ -6,7 +6,7 @@ "difficulty": "beginner", "solution": "https://bitbucket.org/codingacademy/instagram-without-bootstrap", "duration" : 6, - "template_url": "https://github.com/4GeeksAcademy/html-hello" + "template_url": "https://github.com/4GeeksAcademy/html-hello", "description" : "Very simple instagram simulation to understand the basics of CSS and HTML5 and how to use them together to create a website.", "preview": "https://github.com/breatheco-de/exercise-instagram-feed/blob/master/preview.gif?raw=true", "technologies": ["html", "css", "flex-box", "layouts", "css-grid", "html/css"],