-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/725-sync-wearecommunity-link-with-api-data
- Loading branch information
Showing
299 changed files
with
4,306 additions
and
974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are supported funding model platforms | ||
open_collective: rsschool | ||
custom: ["https://boosty.to/rsschool"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export const aboutMentorsData = { | ||
en: { header: 'Mentorship details' }, | ||
ru: { header: 'Краткая информация' }, | ||
en: { header: 'Mentorship Details' }, | ||
ru: { header: 'Краткая Информация' }, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import { LINKS } from '@/core/const'; | ||
|
||
export const donateOptions = [ | ||
{ | ||
id: 1, | ||
linkLabel: 'Donate now', | ||
icon: 'openCollective', | ||
href: LINKS.DONATE_OPEN_COLLECTIVE, | ||
}, | ||
{ | ||
id: 2, | ||
linkLabel: 'Subscribe now', | ||
icon: 'boosty', | ||
href: LINKS.DONATE_BOOSTY, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
export const mentorsAfterRegisterData = { | ||
en: { | ||
title: 'After Completing the Registration', | ||
steps: [ | ||
{ | ||
id: 1, | ||
subtitle: 'An email with instructions', | ||
content: 'will be sent to you before mentoring begins', | ||
}, | ||
{ | ||
id: 2, | ||
subtitle: 'Confirm your participation', | ||
content: 'in the mentoring program by clicking on the link in the email', | ||
}, | ||
{ | ||
id: 3, | ||
subtitle: 'Follow the links', | ||
content: 'from the email to join the selected course community on Telegram and Discord', | ||
}, | ||
], | ||
}, | ||
ru: { | ||
title: 'После Регистрации', | ||
steps: [ | ||
{ | ||
id: 1, | ||
subtitle: 'Письмо с инструкциями', | ||
content: 'будет отправлено вам на электронную почту перед началом менторинга', | ||
}, | ||
{ | ||
id: 2, | ||
subtitle: 'Подтвердите участие', | ||
content: 'в программе менторинга, перейдя по ссылке в письме', | ||
}, | ||
{ | ||
id: 3, | ||
subtitle: 'Подключайтесь по ссылкам', | ||
content: 'из письма к сообществу выбранного курса в Телеграм и Дискорд', | ||
}, | ||
], | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
import { MentorFeedback } from '@/entities/mentor'; | ||
import mentorSloth1 from '@/shared/assets/svg/mentor-sloths/1.svg'; | ||
import mentorSloth2 from '@/shared/assets/svg/mentor-sloths/2.svg'; | ||
|
||
export const mentorsFeedbackData: MentorFeedback[] = [ | ||
{ | ||
name: 'Матвеев Михаил', | ||
course: 'FE Javascript', | ||
review: | ||
'По моему мнению это один из лучших курсов школы. Огромное количество интересных заданий, которые постоянно обновляются. Однако для лучшего усвоения материала ментор/наставник тут необходим для большинства студентов. Я сам заканчивал этот курс и для меня структура курса и сам процесс менторинга не был чем то новым, я знал на что иду. На все задачки которые ты должен проверять как ментор дается более чем достаточно времени, а все остальное довольно индивидуально. У меня были студенты которые очень боялись задавать вопросы, боялись сдавать таски, были слабые студенты, были сильные студенты, но все они выросли и стали лучше.', | ||
photo: mentorSloth1, | ||
}, | ||
{ | ||
name: 'Оксана Федотова', | ||
course: 'JavaScript/Front-end 2023Q1', | ||
review: `Должна отметить, что мне в целом очень понравились курсы RS School. Для меня удивительно и здорово, что есть такие курсы, которые позволяют изучать различные направления разработки бесплатно, при этом на высоком уровне. | ||
Ментором я стала почти случайно. Однажды мне пришло письмо на электронную почту с информацией о том, что идет новый курс и не хватает менторов. Я решила попробовать. Мне назначили трёх студентов, с которыми мы провели вводной созвон, познакомились и обсудили предстоящую работу. | ||
На первом этапе моя основная задача заключалась в проверке качества кода и помощи студентам с их вопросами и сложностями. Критерии проверки для каждого задания были чётко прописаны, что значительно упростило процесс и помогло избежать недоразумений. Это было для меня не только полезным опытом наставничества, но и отличной возможностью освежить собственные знания. | ||
Следующий этап был ещё интереснее — написание совместного проекта. Это оказался непростой, но увлекательный процесс. Мои студенты были разными с точки зрения опыта и навыков, но нам удалось удачно распределить роли, чтобы каждый работал над тем, что у него получалось лучше всего. Для меня особенно ценно было поработать с такими инструментами, как API Commercetools и SASS модули — это позволило мне и самой погрузиться в новые технологии. | ||
Я считаю, что менторинг в RS School — это прекрасная возможность не только передать свои знания, но и отличный шанс развить коммуникационные и организационные навыки, углубить понимание материалов и внести вклад в развитие будущих разработчиков.`, | ||
photo: mentorSloth2, | ||
}, | ||
{ | ||
name: 'Маргарита Малец', | ||
course: 'JavaScript/Front-end 2023Q4, React 2024 Q3', | ||
review: | ||
`В RS school главное для ментора поддержать студентов, поделиться своим опытом и знаниями (даже если пока нет опыта работы но есть опыт успешного обучения это уже полезно для тех, кто сейчас учиться). | ||
Есть несколько обязательных активностей: ревью кода и проведение интервью. А в остальном - ментор сам выбирает линию поведения и вовлечённость. | ||
Роль ментора лично мне помогла победить страх перед публичными выступлениями и новыми знакомствами, принять свое несовершенство и найти рецепт непрерывного обучения.`, | ||
photo: mentorSloth1, | ||
}, | ||
{ | ||
name: 'Александр Радванский', | ||
course: 'JavaScript/Front-end 2023Q4 / React 2024 Q3', | ||
review: | ||
`Спасибо RSSCHOOL за предоставленную возможность попробовать себя в роли менторинга студентов. Это отличный повод завести новые знакомства, пообщаться с интересными людьми, расширить кругозор, повторить и попробовать "базу", держать себя в форме и подтянуть soft-skills 🙂. | ||
Прекрасно и интересно провел время в компании целеустремлённых и мотивированных людей пробуя, решая, объясняя разнообразные темы и задачи. | ||
Так держать RSSCHOOL, вы делаете правильные и нужные вещи и всегда помните, что "Вы - клёвые".`, | ||
photo: mentorSloth2, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.