-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>takemyoxygen's nest</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="js/google-analytics.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body class="php">
<div id="container" class="content">
<div id="main" role="main">
<div>
<div class="info">
<p class="header">Hello, my name is Uladzimir Makarau.</p>
<p>I'm a software developer working primarily with .NET stack. Passionate about combining functinal programming principles with OO practices, love cats.</p>
</div>
<div class="social">
<a class="twitter" href="https://twitter.com/takemyoxygen" target="_blank" title="Twitter"></a>
<a class="github" href="https://github.com/takemyoxygen" target="_blank" title="GitHub"></a>
<a class="linkedin" href="http://www.linkedin.com/pub/uladzimir-makarau/47/74b/6b0" target="_blank" title="Linked In"></a>
<a class="stackoverflow" href="http://stackoverflow.com/users/1206391/takemyoxygen" target="_blank" title="StackOverflow"></a>
</div>
</div>
</div>
</div>
<img src="i/cat.jpg" alt="cat" class="cat-image"/>
</body>
</html>