1+ const comingSoonLink = "/roadmaps/html-coming-soon" ;
2+
13export const htmlRoadmapData = [
24 {
35 title : "HTML Basics" ,
@@ -7,72 +9,72 @@ export const htmlRoadmapData = [
79 link : "/docs/html/intro-html/" ,
810 status : "todo" ,
911 } ,
10- { text : "HTML Documents Structure" , link : "#" , status : "todo" } ,
11- { text : "Basic HTML Tags" , link : "#" , status : "todo" } ,
12- { text : "Attributes in HTML" , link : "#" , status : "todo" } ,
12+ { text : "HTML Documents Structure" , link : comingSoonLink , status : "todo" } ,
13+ { text : "Basic HTML Tags" , link : comingSoonLink , status : "todo" } ,
14+ { text : "Attributes in HTML" , link : comingSoonLink , status : "todo" } ,
1315 {
1416 text : "HTML Paragraphs and Text Formatting" ,
15- link : "#" ,
17+ link : comingSoonLink ,
1618 status : "todo" ,
1719 } ,
18- { text : "Links and Images in HTML" , link : "#" , status : "todo" } ,
19- { text : "HTML Lists" , link : "#" , status : "todo" } ,
20+ { text : "Links and Images in HTML" , link : comingSoonLink , status : "todo" } ,
21+ { text : "HTML Lists" , link : comingSoonLink , status : "todo" } ,
2022 ] ,
2123 } ,
2224 {
2325 title : "HTML Forms" ,
2426 items : [
25- { text : "Introduction to HTML Forms" , link : "#" , status : "todo" } ,
26- { text : "Form Elements and Attributes" , link : "#" , status : "todo" } ,
27- { text : "Input Types in HTML" , link : "#" , status : "todo" } ,
28- { text : "Form Action and Method" , link : "#" , status : "todo" } ,
29- { text : "HTML Form Validation" , link : "#" , status : "todo" } ,
27+ { text : "Introduction to HTML Forms" , link : comingSoonLink , status : "todo" } ,
28+ { text : "Form Elements and Attributes" , link : comingSoonLink , status : "todo" } ,
29+ { text : "Input Types in HTML" , link : comingSoonLink , status : "todo" } ,
30+ { text : "Form Action and Method" , link : comingSoonLink , status : "todo" } ,
31+ { text : "HTML Form Validation" , link : comingSoonLink , status : "todo" } ,
3032 ] ,
3133 } ,
3234 {
3335 title : "HTML5 Elements" ,
3436 items : [
35- { text : "HTML5 Semantic Elements" , link : "#" , status : "todo" } ,
36- { text : "HTML5 Media Elements" , link : "#" , status : "todo" } ,
37- { text : "HTML5 Graphics Elements" , link : "#" , status : "todo" } ,
38- { text : "HTML5 Form Types" , link : "#" , status : "todo" } ,
39- { text : "HTML5 New Attributes" , link : "#" , status : "todo" } ,
40- { text : "Web Storage in HTML5" , link : "#" , status : "todo" } ,
37+ { text : "HTML5 Semantic Elements" , link : comingSoonLink , status : "todo" } ,
38+ { text : "HTML5 Media Elements" , link : comingSoonLink , status : "todo" } ,
39+ { text : "HTML5 Graphics Elements" , link : comingSoonLink , status : "todo" } ,
40+ { text : "HTML5 Form Types" , link : comingSoonLink , status : "todo" } ,
41+ { text : "HTML5 New Attributes" , link : comingSoonLink , status : "todo" } ,
42+ { text : "Web Storage in HTML5" , link : comingSoonLink , status : "todo" } ,
4143 ] ,
4244 } ,
4345 {
4446 title : "HTML Tables" ,
4547 items : [
46- { text : "Basic HTML Table Structure" , link : "#" , status : "todo" } ,
47- { text : "HTML Table Attributes" , link : "#" , status : "todo" } ,
48- { text : "Row and Colspan in HTML" , link : "#" , status : "todo" } ,
49- { text : "Table Caption and Summary" , link : "#" , status : "todo" } ,
50- { text : "Complex Tables in HTML" , link : "#" , status : "todo" } ,
48+ { text : "Basic HTML Table Structure" , link : comingSoonLink , status : "todo" } ,
49+ { text : "HTML Table Attributes" , link : comingSoonLink , status : "todo" } ,
50+ { text : "Row and Colspan in HTML" , link : comingSoonLink , status : "todo" } ,
51+ { text : "Table Caption and Summary" , link : comingSoonLink , status : "todo" } ,
52+ { text : "Complex Tables in HTML" , link : comingSoonLink , status : "todo" } ,
5153 ] ,
5254 } ,
5355 {
5456 title : "HTML and SEO" ,
5557 items : [
56- { text : "Basic SEO Concepts" , link : "#" , status : "todo" } ,
57- { text : "HTML Tags and SEO" , link : "#" , status : "todo" } ,
58- { text : "SEO and HTML Meta Tags" , link : "#" , status : "todo" } ,
59- { text : "SEO and HTML Sitemap" , link : "#" , status : "todo" } ,
60- { text : "SEO and HTML Robots" , link : "#" , status : "todo" } ,
58+ { text : "Basic SEO Concepts" , link : comingSoonLink , status : "todo" } ,
59+ { text : "HTML Tags and SEO" , link : comingSoonLink , status : "todo" } ,
60+ { text : "SEO and HTML Meta Tags" , link : comingSoonLink , status : "todo" } ,
61+ { text : "SEO and HTML Sitemap" , link : comingSoonLink , status : "todo" } ,
62+ { text : "SEO and HTML Robots" , link : comingSoonLink , status : "todo" } ,
6163 ] ,
6264 } ,
6365 {
6466 title : "Responsive Web Design" ,
6567 items : [
6668 {
6769 text : "Understanding Responsive Web Design" ,
68- link : "#" ,
70+ link : comingSoonLink ,
6971 status : "todo" ,
7072 } ,
71- { text : "Media Queries in CSS" , link : "#" , status : "todo" } ,
72- { text : "Responsive Images" , link : "#" , status : "todo" } ,
73- { text : "CSS Flexbox" , link : "#" , status : "todo" } ,
74- { text : "CSS Grid" , link : "#" , status : "todo" } ,
75- { text : "CSS Frameworks" , link : "#" , status : "todo" } ,
73+ { text : "Media Queries in CSS" , link : comingSoonLink , status : "todo" } ,
74+ { text : "Responsive Images" , link : comingSoonLink , status : "todo" } ,
75+ { text : "CSS Flexbox" , link : comingSoonLink , status : "todo" } ,
76+ { text : "CSS Grid" , link : comingSoonLink , status : "todo" } ,
77+ { text : "CSS Frameworks" , link : comingSoonLink , status : "todo" } ,
7678 ] ,
7779 } ,
7880] ;
0 commit comments