1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-20 07:09:43 +01:00

Add product manager roadmap to get-started and roadmaps pages

This commit is contained in:
Kamran Ahmed 2024-06-12 23:39:07 +01:00
parent 235c571347
commit b4f84b448d
2 changed files with 19 additions and 8 deletions

View File

@ -310,6 +310,11 @@ const groups: GroupType[] = [
link: '/technical-writer',
type: 'role',
},
{
title: 'Product Manager',
link: '/product-manager',
type: 'role',
},
],
},
{

View File

@ -28,7 +28,7 @@ import {
PenSquare,
Component,
Waypoints,
CheckSquare, Braces,
CheckSquare, Braces, FolderKanban,
} from 'lucide-react';
import { SectionBadge } from '../components/GetStarted/SectionBadge';
import { TipItem } from '../components/GetStarted/TipItem';
@ -362,7 +362,7 @@ import { TipItem } from '../components/GetStarted/TipItem';
title='Fancy something else?'
description='Explore the following roadmaps about UX, Game Development, Software Architect and more'
>
<div class='flex flex-col justify-center gap-3'>
<div class='flex flex-col justify-start gap-3'>
<RoadmapCard
icon={ShieldHalf}
title='Cyber Security'
@ -375,8 +375,14 @@ import { TipItem } from '../components/GetStarted/TipItem';
link='/ux-design'
description='Learn all you need to know to become a UX Designer.'
/>
<RoadmapCard
icon={PenSquare}
title='Blockchain'
link='/blockchain'
description='Learn all you need to know to become a Blockchain Developer.'
/>
</div>
<div class='flex flex-col justify-center gap-3'>
<div class='flex flex-col justify-start gap-3'>
<RoadmapCard
icon={Gamepad2}
title='Game Development'
@ -390,12 +396,12 @@ import { TipItem } from '../components/GetStarted/TipItem';
description='Learn all you need to know to become a Technical Writer.'
/>
</div>
<div class='flex flex-col justify-center gap-3'>
<div class='flex flex-col justify-start gap-3'>
<RoadmapCard
icon={PenSquare}
title='Blockchain'
link='/blockchain'
description='Learn all you need to know to become a Blockchain Developer.'
icon={FolderKanban}
title='Product Manager'
link='/product-manager'
description='Learn all you need to know to become a Project Manager.'
/>
<RoadmapCard
icon={Component}