-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
42 lines (36 loc) · 2.45 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>czyzykowski.com - About Me</title>
<link rel="shortcut icon" href="./images/favicon.ico">
<link rel="stylesheet" href="./css/uikit.min.css">
<link rel="stylesheet" href="./css/syntax.css">
</head>
<body>
<div class="uk-container uk-width-xxlarge">
<hr class="uk-margin-xlarge-top" />
<nav class="uk-position-small uk-position-fixed uk-position-right">
<a class="uk-margin-right" href="./">Home</a>
<a class="uk-margin-right" href="./about.html">About</a>
<a class="uk-margin-right" href="https://twitter.com/czyzykowski">Twitter</a>
</nav>
<p><img src="./images/me.jpg" title="A bit outdated photo of me. The only difference is that now I have a beard." /> My name is Łukasz Czyżykowski (if you ever meet me in person, just saying Lucas is just fine). I was born and grew up in Wrocław, Poland, but for last couple years I’ve been living in Barcelona, Spain.</p>
<p>The web becomes more and more important part of our daily lives. It helps us to learn new things. It helps us to communicate with each other. It also helps us to do our work. It become indispensable.</p>
<p>The technologies behind web changed a lot and I feel lucky to be able to witness it firsthand. The amazing possibilities enables us to build more and more sophisticated solutions.</p>
<p>I’m grateful that I’ve been able to build a lot of applications for the web. The medium, although challenging at times, is rewarding. In the end making people’s lives at least a little bit easier is an amazing experience.</p>
</div>
<script>
if (window.location.hostname === 'czyzykowski.com') {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4012543-11', 'auto');
ga('send', 'pageview');
}
</script>
</body>
</html>