1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-08 18:26:57 +02: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', link: '/technical-writer',
type: 'role', type: 'role',
}, },
{
title: 'Product Manager',
link: '/product-manager',
type: 'role',
},
], ],
}, },
{ {

View File

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