Skip to content

Commit

Permalink
Merge pull request #1806 from kelvinruizdevel/fix-bug-pagina-datascience
Browse files Browse the repository at this point in the history
Fix bug pagina datascience
  • Loading branch information
alesanchezr authored Oct 20, 2023
2 parents bc5e94a + 3741c08 commit 9fa046e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 12 deletions.
4 changes: 3 additions & 1 deletion src/components/Instructors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ const Instructors = ({
instructors?.length >= 1 && (
<GridContainer
display="block"
display_tablet="grid"
displayChild="block"
displayChild_tablet="block"
displayChild_xs="block"
displayChild_sm="block"
displayChild_md="block"
style={{ display: "block" }}
background={Colors.verylightGray}
padding="73px 0 60px 0"
Expand Down
8 changes: 7 additions & 1 deletion src/components/Sections/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,9 @@ export const GridContainer = ({
childHeight,
displayChild,
displayChild_tablet,
displayChild_xs,
displayChild_sm,
displayChild_md,
columns_sm,
justifyContentChild,
}) => {
Expand Down Expand Up @@ -686,7 +689,10 @@ export const GridContainer = ({
<Grid
display={displayChild}
justifyContent={justifyContentChild}
display_tablet={displayChild_tablet}
display_xs={displayChild_xs}
display_sm={displayChild_sm}
display_tablet={displayChild_tablet}
display_md={displayChild_md}
overflow={overflowChild}
background={backgroundChild}
gridGap={gridGap}
Expand Down
2 changes: 0 additions & 2 deletions src/data/landing/caracas-aprende-a-programar.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ components:
color: "white"
background: "black"
hover: "lightBlue"



# why_python:
# position: 7
Expand Down
12 changes: 9 additions & 3 deletions src/data/landing/caracas-bootcamp-de-programacion.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,15 @@ components:
"Todo lo hacemos con pasión y con la mirada puesta en tu desarrollo profesional."
#xl lg md sm xs
font_size: ["40px", "34px", "34px", "25px", "20px"]
# content:
# text: ""
# # font_size: ["16px"]
content:
text: "El Bootcamp de Programación brinda mentorías desafiantes y proyectos estimulantes, meticulosamente planificados para catalizar tu éxito en el ámbito laboral. Puedes confiar en nosotros como tu apoyo incondicional en esta travesía hacia el crecimiento profesional."
font_size: ["16px"]
button:
text: "Únete a la Academia"
background: black
color: white
hover_color: "#white"
path: "https://4geeksacademy.com/us/coding-campus/coding-bootcamp-caracas"

# why_python:
# position: 7
Expand Down
12 changes: 9 additions & 3 deletions src/data/landing/caracas-curso-de-programacion.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,15 @@ components:
"Todo lo hacemos con pasión y con la mirada puesta en tu desarrollo profesional."
#xl lg md sm xs
font_size: ["40px", "34px", "34px", "25px", "20px"]
# content:
# text: ""
# # font_size: ["16px"]
content:
text: "Nuestro Curso de Programación ofrece mentorías detalladas y proyectos desafiantes, minuciosamente planeados para impulsar tu éxito en el mundo laboral. Confía en nosotros como tu socio incondicional en esta travesía hacia el crecimiento profesional."
font_size: ["16px"]
button:
text: "Únete a la Academia"
background: black
color: white
hover_color: "#white"
path: "https://4geeksacademy.com/us/coding-campus/coding-bootcamp-caracas"

# why_python:
# position: 7
Expand Down
10 changes: 8 additions & 2 deletions src/data/landing/caracas-tecnologia-financiera.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ follow_bar:
text: ""

program_details:
position: 4
heading: "Domina Python, JS y React"
position: 1
heading: "Domina JS, React y Python"
sub_heading: "Un bootcamp de programación sobre las tecnologías más usadas del mundo"

# Possible layours: [two_column_left_image, two_column_right_image]
Expand Down Expand Up @@ -156,6 +156,12 @@ components:
font_size: ["16px"]
text: |
<p><span style="font-weight: bold;">Aprovecha esta alianza y forma parte de la evolución tecnológica a nivel mundial ¡Comienza HOY!</p>
button:
text: "Únete a la Academia"
background: black
color: white
hover_color: "#white"
path: "#top"


badges:
Expand Down

1 comment on commit 9fa046e

@vercel
Copy link

@vercel vercel bot commented on 9fa046e Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.