From 7fa1e43c0dcc6dc73cb22f5320ada2051e36ff5f Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Sun, 2 Oct 2022 09:15:08 -0500 Subject: [PATCH] Add README translation (ES) for getting-started-lessons, Remove blank lines on the base README.md --- 1-getting-started-lessons/README.md | 4 ---- .../translations/README.es.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 1-getting-started-lessons/translations/README.es.md diff --git a/1-getting-started-lessons/README.md b/1-getting-started-lessons/README.md index 7be4d89b..914084ad 100644 --- a/1-getting-started-lessons/README.md +++ b/1-getting-started-lessons/README.md @@ -15,7 +15,3 @@ Introduction to Programming Languages and Tools of the Trade was written with Introduction to GitHub was written with ♥️ by [Floor Drees](https://twitter.com/floordrees) Basics of Accessibility was written with ♥️ by [Christopher Harrison](https://twitter.com/geektrainer) - - - - diff --git a/1-getting-started-lessons/translations/README.es.md b/1-getting-started-lessons/translations/README.es.md new file mode 100644 index 00000000..71038a33 --- /dev/null +++ b/1-getting-started-lessons/translations/README.es.md @@ -0,0 +1,17 @@ +# Primeros pasos con el Desarrollo Web + +En esta sección del plan de estudios, se le presentarán conceptos no basados en proyectos, importantes para convertirse en un desarrollador profesional. + +### Temas + +1. [Introducción a los lenguajes de programación y herramientas del oficio](1-intro-to-programming-languages/README.md) +2. [Introducción a GitHub](2-github-basics/README.md) +3. [Conceptos básicos de Accesibilidad](3-accessibility/README.md) + +### Créditos + +Introducción a lenguajes de programación y herramientas del oficio fue escrito con ♥️ por [Jasmine Greenaway](https://twitter.com/paladique) + +Introducción a GitHub fue escrito con ♥️ por [Floor Drees](https://twitter.com/floordrees) + +Conceptos básicos de Accesibilidad fue escrito con ♥️ por [Christopher Harrison](https://twitter.com/geektrainer)