Add CSS roadmap everywhere

This commit is contained in:
Kamran Ahmed
2025-09-26 18:44:23 +01:00
parent 6c925a9968
commit 157a2d163b
3 changed files with 12 additions and 4 deletions

View File

@@ -36,6 +36,10 @@ Here is the list of available roadmaps with more being actively worked upon.
- [Backend Roadmap](https://roadmap.sh/backend) / [Backend Beginner Roadmap](https://roadmap.sh/backend?r=backend-beginner)
- [DevOps Roadmap](https://roadmap.sh/devops) / [DevOps Beginner Roadmap](https://roadmap.sh/devops?r=devops-beginner)
- [Full Stack Roadmap](https://roadmap.sh/full-stack)
- [HTML Roadmap](https://roadmap.sh/html)
- [CSS Roadmap](https://roadmap.sh/css)
- [JavaScript Roadmap](https://roadmap.sh/javascript)
- [TypeScript Roadmap](https://roadmap.sh/typescript)
- [Git and GitHub](https://roadmap.sh/git-github) / [Git and GitHub Beginner](https://roadmap.sh/git-github?r=git-github-beginner)
- [API Design Roadmap](https://roadmap.sh/api-design)
- [Computer Science Roadmap](https://roadmap.sh/computer-science)
@@ -58,9 +62,6 @@ Here is the list of available roadmaps with more being actively worked upon.
- [Software Architect Roadmap](https://roadmap.sh/software-architect)
- [Game Developer Roadmap](https://roadmap.sh/game-developer) / [Server Side Game Developer](https://roadmap.sh/server-side-game-developer)
- [Software Design and Architecture Roadmap](https://roadmap.sh/software-design-architecture)
- [JavaScript Roadmap](https://roadmap.sh/javascript)
- [HTML Roadmap](https://roadmap.sh/html)
- [TypeScript Roadmap](https://roadmap.sh/typescript)
- [C++ Roadmap](https://roadmap.sh/cpp)
- [React Roadmap](https://roadmap.sh/react)
- [Next.js Roadmap](https://roadmap.sh/nextjs)

View File

@@ -180,6 +180,12 @@ const groups: GroupType[] = [
type: 'skill',
otherGroups: ['Web Development', 'Absolute Beginners'],
},
{
title: 'CSS',
link: '/css',
type: 'skill',
otherGroups: ['Web Development', 'Absolute Beginners'],
},
{
title: 'JavaScript',
link: '/javascript',

View File

@@ -209,10 +209,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<RoadmapMultiCard
roadmaps={[
{ title: 'HTML', link: '/html' },
{ title: 'CSS', link: '/css' },
{ title: 'JavaScript', link: '/javascript' },
{ title: 'TypeScript', link: '/typescript' },
]}
description='How about mastering the language of the web: JavaScript? or maybe TypeScript? or maybe HTML?'
description='How about mastering the language of the web: JavaScript? or maybe TypeScript? or maybe HTML or CSS?'
secondaryRoadmaps={[
{
title: 'Frontend Performance',