Skip to content

Commit 99074b8

Browse files
authored
Merge branch 'master' into revamp/prices-component
2 parents 8faf226 + 0683ff5 commit 99074b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2616
-722
lines changed

.cursor/rules/landing-a-template.mdc

Lines changed: 540 additions & 0 deletions
Large diffs are not rendered by default.

prompts/dates.prompt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
The following are 4Geeks Academy upcoming cohort dates:
2-
For the program and syllabus: Cybersecurity PT 16wk we have the following upcoming dates:
3-
- Starting on August 25, 2025 on America/New_York timezone and cyber security pt-16 weeks schedule.
4-
- Starting on September 1, 2025 on America/Mexico_City timezone and Lunes Miercoles y Viernes 1830 a 2130 MEX schedule.
5-
- Starting on November 17, 2025 on America/Mexico_City timezone and Lunes Miercoles y Viernes 1830 a 2130 MEX schedule.
62
For the program and syllabus: Data Science and Machine Learning - 16 wks we have the following upcoming dates:
7-
- Starting on August 25, 2025 on America/New_York timezone and Mon-Wed-Fri 6pm-9pm schedule.
3+
- Starting on September 3, 2025 on America/New_York timezone and Mon-Wed-Fri 6pm-9pm schedule.
84
- Starting on September 22, 2025 on America/Mexico_City timezone and Lun-Mie-Vie 630pm-930pm MX schedule.
95
- Starting on October 20, 2025 on America/Mexico_City timezone and Lun-Mie-Vie 630pm-930pm MX schedule.
106
- Starting on November 24, 2025 on America/Mexico_City timezone and Lun-Mie-Vie 630pm-930pm MX schedule.
117
For the program and syllabus: Full-Stack Software Developer 18w we have the following upcoming dates:
12-
- Starting on August 25, 2025 on America/New_York timezone and Full Stack pt 18w schedule.
8+
- Starting on September 3, 2025 on America/New_York timezone and Full Stack pt 18w schedule.
139
- Starting on September 22, 2025 on America/Mexico_City timezone and Lunes Miercoles y Viernes 7 a 10 MEX schedule.
1410
- Starting on September 22, 2025 on America/Santiago timezone and Lunes Miercoles y Viernes de 630pm a 930pm CHILE schedule.
11+
- Starting on September 29, 2025 on America/New_York timezone and Full Stack pt 18w schedule.
1512
- Starting on October 27, 2025 on America/Mexico_City timezone and Lunes Miercoles y Viernes 7 a 10 MEX schedule.
1613
For the program and syllabus: Building Your Tech Profile we have the following upcoming dates:
1714
- Starting on September 14, 2025 on America/New_York timezone and GeekFORCE Classes schedule.
15+
For the program and syllabus: Cybersecurity PT 16wk we have the following upcoming dates:
16+
- Starting on September 15, 2025 on America/Mexico_City timezone and Lunes Miercoles y Viernes 1830 a 2130 MEX schedule.
17+
- Starting on September 22, 2025 on America/New_York timezone and cyber security pt-16 weeks schedule.
18+
- Starting on November 17, 2025 on America/Mexico_City timezone and Lunes Miercoles y Viernes 1830 a 2130 MEX schedule.
1819
For the program and syllabus: Full-Stack Software Developer FT - 10wks we have the following upcoming dates:
1920
- Starting on September 22, 2025 on America/Mexico_City timezone and Lunes a viernes - 9am 18pm - Chile schedule.
2021
For the program and syllabus: Applied AI we have the following upcoming dates:

src/components/JobGuaranteeSmall/index.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ const JobGuaranteeSmall = ({ content, customTitle }) => {
7575
</Anchor>
7676
</Paragraph>
7777
)}
78-
{content.text && (
79-
<Paragraph
80-
margin="15px 0 0 0"
81-
fontSize="14px"
82-
color={Colors.black}
83-
style={{ textAlign: "center", fontStyle: "italic" }}
84-
>
85-
{content.text}
86-
</Paragraph>
87-
)}
78+
{content.text && (
79+
<Paragraph
80+
margin="15px 0 0 0"
81+
fontSize="14px"
82+
color={Colors.black}
83+
style={{ textAlign: "center", fontStyle: "italic" }}
84+
>
85+
{content.text}
86+
</Paragraph>
87+
)}
8888
</Div>
8989
);
9090
};

0 commit comments

Comments
 (0)