|
2 | 2 |
|
3 | 3 | ## Фронтенд
|
4 | 4 |
|
5 |
| -<table class="layout" markdown="1" width="100%"> |
6 |
| -<tr> |
7 |
| -<th width="30%"> |
8 |
| -[{: style="height:60px;width:60px"}](/html/) |
9 |
| -</th> |
10 |
| -<th> </th> |
11 |
| -<th width="30%"> |
12 |
| -[{: style="height:60px;width:60px"}](/css/) |
13 |
| -</th> |
14 |
| -<th> </th> |
15 |
| -<th width="30%"> |
16 |
| -[{: style="height:30px;width:70px"}](/less/) |
17 |
| -</th> |
18 |
| -</tr> |
19 |
| -<tr> |
20 |
| -<th> |
21 |
| -[HTML](/html/)<br /> |
22 |
| -<small>Справочник элементов</small> |
23 |
| -</th> |
24 |
| -<th></th> |
25 |
| -<th> |
26 |
| -[CSS](/css/)<br /> |
27 |
| -<small>Справочник свойств</small> |
28 |
| -</th> |
29 |
| -<th></th> |
30 |
| -<th> |
31 |
| -[LESS](/less/)<br /> |
32 |
| -<small>Руководства</small> |
33 |
| -</th> |
34 |
| -</tr> |
35 |
| -</table> |
36 |
| - |
37 |
| -<br /> |
38 |
| - |
39 |
| -<table class="layout" markdown="1" width="100%"> |
40 |
| -<tr> |
41 |
| -<th width="30%"> |
42 |
| -[{: style="height:60px;width:60px"}](/javascript/) |
43 |
| -</th> |
44 |
| -<th> </th> |
45 |
| -<th width="30%"> |
46 |
| -[{: style="height:60px;width:60px"}](/typescript/) |
47 |
| -</th> |
48 |
| -<th> </th> |
49 |
| -<th width="30%"></th> |
50 |
| -</tr> |
51 |
| -<tr> |
52 |
| -<th> |
53 |
| -[Javascript](/javascript/)<br /> |
54 |
| -<small>Руководства</small> |
55 |
| -</th> |
56 |
| -<th></th> |
57 |
| -<th> |
58 |
| -[Typescript](/typescript/)<br /> |
59 |
| -<small>Руководства</small> |
60 |
| -</th> |
61 |
| -<th></th> |
62 |
| -<th></th> |
63 |
| -</tr> |
64 |
| -</table> |
| 5 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/html/) [HTML](/html/) |
| 6 | + |
| 7 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/css/) [CSS](/css/) <small> — [Руководство по Flexbox](css/flex-guide/flex-1.md) — [Руководство Grid Layout](css/grid-guide/grid-1.md)</small> |
| 8 | + |
| 9 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/less/) [LESS](/less/) |
| 10 | + |
| 11 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/javascript/) [Javascript](/javascript/) <small> — [Canvas 2D](javascript/canvas/index.md)</small> |
| 12 | + |
| 13 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/typescript/) [Typescript](/typescript/) |
65 | 14 |
|
66 | 15 | ### Фреймворки
|
67 | 16 |
|
68 |
| -<table class="layout" markdown="1" width="100%"> |
69 |
| -<tr> |
70 |
| -<th width="30%"> |
71 |
| -[{: style="height:60px;width:60px"}](/angular/) |
72 |
| -</th> |
73 |
| -<th> </th> |
74 |
| -<th width="30%"> |
75 |
| -[{: style="height:60px;width:60px"}](/react/) |
76 |
| -</th> |
77 |
| -<th> </th> |
78 |
| -<th width="30%"></th> |
79 |
| -</tr> |
80 |
| -<tr> |
81 |
| -<th> |
82 |
| -[Angular 2+](/angular/)<br /> |
83 |
| -<small>Руководства по фреймворку</small> |
84 |
| -</th> |
85 |
| -<th></th> |
86 |
| -<th> |
87 |
| -[React](/react/)<br /> |
88 |
| -<small>Руководства по фреймворку</small> |
89 |
| -</th> |
90 |
| -<th></th> |
91 |
| -<th></th> |
92 |
| -</tr> |
93 |
| -</table> |
| 17 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/angular/) [Angular 2+](/angular/) <small> — [NgRx](angular/ngrx/about.md) — [RxJS](angular/rxjs/about.md) </small> |
| 18 | + |
| 19 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/react/) [React](/react/) <small> — [Роутинг](react/router/intro.md) — [React Redux](react/redux/intro.md) — [GraphQL](react/graphql/index.md)</small> |
94 | 20 |
|
95 | 21 | ## Бэкенд
|
96 | 22 |
|
97 |
| -<table class="layout" markdown="1" width="100%"> |
98 |
| -<tr> |
99 |
| -<th width="30%"> |
100 |
| -[{: style="height:60px;width:60px"}](/nodejs/) |
101 |
| -</th> |
102 |
| -<th> </th> |
103 |
| -<th width="30%"></th> |
104 |
| -<th> </th> |
105 |
| -<th width="30%"></th> |
106 |
| -</tr> |
107 |
| -<tr> |
108 |
| -<th> |
109 |
| -[Node.js](/nodejs/)<br /> |
110 |
| -<small>Руководства</small> |
111 |
| -</th> |
112 |
| -<th></th> |
113 |
| -<th></th> |
114 |
| -<th></th> |
115 |
| -<th></th> |
116 |
| -</tr> |
117 |
| -</table> |
| 23 | +[{: style="height:24px;width:24px;vertical-align:middle;"}](/nodejs/) [Node.js](/nodejs/) <small> — [Express.js](nodejs/expressjs4/installing.md) </small> |
118 | 24 |
|
119 | 25 | ## XML технологии
|
120 | 26 |
|
|
145 | 51 | - [WebGL](https://metanit.com/web/webgl/1.1.php)
|
146 | 52 |
|
147 | 53 | - [Canvas](https://msiter.ru/references/canvas-reference)
|
| 54 | +
|
| 55 | +- [MongoDB](https://github.com/jsmarkus/the-little-mongodb-book/blob/master/ru/mongodb.markdown) |
| 56 | +
|
| 57 | +- [Pug](https://habr.com/ru/post/278109/) |
| 58 | +- [Pug](https://jsman.ru/jade/) |
| 59 | +- [Pug](https://gist.github.com/neretin-trike/53aff5afb76153f050c958b82abd9228) |
148 | 60 | -->
|
0 commit comments