-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·37 lines (37 loc) · 1.44 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Aleksey Pikhtovnikov — Full stack web developer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="screen" />
</head>
<body class="photo">
<div id="layout">
<div id="logo">
<div id="slog"><h1>— Full stack web developer</h1></div>
</div>
<div id="info">
<div id="name">
Aleksey Pikhtovnikov
</div>
<div id="mail">
<a href="mailto:aleksey.pikhtovnikov@gmail.com" target="_blank" >Aleksey.Pikhtovnikov@gmail.com</a>
</div>
<div id="addr">
Russia, Perm
</div>
</div>
<div id="socnet">
<a id="sn_vk" class="socnet" href="https://vk.com/graf.aleksey" target="_blank"></a>
<a id="sn_f" class="socnet" href="http://www.facebook.com/Graf.Aleksey" target="_blank"></a>
<a id="sn_t" class="socnet" href="https://twitter.com/#!/GrafAleksey" target="_blank"></a>
<a id="sn_g" href="https://github.com/apigraf" target="_blank">On GitHub</a>
</div>
<div id="copy">
2017 © Aleksey Pikhtovnikov — Full stack web developer
</div>
</div>
</body>
</html>