-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
Β·80 lines (78 loc) Β· 2.43 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="Dmitry Lebedev 2019" />
<meta name="author" content="Dmitry Lebedev" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/brands.css"
integrity="sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/fontawesome.css"
integrity="sha384-vd1e11sR28tEK9YANUtpIOdjGW14pS87bUBuOIoBILVWLFnS+MCX9T6MMf0VdPGq"
crossorigin="anonymous"
/>
<title>Dmitry Lebedev - Front-end developer</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<link href="css/styles.css" rel="stylesheet" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-136962108-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-136962108-1");
</script>
</head>
<body class="animated bounceInDown">
<div class="photo">
<img src="images/photo_me.jpg" alt="Dmitry Lebedev photo" />
</div>
<div class="content">
<div class="name">Dmitry Lebedev</div>
<p>
I create front end systems for the web over 8 years.
</p>
<div class="clear"></div>
<p>
Currently working on
<a href="http://ebench.com/" target="_blank">eBench</a> &
<a class="purlo-link" href="http://purlo.com/" target="_blank">Purlo</a
>.
</p>
<ul class="social">
<li>
<a href="https://www.github.com/mityalebedev/" target="_blank"
><i class="fab fa-github"></i>
</a>
</li>
<li>
<a
href="https://www.instagram.com/origenesadamantius/"
target="_blank"
><i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://twitter.com/mityalebedev" target="_blank"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a href="mailto:[email protected]">Email</a>
</li>
</ul>
</div>
</body>
</html>