|
|
|
@ -28,7 +28,7 @@ import { |
|
|
|
|
PenSquare, |
|
|
|
|
Component, |
|
|
|
|
Waypoints, |
|
|
|
|
CheckSquare, Braces, FolderKanban, Coins, Megaphone, |
|
|
|
|
CheckSquare, Braces, FolderKanban, Coins, Megaphone, GitBranch, |
|
|
|
|
} from 'lucide-react'; |
|
|
|
|
import { SectionBadge } from '../components/GetStarted/SectionBadge'; |
|
|
|
|
import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
@ -416,6 +416,12 @@ import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
|
link='/software-architect' |
|
|
|
|
description='Learn all you need to know to become a Software Architect.' |
|
|
|
|
/> |
|
|
|
|
<RoadmapCard |
|
|
|
|
icon={GitBranch} |
|
|
|
|
title='Git and GitHub' |
|
|
|
|
link='/git-github' |
|
|
|
|
description='Learn all you need to know to become a Git and GitHub expert.' |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
</RoleRoadmaps> |
|
|
|
|
|
|
|
|
|