-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 1.86 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>michał chałupczak</title>
<link rel="stylesheet" href="styles/fontawesome-free-6.1.0-web/css/all.css">
<link rel="stylesheet" href="styles/font-latolatin/LatoLatin-Regular.css">
<link rel="stylesheet" href="styles/base.css">
</head>
<body>
<div id="content">
<h1>Hi! My name is michał.</h1>
<p>
I usually look like this <img id="photo" src="images/michal_chalupczak.jpg" />
or like this <img id="avatar" src="images/chomik.png" />.
</p>
<p>
I'm a Software Engineer. I do <a href="https://python.org/">Python</a> stuff.
You can also know me for running <a href="http://pykonik.org/">Pykonik</a>
- Kraków Python Community in the past.
</p>
<p>
You can tweet me at
<i class="fa-brands fa-twitter"></i> <a href="https://twitter.com/it_is_michal/">it_is_michal</a>.
You can drop me an <i class="fa fa-envelope"></i> email. Just replace first dot from the
<a href="http://michal.chalupczak.info/">URL</a> with <i class="fa fa-at"></i> sign for an address.
</p>
<p>
I also have <i class="fa-brands fa-github"></i> <a
href="https://github.com/it-is-michal/">github/it-is-michal</a>,
<i class="fa-brands fa-bitbucket"></i> <a
href="https://bitbucket.org/it_is_michal/">bitbucket/it_is_michal</a>, and
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/it_is_michal">gitlab/it_is_michal</a>
accounts.
Most of my commits are in hosted repositories. <i class="fa fa-meh-o"></i> But I'm happy to contribute to
open source when I can! <i class="fa fa-smile-o"></i>
</p>
</div>
</body>
</html>