-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (76 loc) · 2.73 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dzianis Haurylavets | CV</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:300,300italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/jpeg" href="dzianish.jpg" />
</head>
<body>
<div class="content">
<div class="intro">
<p>Hi!</p>
<p>I'm <span class="highlight">Dzianis Haurylavets</span>, sofwtare engineer guy.</p>
<p>Either you wanna take a look at my <span class="highlight">CV</span> or you wanna
<span class="highlight">contact me</span>, please, find appropriate block below.</p>
</div>
<div class="display-flex">
<div class="block">
<div class="block-name highlight">CV</div>
<div class="display-flex">
<a href="https://drive.google.com/file/d/1LGpPIbOepKdiiCWteFC_ZtLYJIBm5Zmf/view?usp=sharing" target="_blank" class="cv-link expandable">
<div class="blank-square" style="background-color: #f34436">PDF</div>
</a>
<a href="https://drive.google.com/file/d/1G0W7oY2rq2-SZN38Q31WuuEHBBPV_MgH/view?usp=sharing" target="_blank" class="cv-link expandable">
<div class="blank-square" style="background-color: #5bc0ec">DOC</div>
</a>
</div>
</div>
<div class="block">
<div class="highlight block-name">Contacts</div>
<div class="display-flex">
<img src="dzianish.jpg" alt="Dzianis Haurylavets" title="Dzianis Haurylavets"
onClick="window.open('dzianish.jpg');" class="expandable"/>
<div class="td">
<p>Skype:</p>
<p>EMail:</p>
<p>LinkedIn:</p>
<p>Telegram:</p>
</div>
<div class="td">
<div>
<a href="skype:dzianis_haurylavets" target='_blank' rel='noopener noreferrer'>dzianis_haurylavets</a>
</div>
<div>
<a href="mailto:gavrilovetsden@gmail.com" target='_blank' rel='noopener noreferrer'>gavrilovetsden@gmail.com</a>
</div>
<div>
<a href="https://www.linkedin.com/in/dzianis-haurylavets-059348123/" target='_blank' rel='noopener noreferrer'>dzianis haurylavets</a>
</div>
<div>
<a href="https://t.me/dash39" target='_blank' rel='noopener noreferrer'>dash39</a>
</div>
</div>
</div>
</div>
</div>
<div class="also" id="demo">
<p>Also, have you checked out my demo?</p>
</div>
<div class="display-flex">
<div class="block">
<div class="block-name highlight">demo</div>
<div class="display-flex">
<div class="td">
<div><a href="/polybase" target='_blank' rel='noopener noreferrer'>Polybase</a></div>
</div>
<div class="td">
<p>React App</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>