-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
96 lines (81 loc) · 3.87 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: default
title: "Filip Procházka"
permalink: /
meta:
og:
type: profile
other:
- property: "profile:first_name"
value: Filip
- property: "profile:last_name"
value: Procházka
- property: "profile:gender"
value: male
sitemap:
priority: 1.0
---
<div itemscope itemtype="http://schema.org/Person" class="profile">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="pull-right cv-pic hidden-sm-down">
<img src="{% link /assets/img/selfi.jpg %}" alt="Filip Procházka" itemprop="image" width="300">
</div>
<h2 class="first">Hi!</h2>
<p>
My name is <span itemprop="name">Filip Procházka</span>, and I'm a <span itemprop="jobTitle">software engineer</span>.
My specialization is backend web applications in Java/Kotlin + Spring + PostgreSQL, but I don't mind touching other languages.
</p>
<p>
You can also find me on:
</p>
<ul>
<li><a rel="me" href="https://www.linkedin.com/in/{{ site.linkedin.username }}/">LinkedIn</a></li>
<li><a rel="me" href="https://github.com/{{ site.github.username }}/">GitHub</a></li>
<li><a rel="me" href="https://bsky.app/profile/{{ site.bsky.username }}">Bluesky</a></li>
<li><a href="https://twitter.com/{{ site.twitter.handle }}">Twitter/X</a></li>
<li><a rel="me" href="https://mastodon.online/@{{ site.mastodon.username }}">Mastodon</a></li>
<li><a rel="me" href="https://www.reddit.com/user/{{ site.reddit.username }}/">reddit</a></li>
<li><a rel="me" href="https://stackoverflow.com/users/{{ site.stackoverflow.userId }}/?tab=profile">Stack Overflow</a></li>
<li><a rel="me" href="https://www.facebook.com/{{ site.facebook.username }}">Facebook</a></li>
</ul>
</div>
</div>
<div class="row vcard" id="contact">
<div class="col-xl-5 col-lg-6 offset-lg-1">
<h2>Billing information</h2>
<div>
<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span class="fn">Filip Procházka</span><br>
<span class="adr"><span class="street-address" itemprop="streetAddress">Starovičky 28</span><br>
<span class="postal-code" itemprop="postalCode">69168</span> <span class="locality" itemprop="addressLocality">Starovičky</span></span>
</p>
<p>
IČ: <span itemprop="vatID">01310534</span><br>
DIČ: <span itemprop="taxID">CZ9104154433</span> (plátce DPH)
</p>
</div>
<h3>Banking</h3>
<div>
<p>
<span>1109451029 / 3030</span> (AirBank)<br>
<small>CZ08 3030 0000 0011 0945 1029</small>
</p>
</div>
</div>
<div class="col-xl-5 col-lg-4">
<h2>Contact address</h2>
<div>
<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span class="fn">Filip Procházka</span><br>
<span class="adr"><span class="street-address" itemprop="streetAddress">Bayerova 586/14A</span><br>
<span class="postal-code" itemprop="postalCode">60200</span> <span class="locality" itemprop="addressLocality">Brno</span></span>
</p>
<p>E-mail: <a href="mailto:{{ site.email }}" itemprop="email" class="email">{{ site.email }}</a></p>
<p>
Mobil: <a href="tel:+420774634649" itemprop="telephone">+420.774 634 649</a>
</p>
</div>
</div>
</div>
</div>