forked from patternfly/training-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
html-css-pathway.json
32 lines (32 loc) · 1.02 KB
/
html-css-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"title": "PatternFly HTML/CSS",
"description": "Learn to use PatternFly HTML/CSS.",
"icon": "fa-jedi",
"courses": [
{
"course_id": "building-blocks",
"title": "The building blocks of PatternFly",
"description": "Learn about components, layouts, and demos."
},
{
"course_id": "variable-naming-principles",
"title": "Variable naming principles",
"description": "Create and override component and global variables by following BEM naming principles."
},
{
"course_id": "modifier-utilities",
"title": "Modifiers and utilities",
"description": "Apply modifier and utility classes to create new variations."
},
{
"course_id": "layouts",
"title": "Layouts",
"description": "Learn how to use all seven of PatternFly's layouts."
},
{
"course_id": "override-extend-variables",
"title": "Override and extend variables",
"description": "Practice overriding and extending variables to create new designs."
}
]
}