Add product manager roadmap to get-started and roadmaps pages

pull/5863/head
Kamran Ahmed 11 months ago
parent 235c571347
commit b4f84b448d
  1. 5
      src/components/Roadmaps/RoadmapsPage.tsx
  2. 22
      src/pages/get-started.astro

@ -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',
},
], ],
}, },
{ {

@ -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}

Loading…
Cancel
Save