-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.72 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.72 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arthur Ivanov</title>
<meta name="description" content="Arthur Ivanov">
<meta name="author" content="Arthur Ivanov">
<link rel="stylesheet" href="css/styles.css?v=2.1">
<link rel="stylesheet" href="css/styles-retina.css?v=2.1"
media="only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi)">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="outer">
<div class="middle">
<div class="inner">
<div class="vcard">
<img src="android-chrome-256x256.png">
<div class="fn">Arthur Ivanov</div>
<div class="org">Linux, Unix, SAN, LAN, WAN, Virtualization, Web, High Load, High Availability Cluster
Solutions etc</div>
<div class="email">email ‐ <a href="mailto:cv@arthur.ru">cv@arthur.ru</a><br />telegram ‐ <a
href="https://t.me/xocolate">@xocolate</a><br />cv links ‐ <a
href="https://hh.ru/resume/0a5333c2ff030aabdb0039ed1f574136435179">hh.ru</a> ‐ <a
href="https://www.linkedin.com/in/xocoru">linkedin.com</a></div>
</div>
</div>
</div>
</div>
</body>
</html>