|
10 | 10 | ## Sumário |
11 | 11 |
|
12 | 12 | 1. [Global](#global) |
13 | | - 1.1 [Identation](#identation) |
| 13 | + * [Identation](#identation) |
14 | 14 | 2. [Commits](#commits) |
15 | | - 2.1 [English](#english) |
16 | | - 2.2 [Task number](#task-number) |
17 | | - 2.3 [Status](#status) |
18 | | - 2.4 [Message convention](#message-convention) |
| 15 | + * [English](#english) |
| 16 | + * [Task number](#task-number) |
| 17 | + * [Status](#status) |
| 18 | + * [Message convention](#message-convention) |
19 | 19 | 3. [HTML](#html) |
20 | | - 3.1 [HTML Syntax](#html-comments) |
21 | | - 3.2 [HTML Comments](#html-syntax) |
22 | | - 3.3 [HTML Character Encoding](#html-character-encoding) |
23 | | - 3.4 [HTML Attribute Order](#html-attribute-order) |
24 | | - 3.5 [HTML Performance](#html-performance) |
25 | | - 3.6 [HTML Base Code](#html-base-code) |
26 | | -4. [CSS / SCSS](#css--scss) |
27 | | -5. [JavaScript](#javascript) |
| 20 | + * [HTML Syntax](#html-syntax) |
| 21 | + * [HTML Comments](#html-comments) |
| 22 | + * [HTML Character Encoding](#html-character-encoding) |
| 23 | + * [HTML Attribute Order](#html-attribute-order) |
| 24 | + * [HTML Performance](#html-performance) |
| 25 | + * [HTML Base Code](#html-base-code) |
| 26 | +4. [CSS](#css) |
| 27 | + * [CSS Syntax](#css-syntax) |
| 28 | + * [CSS Comments](#css-comments) |
| 29 | + * [CSS Declaration Order](#css-declaration-order) |
| 30 | + * [CSS Class Name](#css-class-name) |
| 31 | + * [CSS Performance](#css-performance) |
| 32 | + * [CSS Media Queries](#css-media-queries) |
| 33 | +5. [Javascript](#javascript) |
| 34 | + * [Javascript Syntax](#javascript-syntax) |
| 35 | + * [Javascript Comments](#javascript-comments) |
| 36 | + * [Javascript Variables](#javascript-variables) |
| 37 | + * [Javascript Performance](#javascript-performance) |
28 | 38 |
|
29 | 39 | ### Global |
30 | 40 |
|
@@ -287,6 +297,30 @@ Tags meta que mais uso. |
287 | 297 | <link rel="canonical" href="Url"> |
288 | 298 | ``` |
289 | 299 |
|
| 300 | +### CSS |
| 301 | + |
| 302 | +#### CSS Syntax |
| 303 | + |
| 304 | +#### CSS Comments |
| 305 | + |
| 306 | +#### CSS Declaration Order |
| 307 | + |
| 308 | +#### CSS Class Name |
| 309 | + |
| 310 | +#### CSS Performance |
| 311 | + |
| 312 | +#### CSS Media Queries |
| 313 | + |
| 314 | + |
| 315 | +### Javascript |
| 316 | + |
| 317 | +#### Javascript Syntax |
| 318 | + |
| 319 | +#### Javascript Comments |
| 320 | + |
| 321 | +#### Javascript Variables |
| 322 | + |
| 323 | +#### Javascript Performance |
290 | 324 |
|
291 | 325 |
|
292 | 326 | ## Contribuindo |
|
0 commit comments