Skip to content

Commit 62f543d

Browse files
author
Bandarenka Yura
committed
up
1 parent 7036f2d commit 62f543d

File tree

7 files changed

+72
-6
lines changed

7 files changed

+72
-6
lines changed

docs/angular.svg

+1
Loading

docs/css.svg

+1
Loading

docs/html.svg

+1
Loading

docs/index.md

+66-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,78 @@
22

33
## Фронтенд
44

5-
- [HTML](html/index.md) — справочник элементов HTML
6-
- [CSS](css/index.md) — справочник свойств CSS
7-
- [Typescript](typescript/index.md) — руководства по языку Typescript
5+
<table class="layout" markdown="1">
6+
<tr>
7+
<th>
8+
![HTML](html.svg){: style="height:60px;width:60px"}
9+
</th>
10+
<th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
11+
<th>
12+
![CSS](css.svg){: style="height:60px;width:60px"}
13+
</th>
14+
<th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
15+
<th>
16+
![Typescript](ts.svg){: style="height:60px;width:60px"}
17+
</th>
18+
</tr>
19+
<tr>
20+
<th>
21+
[HTML](html/index.md)<br />
22+
<small>Справочник элементов</small>
23+
</th>
24+
<th></th>
25+
<th>
26+
[CSS](css/index.md)<br />
27+
<small>Справочник свойств</small>
28+
</th>
29+
<th></th>
30+
<th>
31+
[Typescript](typescript/index.md)<br />
32+
<small>Руководства по языку</small>
33+
</th>
34+
</tr>
35+
</table>
836

937
## Фреймворки
1038

11-
- [Angular 2+](angular/index.md) &mdash; руководства по фреймворку Angular 2+
12-
- [React](react/index.md) &mdash; руководства по фреймворку React
39+
<table class="layout" markdown="1">
40+
<tr>
41+
<th>
42+
![Angular 2+](angular.svg){: style="height:60px;width:60px"}
43+
</th>
44+
<th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
45+
<th>
46+
![React](react.svg){: style="height:60px;width:60px"}
47+
</th>
48+
</tr>
49+
<tr>
50+
<th>
51+
[Angular 2+](angular/index.md)<br />
52+
<small>Руководства по фреймворку</small>
53+
</th>
54+
<th></th>
55+
<th>
56+
[React](react/index.md)<br />
57+
<small>Руководства по фреймворку</small>
58+
</th>
59+
</tr>
60+
</table>
1361

1462
## Бэкенд
1563

16-
- [Node.js](nodejs/index.md) &mdash; руководства по Node.js
64+
<table class="layout" markdown="1">
65+
<tr>
66+
<th>
67+
![Node.js](nodejs.svg){: style="height:60px;width:60px"}
68+
</th>
69+
</tr>
70+
<tr>
71+
<th>
72+
[Node.js](nodejs/index.md)<br />
73+
<small>Руководства</small>
74+
</th>
75+
</tr>
76+
</table>
1777

1878
## XML технологии
1979

docs/nodejs.svg

+1
Loading

docs/react.svg

+1
Loading

docs/ts.svg

+1
Loading

0 commit comments

Comments
 (0)