Skip to content

Commit

Permalink
Merge pull request #1811 from G-code7/two-columns-landings
Browse files Browse the repository at this point in the history
Two columns landings
  • Loading branch information
alesanchezr authored Oct 20, 2023
2 parents 8d450c0 + 69c4645 commit 688b62c
Show file tree
Hide file tree
Showing 42 changed files with 1,245 additions and 261 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ GATSBY_BREATHECODE_HOST=https://breathecode-test.herokuapp.com/v1
GATSBY_BLOG_ACADEMY_TOKEN=asdasdasdasgttgetrgergteg
GATSBY_BLOG_ACADEMY_ID=7
GATSBY_CAPTCHA_KEY=dfsdfsfsdsfgdfgt4353456345
GATSBY_BREATHECODE_TEST=https://breathecode-test.herokuapp.com/v1
GATSBY_BREATHECODE_TEST=https://breathecode-test.herokuapp.com/v1
GATSBY_OPENAI_KEY=dfsdfsfsdsfgdfgt4353456345
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"scripts": {
"start": "gatsby develop -H 0.0.0.0 -o",
"test": "sh ./src/test/test.sh",
"prompts": "sh ./src/prompt/prompt.sh",
"start:storybook": "start-storybook -p 9000 -c .storybook",
"build": "npm run test && node ./src/utils/makePagesDictionary.js && node ./src/test/test.redirect.js && node ./src/utils/makePostsDictionary.js && node ./src/utils/makeRedirectsDictionary.js && gatsby build",
"build:gatsby": "gatsby build",
Expand Down
51 changes: 51 additions & 0 deletions prompts/awards.prompt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
The following are awards and recognitions 4Geeks Academy has received thru the years:

Award title: Florida Department of Education
Description of the award: as The United States of America ensures education quality thru federal deparments of education, being certified means we have to anually commit and comply with federal and national regulations to ensure academy success and renewed license.

---

Award title: Best Bootcamp for Course Report 2023
Description of the award: as We have been selected as one of the Top Coding Bootcamps globally for 3 years in a row

---

Award title: Best Bootcamp according to Switchup 2023
Description of the award: as Not only in Florida, but over each of our campus 4Geeks is constantly keeping a ~5 start rating that makes us one of the top bootcamp in the world

---

Award title: Winners of the Premios Tecnologia Siglo XXI mention 'Formación'
Description of the award: as Our campus in Spain was awarded with the Premio Tecnología Siglo XXI on the 'Formation' category in 2023

---

Award title: Top Coding School according to Newsweek
Description of the award: as 4Geeks Academy has been recognized as one of the top 10 coding bootcamps in the United States according to Newsweek.

---

Award title: Best Career Oriented Educational Program
Description of the award: as Educational Excelence Awards 2021 to the Best Career Oriented Educational Program specialized in Coding Bootcamps, more information found on the palmares <a href="https://premiosexcelenciaeducativa.org/wp-content/uploads/2016/05/PALMARE%CC%81S-EXCELENCIA-2020-1.pdf" rel="noopener noreferrer nofollow">for the 2021 awards</a>

---

Award title: Most Innovative Program
Description of the award: as Educational Excelence Awards 2021 to the most innovative coding bootcamp school, more information found on the palmares <a href="https://premiosexcelenciaeducativa.org/wp-content/uploads/2016/05/PALMARE%CC%81S-EXCELENCIA-2020-1.pdf" rel="noopener noreferrer nofollow">for the 2021 awards</a>

---

Award title: Best International Trajectory
Description of the award: as Educational Excelence Awards 2021 to the best international trajectory school, more information found on the palmares <a href="https://premiosexcelenciaeducativa.org/wp-content/uploads/2016/05/PALMARE%CC%81S-EXCELENCIA-2020-1.pdf" rel="noopener noreferrer nofollow">for the 2021 awards</a>

---

Award title: 4.9 on all reviews
Description of the award: as 4.9 in all Course Report, Switchup and Google reviews.

---

Award title: Award Winning Syllabus
Description of the award: as Award winning syllabus.

You can learn more about the awards here: https://4geeksacademy.com/us/awards
1 change: 1 addition & 0 deletions prompts/datascience-ml.prompt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4Geeks Academy offers a course titled "Become a AI Machine Learning Engineer" which is designed for individuals with no previous knowledge in the field. The course duration is 16 weeks, with 3 classes held weekly and a maximum class size of 12 people. Students will learn Python, SQL, Looker (Google Data Studio), Streamlit, and Statistics, and become professional Data Analysts capable of contributing to data-driven teams. The course covers topics such as predictive modeling, supervised and unsupervised learning models, and the complete lifecycle of developing and deploying AI projects. The instructors are experienced professionals in the field, and the course does not have any prerequisites. The certificates offered by 4Geeks Academy are recognized by multiple organizations. The course is available in English and Spanish. For more information, visit their website at https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning. stop
5 changes: 5 additions & 0 deletions prompts/full-stack.prompt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
4Geeks Academy offers a Full Stack Developer Course where you can master web development skills and technologies. The course duration is 16+2 weeks with 3 classes weekly. No previous coding skills are required, and you can choose between English and Spanish for the syllabus and content. The program covers sought-after technologies like Python and JavaScript, and you'll learn algorithm scripting, front-end libraries, and API utilization. Upon completion, you'll earn a Full-Stack Developer certificate. The course is designed to give you hands-on experience by developing and presenting your own project. Join 4Geeks Academy today to boost your career in tech.

For more information, visit: [https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer)

Stop
Loading

0 comments on commit 688b62c

Please sign in to comment.