-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
100 lines (95 loc) · 2.71 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Maks Kalyabin</title>
<script type="text/javascript">
if (location.protocol == 'http:') {
location.protocol = 'https:';
}
</script>
<style>
body {
padding:50px;
}
p {
font-size: 16px;
line-height: 24px;
}
.wrapper {
width:860px;
max-width: 100%;
margin:0 auto;
}
img {
max-width:100%;
}
header {
width:270px;
float:left;
}
section {
width:500px;
max-width: 100%;
float:right;
padding-bottom:50px;
}
a {
color:#39c;
font-weight:400;
text-decoration:none;
}
a:hover, a:active {
text-decoration: underline;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="wrapper">
<header>
<h1>Maks Kalyabin</h1>
<h2>Software Developer of Delivery Club</h2>
<img src="avatar.jpg" />
</header>
<section>
<h3>Experience</h3>
<p>
since 2021
<noindex>
<a href="https://delivery-club.ru/">DeliveryClub</a>
</noindex>
</p>
<p>
2019-2021
<noindex>
<a href="https://fl.ru/">FL.ru</a>
</noindex>
</p>
<p>
2011-2019
<noindex>
<a href="https://www.internet-design.ru/portfolio/" rel="nofollow">http://internet-design.ru/portfolio/</a>
</noindex>
</p>
<h3>Links</h3>
<p>
GitHub: <a href="https://github.com/kalyabin">https://github.com/kalyabin</a><br />
Мой круг: <a href="https://moikrug.ru/kalyabus">https://moikrug.ru/kalyabus</a><br />
LinkedIn: <a href="https://www.linkedin.com/in/kalyabin">https://www.linkedin.com/in/kalyabin</a><br />
</p>
<h3>Contact</h3>
<p>
E-mail: <a href="mailto:[email protected]">[email protected]</a><br />
Telegram: <a href="https://t.me/kalyabin">@kalyabin</a><br />
Skype: <a href="skype:maksimkalyabin?call">maksimkalyabin</a><br />
</p>
<p>
<a href="https://orthoapp.ru/">orthoapp.ru</a><br />
<a href="https://github.com/kalyabin/kalyabin-ru/wiki">Wiki</a>
</p>
</section>
</div>
</body>
</html>