-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link
rel="stylesheet"
href="css/style.css"
type="text/css"
charset="utf-8"
/>
<title>dsuhoi</title>
</head>
<body>
<div class="main">
<div class="photo">
<img src="images/photo.jpg" height="270" width="270" />
</div>
<div class="title" data-text="dsuhoi">Dan Sukhorukov</div>
<div class="about">
<h2>About me</h2>
<p>
Studying the math modeling (ML algorithms, dynamic systems)
and metaprogramming patterns, previously developed embedded
devices on microcontrollers. I am interested in software
architecture design methods. I participate in hackathons,
conferences and their organization.
</p>
</div>
<div class="contacts">
<h2>Contacts</h2>
<a href="mailto:dsuh0i.h8@gmail.com" class="email"></a>
<a href="https://t.me/dsuh0i" class="tg"></a>
<a href="https://github.com/dsuhoi" class="github"></a>
</div>
<div class="skills">
<h2>Skills</h2>
<ul>
<li>C++, Python, Bash, SQL</li>
<li>STL, Qt, PostgreSQL, Flask, FastAPI, Plotly</li>
<li>Git, CMake, PyTest, RabbitMQ, Docker</li>
<li>Design patterns, TCP/IP, REST API, math modeling</li>
</ul>
</div>
<div class="work">
<h2>Work experience</h2>
<div class="wplace">
<h3>Software Developer</h3>
<h4>CJSC "BOLID" (Moscow) from 02.2021 to 08.2021</h4>
<p>
Development of software for an automated workplace of an
integrated security system.
</p>
</div>
</div>
</div>
</body>
</html>