diff --git a/src/components/ProgramDetails/index.js b/src/components/ProgramDetails/index.js
index 4e9161a01..ea734348b 100644
--- a/src/components/ProgramDetails/index.js
+++ b/src/components/ProgramDetails/index.js
@@ -43,8 +43,9 @@ const ProgramDetails = (props) => {
const weeks = [];
const totalWeeks = props.details.weeks || 16;
+ const weekUnit = props.details.week_unit;
for (let i = 1; i <= totalWeeks; i++) {
- weeks.push(i.toString() + props.details?.details_modules[0].duration);
+ weeks.push(i.toString() +" "+ weekUnit);
}
const steps = props.details.details_modules.reduce(
diff --git a/src/data/components/navbar/navbar.us.yaml b/src/data/components/navbar/navbar.us.yaml
index 6a70df3f0..13b5e874f 100644
--- a/src/data/components/navbar/navbar.us.yaml
+++ b/src/data/components/navbar/navbar.us.yaml
@@ -26,7 +26,7 @@ navbar:
- title: "CyberSecurity Bootcamp"
level: " "
icon: "cyber-security"
- paragraph: "Become a cybersecurity specialist, equipped to identify, manage and mitigate system vulnerabilities, in compliance with ISO and other standards"
+ paragraph: "Become a cybersecurity specialist, equipped to identify, manage, and mitigate system vulnerabilities, aligned with ISO and other standards."
buttons:
- text: "View program"
link: "/us/coding-bootcamps/cybersecurity"
diff --git a/src/data/course/applied-ai.es.yaml b/src/data/course/applied-ai.es.yaml
index 81093ee4c..093e3b649 100644
--- a/src/data/course/applied-ai.es.yaml
+++ b/src/data/course/applied-ai.es.yaml
@@ -101,6 +101,7 @@ details:
heading: "DETALLES DEL PROGRAMA"
weeks: 6
+ week_unit: "sem"
facts:
- label: "Duración"
value: "6 semanas"
diff --git a/src/data/course/applied-ai.us.yaml b/src/data/course/applied-ai.us.yaml
index b2a0d4b74..62777d384 100644
--- a/src/data/course/applied-ai.us.yaml
+++ b/src/data/course/applied-ai.us.yaml
@@ -103,6 +103,7 @@ details:
heading: "PROGRAM DETAILS"
weeks: 6
+ week_unit: "wks"
facts:
- label: "Duration"
value: "6 weeks"
diff --git a/src/data/course/cybersecurity.es.yaml b/src/data/course/cybersecurity.es.yaml
index 763373ee8..e7ea0c801 100644
--- a/src/data/course/cybersecurity.es.yaml
+++ b/src/data/course/cybersecurity.es.yaml
@@ -201,6 +201,7 @@ details:
heading: DETALLES DEL PROGRAMA
weeks: 14
+ week_unit: "sem"
facts:
- label: "Duración"
value: "14 semanas"
diff --git a/src/data/course/cybersecurity.us.yaml b/src/data/course/cybersecurity.us.yaml
index 0645c9492..855367595 100644
--- a/src/data/course/cybersecurity.us.yaml
+++ b/src/data/course/cybersecurity.us.yaml
@@ -198,14 +198,14 @@ details:
heading: PROGRAM DETAILS
weeks: 14
+ week_unit: "wks"
facts:
- label: "Duration"
value: "16 weeks"
- label: "Commitment"
value: "20 hrs/week (Mon - Wed - Fri)"
- label: "Certificate"
- content: "Official 4Geeks Completion Certificate, recognized by multiple institutions.
-"
+ content: "Official 4Geeks Completion Certificate, recognized by multiple institutions."
link_text: "View example"
link: ""
icon: "certificate"
diff --git a/src/data/course/datascience-ml.es.yaml b/src/data/course/datascience-ml.es.yaml
index 790abbed6..90e07862f 100644
--- a/src/data/course/datascience-ml.es.yaml
+++ b/src/data/course/datascience-ml.es.yaml
@@ -187,6 +187,7 @@ details:
heading: DETALLES DEL PROGRAMA
weeks: 16
+ week_unit: "sm"
facts:
- label: "Duración"
value: "16 semanas"
diff --git a/src/data/course/datascience-ml.us.yaml b/src/data/course/datascience-ml.us.yaml
index c7027b0b5..f99bc0c01 100644
--- a/src/data/course/datascience-ml.us.yaml
+++ b/src/data/course/datascience-ml.us.yaml
@@ -171,6 +171,7 @@ details:
heading: Data Science and Machine Learning Syllabus
weeks: 16
+ week_unit: "wk"
weeks_label: "weeks"
facts:
- label: "Duration"
diff --git a/src/data/course/front-end-development.es.yaml b/src/data/course/front-end-development.es.yaml
index 7d124e5ee..f06179040 100644
--- a/src/data/course/front-end-development.es.yaml
+++ b/src/data/course/front-end-development.es.yaml
@@ -124,6 +124,7 @@ details:
heading: DETALLES DEL PROGRAMA PART-TIME
weeks: 12
+ week_unit: "sem"
sub_heading: "Proyectos practicos de la vida real, exactamente lo que buscan las empresas"
left_labels:
description: "DESCRIPCION:"
diff --git a/src/data/course/front-end-development.us.yaml b/src/data/course/front-end-development.us.yaml
index df7d56d86..6bdeaa697 100644
--- a/src/data/course/front-end-development.us.yaml
+++ b/src/data/course/front-end-development.us.yaml
@@ -124,6 +124,7 @@ details:
heading: DETALLES DEL PROGRAMA PART-TIME
weeks: 12
+ week_unit: "wks"
sub_heading: "Proyectos practicos de la vida real, exactamente lo que buscan las empresas"
left_labels:
description: "DESCRIPCION:"
diff --git a/src/data/course/full-stack-ft.es.yaml b/src/data/course/full-stack-ft.es.yaml
index 0619df854..ca9016c5f 100644
--- a/src/data/course/full-stack-ft.es.yaml
+++ b/src/data/course/full-stack-ft.es.yaml
@@ -138,6 +138,7 @@ details:
heading: DETALLES DEL PROGRAMA FULL-TIME
weeks: 10
+ week_unit: "sem"
sub_heading: "Proyectos de la vida real y exactamente lo que buscan las empresas"
left_labels:
description: "DESCRIPCIÓN:"
diff --git a/src/data/course/full-stack-ft.us.yaml b/src/data/course/full-stack-ft.us.yaml
index 5ebd1f62f..be75a11ec 100644
--- a/src/data/course/full-stack-ft.us.yaml
+++ b/src/data/course/full-stack-ft.us.yaml
@@ -137,6 +137,7 @@ details:
heading: PROGRAM DETAILS FULL-TIME
weeks: 9
+ week_unit: "wks"
sub_heading: "Hands-on learning through real-life projects. Master the 3 most used languages in the world: Master Python, JS and React."
left_labels:
description: "DESCRIPTION:"
diff --git a/src/data/course/full-stack-own-pace.es.yaml b/src/data/course/full-stack-own-pace.es.yaml
index 650697f06..0c3ce3168 100644
--- a/src/data/course/full-stack-own-pace.es.yaml
+++ b/src/data/course/full-stack-own-pace.es.yaml
@@ -120,6 +120,7 @@ details:
heading: DETALLES DEL PROGRAMA A TU PROPIO RITMO
weeks: 26
+ week_unit: "sem"
sub_heading: "Proyectos de la vida real y exactamente lo que buscan las empresas"
left_labels:
description: "DESCRIPCION:"
diff --git a/src/data/course/full-stack-own-pace.us.yaml b/src/data/course/full-stack-own-pace.us.yaml
index 0b2b4069a..6ab7c9876 100644
--- a/src/data/course/full-stack-own-pace.us.yaml
+++ b/src/data/course/full-stack-own-pace.us.yaml
@@ -119,6 +119,7 @@ details:
heading: PROGRAM DETAILS AT YOUR OWN PACE
weeks: 26
+ week_unit: "wks"
sub_heading: "Real-life projects and exactly what companies are looking for"
left_labels:
description: "DESCRIPTION:"
diff --git a/src/data/course/full-stack.es.yaml b/src/data/course/full-stack.es.yaml
index 91b7f7de8..c73726534 100644
--- a/src/data/course/full-stack.es.yaml
+++ b/src/data/course/full-stack.es.yaml
@@ -44,8 +44,8 @@ button:
syllabus_motivation: "En 2 min. recibirás en tu buzón de correo un PDF con información muy detallada sobre nuestra metodología, tecnologías, financiación e información del curso."
apply_button_link: "/es/aplica"
apply_button_text: "Aplicar"
-
-course_instructors:
+
+course_instructors:
header:
title: "Conoce a nuestros instructores"
paragraph: ""
@@ -70,10 +70,10 @@ overlaped:
paragraph: "Nuestros programa está basado en el uso de Phyton y JavaScript. La razón? En el mercado laboral JavaScript tiene 26 veces más vacantes de trabajo que Ruby on Rails. Python tiene 10 veces más trabajos que node.js. Otras herramientas que también aprenderás a usar en nuestro programa: son GitHub, CSS3, HTML5, Flask, etc."
button:
text: "Aplicar"
- color: "blue"
+ color: "blue"
link: "/"
image:
- src: "/images/landing/tres-personas-reloaded.webp"
+ src: "/images/landing/tres-personas-reloaded.webp"
## TWO COLUMNS
# two_columns:
@@ -81,7 +81,7 @@ overlaped:
# image:
# style: '{"border" : "3px solid black", "backgroundSize": "contain" }'
# src: "/static/images/staff/luisa.png"
-# shadow: true
+# shadow: true
# video: "https://www.youtube.com/watch?v=PWkgaAT8pHg&t=13s"
# heading:
# text: "4Geeks Academy and a story full of opportunities"
@@ -95,56 +95,57 @@ overlaped:
# background: "black"
# path: "#prices_and_payment"
# bullets:
-# items:
+# items:
# - text: "There is always a full or partial scholarship open"
# - text: "There is always opportunities for everyone in Miami-Dade County, Broward and Palm Beach"
# - text: "We have ongoing partnerships with Miami Dade College, Miami Tech Coalition, UWM, The City of Miami, Miami Dade County and many more."
-
badges:
paragraph: "4Geeks Academy es el lugar idóneo para aprender a programar desde cero. Estamos avalados y autorizados por el Departamento de Educación de Florida y hemos sido reconocidos como el mejor de Miami, según SwitchUp y de los 10 mejores cursos de programación, según Newsweek. En España, hemos recibido el Premio Excelencia Educativa durante dos años consecutivos. Y a nivel global formamos parte del top 35 de cursos de programación en el mundo."
upcoming:
- no_dates_message: "Actualmente no hay próximas fechas para este programa"
+ no_dates_message: "Actualmente no hay próximas fechas para este programa"
actionMessage: "Avísame cuando haya fechas disponibles"
credentials:
heading: "RESULTADOS"
paragraph: "Nuestros números hablan por sí solos"
+
## PROGRAM DETAILS
details:
about:
- title: "Acerca del programa"
- sub_title: |
- En este Bootcamp te desarrollarás desde cero como Full Stack Developer.
- Aprenderás a crear un sitio web sumergiéndote en las mejores prácticas del
- diseño web responsive, trabajando con diversos lenguajes. Obtendrás una
- sólida base de frontend, backend, base de datos, manejo de procesos
- distribuidos y despliegue en plataformas web.
- Al finalizar este programa, contarás con los conocimientos para
- incorporarte al sector tecnológico como Full Stack Developer.
-
- list:
- - label: "Duración"
- content: "18 semanas"
- icon: "calendar"
- - label: "Clases"
- content: "3 Clases semanales"
- icon: "book"
- - label: "Certificado"
- content: "Nuestros certificados son reconocidos por múltiples instituciones."
- link_text: "Ver certificado"
- link: "https://certificate.breatheco.de/4ae7a46bba78dc19b823e124fea120c17b45e044"
- icon: "certificate"
- - label: "Requisitos"
- content: "Tan solo necesitas un ordenador y una conexión a internet"
- icon: "contract-checked"
- - label: "Idioma"
- content: "Puedes elegir entre inglés y español para consumir el plan de estudios y el contenido. Las clases se imparten en el idioma oficial de tú campus."
- icon: "contract-checked"
-
+ title: "Acerca del programa"
+ sub_title: |
+ En este Bootcamp te desarrollarás desde cero como Full Stack Developer.
+ Aprenderás a crear un sitio web sumergiéndote en las mejores prácticas del
+ diseño web responsive, trabajando con diversos lenguajes. Obtendrás una
+ sólida base de frontend, backend, base de datos, manejo de procesos
+ distribuidos y despliegue en plataformas web.
+ Al finalizar este programa, contarás con los conocimientos para
+ incorporarte al sector tecnológico como Full Stack Developer.
+
+ list:
+ - label: "Duración"
+ content: "18 semanas"
+ icon: "calendar"
+ - label: "Clases"
+ content: "3 Clases semanales"
+ icon: "book"
+ - label: "Certificado"
+ content: "Nuestros certificados son reconocidos por múltiples instituciones."
+ link_text: "Ver certificado"
+ link: "https://certificate.breatheco.de/4ae7a46bba78dc19b823e124fea120c17b45e044"
+ icon: "certificate"
+ - label: "Requisitos"
+ content: "Tan solo necesitas un ordenador y una conexión a internet"
+ icon: "contract-checked"
+ - label: "Idioma"
+ content: "Puedes elegir entre inglés y español para consumir el plan de estudios y el contenido. Las clases se imparten en el idioma oficial de tú campus."
+ icon: "contract-checked"
+
heading: DETALLES DEL PROGRAMA PART-TIME
weeks: 18
+ week_unit: "sem"
sub_heading: "Proyectos de la vida real y exactamente lo que buscan las empresas"
left_labels:
description: "DESCRIPCION:"
@@ -246,8 +247,9 @@ prices:
## ALUMNI SECTION
alumni:
heading: "Conoce a los graduados y sus proyectos"
- sub_heading: "La última fase del curso debes construir un proyecto final que tú mismo escogerás,
- puede ser un emprendimiento o trabajarás directamente en un proyecto de la vida real en
+ sub_heading:
+ "La última fase del curso debes construir un proyecto final que tú mismo escogerás,
+ puede ser un emprendimiento o trabajarás directamente en un proyecto de la vida real en
colaboración con nuestros hiring partners."
## SIDEBAR
diff --git a/src/data/course/full-stack.us.yaml b/src/data/course/full-stack.us.yaml
index 7f7933101..8e9c326a9 100644
--- a/src/data/course/full-stack.us.yaml
+++ b/src/data/course/full-stack.us.yaml
@@ -145,6 +145,7 @@ details:
heading: "Part-Time Full Stack Development Bootcamp"
weeks: 18
+ week_unit: "wks"
sub_heading: "Hands-on learning through real-life projects. \n Master the 3 most used languages worldwide: Python, JS, and React."
left_labels:
description: "DESCRIPTION:"
diff --git a/src/data/course/software-engineering.es.yaml b/src/data/course/software-engineering.es.yaml
index af6996607..9bdae5c66 100644
--- a/src/data/course/software-engineering.es.yaml
+++ b/src/data/course/software-engineering.es.yaml
@@ -117,6 +117,7 @@ details:
heading: DETALLES DEL PROGRAMA
weeks: 18
+ week_unit: "sem"
sub_heading: "Part Time"
left_labels:
description: "DESCRIPCION:"
diff --git a/src/data/course/software-engineering.us.yaml b/src/data/course/software-engineering.us.yaml
index eca79a190..d6e0cc9d7 100644
--- a/src/data/course/software-engineering.us.yaml
+++ b/src/data/course/software-engineering.us.yaml
@@ -104,7 +104,7 @@ details:
about:
title: "About the Program"
sub_title: "Get the skills to meet the global demand for problem solvers and logical thinkers who drive the world to real change and impact.
- Develop distributed highly scalable cloud applications used only by Fortune 500. Land yourself a real software engineering job or create the next tech unicorn."
+ Develop distributed highly scalable cloud applications used only by Fortune 500. Land yourself a real software engineering job or create the next tech unicorn."
list:
- label: "Duration"
content: "18 Weeks"
@@ -121,6 +121,7 @@ details:
heading: Software Engineering Syllabus
weeks: 18
+ week_unit: "wks"
sub_heading: "Master exactly what is required to be a real Software Engineer."
left_labels:
description: "DESCRIPTION:"
diff --git a/src/templates/course-applied-ai.js b/src/templates/course-applied-ai.js
index ea03e9120..cb1cde3b6 100644
--- a/src/templates/course-applied-ai.js
+++ b/src/templates/course-applied-ai.js
@@ -419,6 +419,7 @@ export const query = graphql`
}
heading
weeks
+ week_unit
sub_heading
left_labels {
description
diff --git a/src/templates/course-cybersecurity.js b/src/templates/course-cybersecurity.js
index 9a9e98214..e5cb79a9a 100644
--- a/src/templates/course-cybersecurity.js
+++ b/src/templates/course-cybersecurity.js
@@ -472,6 +472,8 @@ export const query = graphql`
}
}
heading
+ weeks
+ week_unit
sub_heading
facts {
value
diff --git a/src/templates/course-datascience.js b/src/templates/course-datascience.js
index 0f5a476b6..f53021915 100644
--- a/src/templates/course-datascience.js
+++ b/src/templates/course-datascience.js
@@ -455,6 +455,8 @@ export const query = graphql`
}
heading
sub_heading
+ weeks
+ week_unit
facts {
value
label
diff --git a/src/templates/course-engineering.js b/src/templates/course-engineering.js
index c0ba63aeb..b611b44d2 100644
--- a/src/templates/course-engineering.js
+++ b/src/templates/course-engineering.js
@@ -398,6 +398,8 @@ export const query = graphql`
}
heading
sub_heading
+ weeks
+ week_unit
left_labels {
description
projects
diff --git a/src/templates/course.js b/src/templates/course.js
index 7758effa1..9bb185313 100644
--- a/src/templates/course.js
+++ b/src/templates/course.js
@@ -390,6 +390,7 @@ export const query = graphql`
}
heading
weeks
+ week_unit
sub_heading
left_labels {
description
diff --git a/src/templates/landing_a.js b/src/templates/landing_a.js
index 442683ffa..4b2f505de 100644
--- a/src/templates/landing_a.js
+++ b/src/templates/landing_a.js
@@ -1003,6 +1003,7 @@ export const query = graphql`
}
}
weeks
+ week_unit
sub_heading
left_labels {
description
diff --git a/src/templates/landing_nonav.js b/src/templates/landing_nonav.js
index bc8ab048a..f02150888 100644
--- a/src/templates/landing_nonav.js
+++ b/src/templates/landing_nonav.js
@@ -91,17 +91,17 @@ const Landing = (props) => {
session &&
(yml.meta_info.utm_location?.length > 1
? session.locations?.find(
- (l) =>
- l.breathecode_location_slug ===
- yml.meta_info.utm_location?.find(
- (loc) => loc === session.location?.breathecode_location_slug
- )
- )
+ (l) =>
+ l.breathecode_location_slug ===
+ yml.meta_info.utm_location?.find(
+ (loc) => loc === session.location?.breathecode_location_slug
+ )
+ )
: session.locations?.find(
- (l) =>
- Array.isArray(yml.meta_info.utm_location) &&
- l.breathecode_location_slug === yml.meta_info.utm_location[0]
- ));
+ (l) =>
+ Array.isArray(yml.meta_info.utm_location) &&
+ l.breathecode_location_slug === yml.meta_info.utm_location[0]
+ ));
return (
<>
@@ -110,8 +110,8 @@ const Landing = (props) => {
yml.navbar
? yml.navbar.buttonText
: pageContext.lang === "us"
- ? "Apply"
- : "¡Postúlate Ahora!"
+ ? "Apply"
+ : "¡Postúlate Ahora!"
}
buttonUrl={yml.navbar?.buttonUrl}
logoUrl={yml.navbar?.logoUrl}
@@ -246,7 +246,7 @@ const Landing = (props) => {
applySchollarship
? applySchollarship?.image.childImageSharp.gatsbyImageData
: data.allPageYaml.edges[0].node.list[0].image.childImageSharp
- .gatsbyImageData
+ .gatsbyImageData
}
bgSize="contain"
alt="geekforce image"
@@ -964,6 +964,8 @@ export const query = graphql`
}
details {
heading
+ weeks
+ week_unit
sub_heading
left_labels {
description