-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (170 loc) · 6.58 KB
/
index.html
File metadata and controls
185 lines (170 loc) · 6.58 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<!--- Basic Page Needs -->
<meta charset="utf-8">
<title>Vladimir Penkin</title>
<meta name="author" content="Vladimir Penkin">
<meta name="description" content="The personal website of Vladimir Penkin">
<meta name="theme-color" content="#333333">
<!-- Open Graph -->
<meta name="og:type" content="website" />
<meta name="og:site_name" content="Vladimir Penkin" />
<meta name="og:title" content="Vladimir Penkin" />
<meta name="og:description" content="The personal website of Vladimir Penkin" />
<meta name="og:url" content="http://penk.in/"/>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script -->
<script src="/js/modernizr.js"></script>
<!-- Favicons -->
<link rel="icon" type="image/png" href="/favicon.png">
<!-- Umami Analytics -->
<script defer src="https://umami.penk.in/script.js" data-website-id="b996cf54-3aaf-42dd-9e55-615a691978a1"></script>
</head>
<body>
<!-- Header -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current">
<a class="smoothscroll" href="#home">Home</a>
</li>
<li>
<a class="smoothscroll" href="#about">About</a>
</li>
<li>
<a class="smoothscroll" href="#contact">Contact</a>
</li>
</ul>
</nav>
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">Hello,
<br>I'm Vladimir Penkin</h1>
<hr>
<h3>
<a class="smoothscroll" href="#about">I'm a software engineer in San Francisco, California.</a>
</h3>
<hr />
<ul class="social social-links">
<li>
<a rel="me" target="_blank" href="https://github.com/shell"><i class="fa fa-github"></i></a>
</li>
<li>
<a rel="me" target="_blank" href="https://www.linkedin.com/in/vladimirpenkin"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a rel="me" target="_blank" href="https://keybase.io/penkinv"><i class="fa fa-id-card"></i></a>
</li>
<li>
<a rel="me" target="_blank" href="mailto:penkinv@gmail.com"><i class="fa fa-envelope"></i></a>
</li>
<li>
<a rel="pgpkey" target="_blank" href="vladimir.asc"><i class="fa fa-key"></i></a>
</li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about">
<i class="icon-down-circle"></i>
</a>
</p>
</header>
<section id="about">
<div class="row">
<div class="three columns">
<img class="profile-pic" src="/images/avatar52672_transparent.png" alt="Profile picture" />
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>
I studied computer science at Taganrog South University of Radio Engineering.
I like writing code and learning new things. I love to
travel and have lived in Colombia.
</p>
<p>
I'm a generalist. I believe with the good knowledge base you can do stuff.
And language or framework is not that important.
You would hit a performance penalty at the beginning,
but in the end you can always grow wiser and bring something new to the table.
</p>
<p>
I worked with <a href="#">Ruby</a>, <a href="#">C#</a>, <a href="#">TypeScript</a>, <a href="#">JavaScript</a>. Dabbing in <a href="#">Go</a> and <a href="#">Python</a>
</p>
</div>
</div>
</section>
<section id="contact">
<div class="row section-head">
<div class="two columns header-col">
<h1><span>Get In Touch.</span></h1>
</div>
<div class="ten columns">
<p class="lead">
Let me know if you have any cool ideas or want to work
together on something! Feel free to send me a message
on <a href="https://keybase.io/penkinv">Keybase</a>
or shoot me an email ʕ'ᴥ'ʔ ("'')
</p>
</div>
</div>
</section>
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social social-links">
<li>
<a rel="me" target="_blank" href="https://github.com/shell">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a rel="me" target="_blank" href="https://www.linkedin.com/in/vladimirpenkin">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a rel="me" target="_blank" href="https://keybase.io/penkinv">
<i class="fa fa-id-card"></i>
</a>
</li>
<li>
<a rel="me" target="_blank" href="mailto:penkinv@gmail.com">
<i class="fa fa-envelope"></i>
</a>
</li>
<li>
<a rel="pgpkey" target="_blank" href="vladimir.asc">
<i class="fa fa-key"></i>
</a>
</li>
</ul>
<ul class="copyright">
<li>© Copyright 2022 Vladimir Penkin</li>
</ul>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#home">
<i class="icon-up-open"></i>
</a>
</div>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
</body>
</html>