forked from Menzorg/vshsdt
-
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.
- Loading branch information
Пётр Безденежных
authored and
Пётр Безденежных
committed
Mar 26, 2024
1 parent
df53cc4
commit b8c302d
Showing
6 changed files
with
102 additions
and
0 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,17 @@ | ||
import type { Metadata } from 'next'; | ||
|
||
export const metadata: Metadata = { | ||
title: 'Курс: AI product manager: продуктовые разработки с использованием технологий ИИ', | ||
description: 'Обучение на основе профессионального стандарта «Менеджер продуктов в области информационных технологий". В курсе - исследования, формулирование гипотез, создание “продуктов” с использованием технологий искусственного интеллекта. В результате - опыт работы в команде, продукт в портфолио, практические навыки для успешного старта в профессии продуктового менеджера.', | ||
keywords: 'менеджер, продукт, бизнес, аналитик, product, manager, карьера, курсы, обучение, школа, учиться, профессия', | ||
} | ||
|
||
export default function RootLayout({ | ||
children, | ||
}: { | ||
children: React.ReactNode | ||
}) { | ||
return ( | ||
<> {children} </> | ||
) | ||
} |
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,17 @@ | ||
import type { Metadata } from 'next'; | ||
|
||
export const metadata: Metadata = { | ||
title: 'Курс: Стилист в индустрии моды. Fashion стилист', | ||
description: 'Вариативные методики в создании стиля мужчин и женщин. Фэшн-аналитика и принципы организации фотосессий. Акцент на создание контента и визуализаций с использованием нейросетей ChatGPT и Midjourney. Практика с предприятиями и брендами в индустрии моды. Это новый уровень работы с проектами в области моды и стиля.', | ||
keywords: 'мода, индустрия, стилист, тренды, модные, карьера, курсы, обучение, школа, учиться, профессия', | ||
} | ||
|
||
export default function RootLayout({ | ||
children, | ||
}: { | ||
children: React.ReactNode | ||
}) { | ||
return ( | ||
<> {children} </> | ||
) | ||
} |
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,17 @@ | ||
import type { Metadata } from 'next'; | ||
|
||
export const metadata: Metadata = { | ||
title: 'Курс: Дизайн интерьера', | ||
description: 'Актуально и емко о самом важном для реализации идей в интерьере квартиры или загородного дома. Получения навыка составления Design Project folder и реализации своих идей в дизайне интерьера.', | ||
keywords: 'дизайн, интерьер, карьера, курсы, школа, обучение, учиться, профессия', | ||
} | ||
|
||
export default function RootLayout({ | ||
children, | ||
}: { | ||
children: React.ReactNode | ||
}) { | ||
return ( | ||
<> {children} </> | ||
) | ||
} |
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,17 @@ | ||
import type { Metadata } from 'next'; | ||
|
||
export const metadata: Metadata = { | ||
title: 'Курс: Интерьерный стилист. Декоратор', | ||
description: 'Практика создания интерьерных концепций для реального заказчика. Получение базы знаний по новым методикам, технологиям, материалам, поставщикам товаров и услуг. Практика создания контента и визуализаций с использованием нейросетей ChatGPT и Midjourney. Это новый уровень работы с проектами в области декорирования интерьеров', | ||
keywords: 'интерьер, дизайн, стилист, декоратор, декорирование, карьера, курсы, обучение, школа, учиться, профессия', | ||
} | ||
|
||
export default function RootLayout({ | ||
children, | ||
}: { | ||
children: React.ReactNode | ||
}) { | ||
return ( | ||
<> {children} </> | ||
) | ||
} |
17 changes: 17 additions & 0 deletions
17
src/app/education/nn-for-designers-and-stylists/layout.tsx
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,17 @@ | ||
import type { Metadata } from 'next'; | ||
|
||
export const metadata: Metadata = { | ||
title: 'Курс: Нейросети для дизайнеров и стилистов', | ||
description: 'ChatGPT, DALL-E, Midjourney, Generative fill. Практика применения нейросетей в создании визуальных концепций и доработке проектов в дизайне интерьера, графическом дизайне, индустриях моды и красоты.', | ||
keywords: 'дизайнер, стилист, контент, создание, картинки, иллюстрации, ChatGPT, DALL-E, Midjourney, Generative fil, карьера, курсы, обучение, школа, учиться, профессия', | ||
} | ||
|
||
export default function RootLayout({ | ||
children, | ||
}: { | ||
children: React.ReactNode | ||
}) { | ||
return ( | ||
<> {children} </> | ||
) | ||
} |
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,17 @@ | ||
import type { Metadata } from 'next'; | ||
|
||
export const metadata: Metadata = { | ||
title: 'Курс: Имидж-консультант (Консультант по стилю). Быстрый старт', | ||
description: 'Консультант по имиджу и стилю - курсы с "нуля", емко и актуально, 100% результата в подборе комнлектов модной и стильной одежды. Можно учиться в любом возрасте, в любом городе, для себя или для карьеры дипломированного стилиста', | ||
keywords: 'имидж, стиль, консультант, стилист, карьера, курсы, обучение, школа, учиться, профессия', | ||
} | ||
|
||
export default function RootLayout({ | ||
children, | ||
}: { | ||
children: React.ReactNode | ||
}) { | ||
return ( | ||
<> {children} </> | ||
) | ||
} |