forked from bavadim/bavadim.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 1.66 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
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Уголок дядюшки vad'а</title>
<link rel="shortcut icon" type="image/x-icon" href="/images/title.png" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/custom.css" />
<link href='http://fonts.googleapis.com/css?family=Comfortaa&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<h1>
Привет, меня зовут <a href="https://www.linkedin.com/profile/view?id=204076187" target="_blank">Вадим Полулях</a>
или просто vad, я программист и хороший парень.<br/>
Читайте мой <a href="/blog.html" target="_blank">блог</a>,
смотрите мой <a href="https://github.com/bavadim" target="_blank">код</a>, оставляйте комментарии и
пишите <a href="mailto:[email protected]">письма</a> в любое время.
</h1>
<div class="others">
<a href="data/vad.gpg.asc" download> PgP ключ </a>
<a href="data/cv.html" target="_blank"> Резюме </a>
<a href="http://thesagebear.com"> Братва </a>
</div>
</div>
</body>
</html>