-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·93 lines (93 loc) · 3.21 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Philipp Andreychev</title>
<meta name="description" content="Philipp Andreychev's contacts" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" href="css/concrete.css" />
</head>
<body>
<header>
<h2>
<span itemprop="givenName">Philipp</span> <span
itemprop="familyName"
>Andreychev</span
>
</h2>
<hr />
<nav>
<ul>
<li>
<a
href="https://docs.google.com/document/d/1-eh7Oneed-7mKxA7UFzJ18iNoF1tPrptyjaiH-b3Mmg"
target="_blank"
itemprop="sameAs"
>CV</a
>
·
</li>
<li>
<a
href="https://linkedin.com/in/andreychev"
target="_blank"
itemprop="sameAs"
>Linkedin</a
>
·
</li>
<li>
<a
href="https://github.com/andreychev"
target="_blank"
itemprop="sameAs"
>Github</a
>
·
</li>
<li>
<a
href="https://t.me/andreychev"
target="_blank"
itemprop="sameAs"
>Telegram</a
>
·
</li>
<li>
<a
href="https://instagram.com/andreychev"
target="_blank"
itemprop="sameAs"
>Inst</a
>
·
</li>
<li>
<a
href="https://facebook.com/andreychev"
target="_blank"
itemprop="sameAs"
>Fb</a
>
</li>
<li>and probably everywhere with /andreychev</li>
</ul>
</nav>
</header>
<footer>
<hr />
<p>
© 2024, andreychev<a
href="mailto:[email protected]"
itemprop="email"
>@</a
>me.com
</p>
</footer>
</body>
</html>