-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added special courses and continuing
- Loading branch information
Showing
8 changed files
with
142 additions
and
30 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,35 @@ | ||
import { iconProps } from './consts' | ||
import { ScheduleGroupType } from './types' | ||
import StarIcon from '@/components/svg/icons_big/star_in_circle.svg' | ||
|
||
export const continuing: ScheduleGroupType = { | ||
slug: 'continuing', | ||
title: 'Для продолжающих', | ||
description: 'Для тех, кто занимается хастлом уже несколько месяцев', | ||
cardIcon: <StarIcon {...iconProps} />, | ||
schedules: [ | ||
{ | ||
title: 'Base Хастл', | ||
subtitle: ['От 2 месяцев'], | ||
description: [['Вторник, Четверг', '19:00 - 20:30']], | ||
trainerSlugs: ['vyacheslav_vyazov', 'anna_vasilieva'], | ||
isButton: true, | ||
}, | ||
{ | ||
title: 'Base Хастл', | ||
subtitle: ['От 2 месяцев'], | ||
description: [['Понедельник, Среда', '20:30 - 22:00']], | ||
trainerSlugs: ['alexander_nosov', 'anna_stramilova'], | ||
info: ['СКОРО!!!'], | ||
isButton: true, | ||
}, | ||
{ | ||
title: 'Base Хастл', | ||
subtitle: ['От 2 месяцев'], | ||
description: [['Вторник, Четверг', '20:30 - 22:00']], | ||
trainerSlugs: ['leonid_leonov', 'daria_samohvalova'], | ||
info: ['СТАРТ 24.09'], | ||
isButton: false, | ||
}, | ||
], | ||
} |
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,5 +1,12 @@ | ||
import { sport } from './sport' | ||
import { start } from './start' | ||
import { ScheduleGroupType } from './types' | ||
import { continuing } from './continuing' | ||
import { start } from './start' | ||
import { sport } from './sport' | ||
import { special } from './special' | ||
|
||
export const schedulesData: ScheduleGroupType[] = [start, sport] | ||
export const schedulesData: ScheduleGroupType[] = [ | ||
start, | ||
continuing, | ||
sport, | ||
special, | ||
] |
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,29 @@ | ||
import { iconProps } from './consts' | ||
import { ScheduleGroupType } from './types' | ||
import SpecialIcon from '@/components/svg/icons_big/special.svg' | ||
|
||
export const special: ScheduleGroupType = { | ||
slug: 'special', | ||
title: 'Спецкурсы', | ||
description: | ||
'Для тех, кто хочет усовершенствовать отдельные аспекты своих танцевальных умений', | ||
cardIcon: <SpecialIcon {...iconProps} />, | ||
schedules: [ | ||
{ | ||
title: 'Вращаться легко!', | ||
subtitle: ['Интенсив от BG0'], | ||
description: [['Вторник, Четверг', '19:00 - 20:30']], | ||
trainerSlugs: ['roman_samohvalov', 'daria_koshevaya'], | ||
info: ['C 24.06 по 14.08'], | ||
isButton: true, | ||
}, | ||
{ | ||
title: 'Хастл Формейшн', | ||
subtitle: ['Подготовка к ЧР 2024'], | ||
description: [['Вторник, Четверг', '19:00 - 20:30']], | ||
trainerSlugs: ['roman_samohvalov', 'daria_koshevaya'], | ||
info: ['СТАРТ 24.09'], | ||
isButton: true, | ||
}, | ||
], | ||
} |
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,32 +1,27 @@ | ||
import { iconProps } from './consts' | ||
import { ScheduleGroupType } from './types' | ||
import StarIcon from '@/components/svg/icons_big/star_in_circle.svg' | ||
import CupIcon from '@/components/svg/icons_big/cup_with_star.svg' | ||
|
||
export const sport: ScheduleGroupType = { | ||
slug: 'sport', | ||
title: 'Для продолжающих', | ||
description: 'Для тех, кто занимается хастлом уже несколько месяцев', | ||
cardIcon: <StarIcon {...iconProps} />, | ||
title: 'Для соревнующихся', | ||
description: | ||
'Для тех, кто хочет готовиться к соревнованиям и в дальнейшем участвовать в них', | ||
cardIcon: <CupIcon {...iconProps} />, | ||
schedules: [ | ||
{ | ||
title: 'Base Хастл', | ||
subtitle: [ | ||
'Для тех, кто ни разу не танцевал хастл, а если и танцевал, то очень давно', | ||
], | ||
description: [['Понедельник, Среда', '19:00 - 20:30']], | ||
trainerSlugs: ['leonid_leonov', 'daria_samohvalova'], | ||
title: 'JnJ Begginer 0', | ||
subtitle: ['Изучите, что танцевать в отборах'], | ||
description: [['Понедельник, Среда', '20:30 - 22:00']], | ||
trainerSlugs: ['alexander_nosov', 'anna_stramilova'], | ||
isButton: true, | ||
isNew: false, | ||
}, | ||
{ | ||
title: 'Base Хастл', | ||
subtitle: [ | ||
'Для тех, кто ни разу не танцевал хастл, а если и танцевал, то очень давно', | ||
], | ||
description: [['Понедельник, Среда', '20:30 - 22:00']], | ||
trainerSlugs: ['alexander_nosov', 'anna_stramilova'], | ||
title: 'JnJ Begginer 0', | ||
subtitle: ['Вводный курс в конкурсный хастл'], | ||
description: [['Вторник, Четверг', '19:00 - 20:30']], | ||
trainerSlugs: ['leonid_leonov', 'daria_samohvalova'], | ||
isButton: true, | ||
isNew: false, | ||
}, | ||
], | ||
} |
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