-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (82 loc) · 3.36 KB
/
Copy pathindex.html
File metadata and controls
96 lines (82 loc) · 3.36 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
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
<!DOCTYPE html>
<!--
This not my design, it's actually designed
by Tristan Fisher(http://www.tristanfisher.com).
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexey Larionov</title>
<meta name="description" content="Alexey Larionov: Python programmer, Data Scientist.">
<meta name="keywords" content="Alexey Larionov">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon"/>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(93255812, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/93255812" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<div id="head">Alexey Larionov<span class="cursor"></span></div>
<div class="container">
<div id="bar">
<div id="red">
</div>
<div id="yellow">
</div>
<div id="green">
</div>
</div>
<div id="screen">
<div id="content">
<div id="header">
<div class="top">INTRO</div>
</div>
<div class="topic_header">NAME</div>
<div class="body_text">
Alexey Larionov
</div>
<div class="topic_header">NICK(S)</div>
<div class="body_text">
lari4, lexlarri, lariono4ik
</div>
<div class="topic_header">DESCRIPTION</div>
<div class="body_text">
I am a programmer and data scientist from Moscow.<br />In my free time, I work on open source Projects. <!--And I am available for hire! -->
</div>
<div class="topic_header">MORE INFO</div>
<div class="body_text">
My online footprint:
<p><a href="https://github.com/lari4" target="_blank" >GitHub</a> - Some of the Open Source code I have written and contributed.</p>
<p><a href="https://www.linkedin.com/in/alexey-larionov-a955a621/" target="_blank" >LinkedIn</a> - Record of current and past employment.</p>
</div>
<div class="topic_header">CONTACT METHODS</div>
<div class="body_text">
<p><a href="mailto:iam@lari4.com">iam@lari4.com</a> - This would be the best way to contact me.</p>
<p>tel. +7 (999) 002-06-54</p>
</div>
<div id="footer">
Latest Update - 11/10/2017
</div>
</div>
</div>
<div class="wrapper">
<a href="https://github.com/lari4"><img class="social-icons icon-circle icon-zoom list-unstyled list-inline fa" src="images/github-icon.png" alt="github-icon"></a>
<a href="https://www.linkedin.com/in/alexey-larionov-a955a621/"><img class="fa" src="images/Linked-icon.png" alt="linkedin-icon"></a>
<a href="https://stackoverflow.com/users/2435367/lari4?tab=profile"><img class="fa" src="images/stackoverflow-icon.png" alt="stackoverflow-icon icon"></a>
</div>
</div>
</body>
</html>