-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (61 loc) · 3.34 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Michał Zieliński - webdeveloper</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="favicon57x57.png" />
<meta name="author" content="Michał Zieliński" />
<meta name="keywords" content="michal,zielinski,frontend,front-end,web,developer" />
<meta name="description" content="Homepage of webdeveloper, frontend specialist Michał Zieliński." />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="style-ie.css"></link>
<![endif]-->
</head>
<body>
<article class="vcard">
<header>
<h1 class="fn n" lang="pl">
<span class="given-name">Michał</span>
<span class="family-name">Zieliński</span>
</h1>
<h2 class="role">Webdeveloper</h2>
</header>
<section class="about">
<h1>Short about me</h1>
<img class="photo" src="image.png" alt="" />
<p class="note">Webdeveloper, working currently as a front-end engineer.<br />
Passionate about open web standards and trends in development for the web.<br />
Like hard rock concerts, love polish cuisine and english sense of humour.</p>
</section>
<section class="contact">
<h1>Contact</h1>
<p>Always availble on <a rel="me" class="email" href="mailto:[email protected]">e-mail</a> and usually elsewhere:</p>
<ul>
<li><a rel="me" class="url" href="http://www.linkedin.com/pub/micha%C5%82-zieli%C5%84ski/a/6ab/1a" title="See my professional identity">LinkedIn</a></li>
<li><a href="http://twitter.com/zielun" title="I occasionally share some short dev notes and tweet">Twitter</a></li>
<!-- <li><a rel="me" class="url" href="http://www.facebook.com/zielun" title="I occasionally share daily stuff (in Polish)" lang="pl">Facebook</a></li> -->
<!-- <li><a rel="me" class="url" href="https://plus.google.com/100916108977041190231" title="See my Google Profile">Google Profile</a></li> -->
<li><a href="http://www.lastfm.pl/user/Zielun_" title="Music I listen and recommend">Last.fm</a></li>
</ul>
<div class="vcard-link"><a type="text/directory" href="http://dev.h2vx.com/vcf/michalzielinski.info" title="Download my vCard">Download vCard</a></div>
</section>
</article>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-386519-4']);
_gaq.push(['_setDomainName', 'michalzielinski.info']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>