|
|
|
@ -28,7 +28,15 @@ import { |
|
|
|
|
PenSquare, |
|
|
|
|
Component, |
|
|
|
|
Waypoints, |
|
|
|
|
CheckSquare, Braces, FolderKanban, Coins, Megaphone, GitBranch, |
|
|
|
|
CheckSquare, |
|
|
|
|
Braces, |
|
|
|
|
FolderKanban, |
|
|
|
|
Coins, |
|
|
|
|
Megaphone, |
|
|
|
|
GitBranch, |
|
|
|
|
UsersRoundIcon, |
|
|
|
|
UsersRound, |
|
|
|
|
SquareKanban, |
|
|
|
|
} from 'lucide-react'; |
|
|
|
|
import { SectionBadge } from '../components/GetStarted/SectionBadge'; |
|
|
|
|
import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
@ -366,6 +374,25 @@ import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
|
description='Learn how to deploy and manage machine learning models.' |
|
|
|
|
/> |
|
|
|
|
</RoleRoadmaps> |
|
|
|
|
<RoleRoadmaps |
|
|
|
|
badge='Product or Engineering Management' |
|
|
|
|
title='Thinking about a career in management?' |
|
|
|
|
description='How about diving into our product or engineering management roadmaps?' |
|
|
|
|
> |
|
|
|
|
<RoadmapCard |
|
|
|
|
icon={SquareKanban} |
|
|
|
|
title='Product Manager' |
|
|
|
|
link='/product-manager' |
|
|
|
|
description='Learn all you need to know to become a Product Manager.' |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<RoadmapCard |
|
|
|
|
icon={UsersRound} |
|
|
|
|
title='Engineering Engineer' |
|
|
|
|
link='/engineering-manager' |
|
|
|
|
description='Learn all you need to become an Engineering Manager.' |
|
|
|
|
/> |
|
|
|
|
</RoleRoadmaps> |
|
|
|
|
<RoleRoadmaps |
|
|
|
|
badge='More Roles' |
|
|
|
|
title='Fancy something else?' |
|
|
|
|