@@ -158,48 +158,48 @@ <h2 id="Inline" class="m-b-1-xs" id="disabled">Inline Buttons</h2>
158
158
159
159
160
160
161
- < h2 id ="Topics " class ="m-b-1-xs " id ="topic -color-button "> Topic Color Buttons</ h2 >
162
- < p class ="m-b-3-xs "> Each button supports the full array of topic colors by adding the name of the topic to the class. Use classes like, < code > button--topic-css </ code > , in conjunction with any other button class combo to set it as a topic color. By default, this will effect the border and text color of the button. To use the primary button style with topic colors apply the topic color class in conjunction with the < code > button--primary</ code > class.</ p >
161
+ < h2 id ="Categories " class ="m-b-1-xs " id ="category -color-button "> Category Color Buttons</ h2 >
162
+ < p class ="m-b-3-xs "> Each button supports the full array of topic colors by adding the name of the category to the class. Use classes like, < code > button--category-fundamentals </ code > , in conjunction with any other button class combo to set it as a category color. By default, this will effect the border and text color of the button. To use the primary button style with topic colors apply the category color class in conjunction with the < code > button--primary</ code > class.</ p >
163
163
< div class ="m-b-05-xs ">
164
- < a class ="m-b-05-xs button button--topic-html " > HTML </ a >
165
- < a class ="m-b-05-xs button button--topic-css " > CSS </ a >
166
- < a class ="m-b-05-xs button button--topic-java " > Java </ a >
167
- < a class ="m-b-05-xs button button--topic-python " > Python </ a >
168
- < a class ="m-b-05-xs button button--topic-php " > PHP </ a >
169
- < a class ="m-b-05-xs button button--topic-android " > Android </ a >
170
- < a class ="m-b-05-xs button button--topic-ios " > iOS </ a >
171
- < a class ="m-b-05-xs button button--topic-diglit " > Digital Literacy </ a >
164
+ < a class ="m-b-05-xs button button button--category-fundamentals " > Fundamentals </ a >
165
+ < a class ="m-b-05-xs button button button--category-front-end " > Front End </ a >
166
+ < a class ="m-b-05-xs button button button--category-back-end " > Back End </ a >
167
+ < a class ="m-b-05-xs button button button--category-data " > Data </ a >
168
+ < a class ="m-b-05-xs button button button--category-design " > Design </ a >
169
+ < a class ="m-b-05-xs button button button--category-mobile " > Mobile </ a >
170
+ < a class ="m-b-05-xs button button button--category-experimental " > Experimental </ a >
171
+ < a class ="m-b-05-xs button button button--category-undefined " > Undefined </ a >
172
172
</ div >
173
173
< div >
174
- < a class ="m-b-05-xs button button--primary button--topic-html " > HTML </ a >
175
- < a class ="m-b-05-xs button button--primary button--topic-css " > CSS </ a >
176
- < a class ="m-b-05-xs button button--primary button--topic-java " > Java </ a >
177
- < a class ="m-b-05-xs button button--primary button--topic-python " > Python </ a >
178
- < a class ="m-b-05-xs button button--primary button--topic-php " > PHP </ a >
179
- < a class ="m-b-05-xs button button--primary button--topic-android " > Android </ a >
180
- < a class ="m-b-05-xs button button--primary button--topic-ios " > iOS </ a >
181
- < a class ="m-b-05-xs button button--primary button--topic-diglit " > Digital Literacy </ a >
174
+ < a class ="m-b-05-xs button button--primary button--category-fundamentals " > Fundamentals </ a >
175
+ < a class ="m-b-05-xs button button--primary button--category-front-end " > Front End </ a >
176
+ < a class ="m-b-05-xs button button--primary button--category-back-end " > Back End </ a >
177
+ < a class ="m-b-05-xs button button--primary button--category-data " > Data </ a >
178
+ < a class ="m-b-05-xs button button--primary button--category-design " > Design </ a >
179
+ < a class ="m-b-05-xs button button--primary button--category-mobile " > Mobile </ a >
180
+ < a class ="m-b-05-xs button button--primary button--category-experimental " > Experimental </ a >
181
+ < a class ="m-b-05-xs button button--primary button--category-undefined " > Undefined </ a >
182
182
</ div >
183
183
< div class ="guide-code m-b-4-xs ">
184
184
< pre > < code class ="language-html "> <div class="m-b-05-xs">
185
- <a class="m-b-05-xs button button--topic-html ">HTML </a>
186
- <a class="m-b-05-xs button button--topic-css ">CSS </a>
187
- <a class="m-b-05-xs button button--topic-java ">Java </a>
188
- <a class="m-b-05-xs button button--topic-python ">Python </a>
189
- <a class="m-b-05-xs button button--topic-php ">PHP </a>
190
- <a class="m-b-05-xs button button--topic-android ">Android </a>
191
- <a class="m-b-05-xs button button--topic-ios ">iOS </a>
192
- <a class="m-b-05-xs button button--topic-diglit ">Digital Literacy </a>
185
+ <a class="m-b-05-xs button button--category-fundamentals ">Fundamentals </a>
186
+ <a class="m-b-05-xs button button--category-front-end ">Front End </a>
187
+ <a class="m-b-05-xs button button--category-back-end ">Back End </a>
188
+ <a class="m-b-05-xs button button--category-data ">Data </a>
189
+ <a class="m-b-05-xs button button--category-design ">Design </a>
190
+ <a class="m-b-05-xs button button--category-mobile ">Mobile </a>
191
+ <a class="m-b-05-xs button button--category-experimental ">Experimental </a>
192
+ <a class="m-b-05-xs button button--category-undefined ">Undefined </a>
193
193
</div>
194
194
<div>
195
- <a class="m-b-05-xs button button--primary button--topic-html ">HTML </a>
196
- <a class="m-b-05-xs button button--primary button--topic-css ">CSS </a>
197
- <a class="m-b-05-xs button button--primary button--topic-java ">Java </a>
198
- <a class="m-b-05-xs button button--primary button--topic-python ">Python </a>
199
- <a class="m-b-05-xs button button--primary button--topic-php ">PHP </a>
200
- <a class="m-b-05-xs button button--primary button--topic-android ">Android </a>
201
- <a class="m-b-05-xs button button--primary button--topic-ios ">iOS </a>
202
- <a class="m-b-05-xs button button--primary button--topic-diglit ">Digital Literacy </a>
195
+ <a class="m-b-05-xs button button--primary button--category-fundaments ">Fundamentals </a>
196
+ <a class="m-b-05-xs button button--primary button--category-front-end ">Front End </a>
197
+ <a class="m-b-05-xs button button--primary button--category-back-end ">Back End </a>
198
+ <a class="m-b-05-xs button button--primary button--category-data ">Data </a>
199
+ <a class="m-b-05-xs button button--primary button--category-design ">Design </a>
200
+ <a class="m-b-05-xs button button--primary button--category-mobile ">Mobile </a>
201
+ <a class="m-b-05-xs button button--primary button--category-experimental ">Experimental </a>
202
+ <a class="m-b-05-xs button button--primary button--category-undefined ">Undefined </a>
203
203
</div></ code > </ pre >
204
204
</ div >
205
205
0 commit comments