-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (72 loc) · 2.54 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Nanum+Pen+Script" rel="stylesheet">
<title>Mikhail Shabrikov - Frontend Developer</title>
</head>
<body>
<div class="main">
<div class="about">
<p>
Hello, my name is Mikhail and I am a frontend developer.
</p>
<p>
I like to create
<b class="link js-tag-link" style="background-color: #aec7e8;" data-tag="d3dataviz">data visualizations with D3.js</b>
<b class="link js-tag-link" style="background-color: #ff9896;" data-tag="draftTextEditing">and rich text editing applications with Draft.js</b>.
</p>
<p>
I am a fan of
<b class="link js-tag-link" style="background-color: #98df8a;" data-tag="reactRedux">React/Redux stack</b>
and
<b class="link js-tag-link" style="background-color: #c5b0d5;" data-tag="utility">elegant utility libraries</b>,
but I am also interesting in
<b class="link js-tag-link" style="background-color: #ffbb78;" data-tag="basicConcept">pure JavaScript</b>
and
<b class="link js-tag-link" style="background-color: #c49c94;" data-tag="other">other web technologies</b>.
</p>
<p>
I have 7500+ reputation on
<b class="link js-social" data-link="so" style="background-color: #dbdb8d;">Stack Overflow</b>
and some articles
<b class="link js-social" data-link="medium" style="background-color: #9edae5;">on Medium</b>.
</p>
<p>
You can see my Stack Overflow scores by tags in bubble cloud visualization to the right. It is made with D3.js.
</p>
</div>
<ul class="socials">
<!-- <li>-->
<!-- <a href="https://raw.githubusercontent.com/levvsha/about-me/master/assets/shabrikov-cv.pdf">-->
<!-- <b>CV in PDF</b>-->
<!-- </a>-->
<!-- </li>-->
<li>
<a href="https://linkedin.com/in/mshabrikov">
<b>LinkedIn</b>
</a>
</li>
<li>
<a target="_blank" href="https://stackoverflow.com/users/5806646/mikhail-shabrikov">
<b class="link" id="js-so-link">Stack Overflow</b>
</a>
</li>
<li>
<a target="_blank" href="https://medium.com/@mshabrikov">
<b class="link" id="js-medium-link">Medium</b>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/levvsha">
<b>GitHub</b>
</a>
</li>
</ul>
<svg></svg>
</div>
<div class="tooltip js-tooltip" style="display: none"></div>
<script src="/main.js"></script>
</body>
</html>