-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (98 loc) · 2.44 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
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="pl" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mateusz Zimniak - Strona osobista</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="profileimg.png" alt="WierdGnome"></td>
<td>
<h1>Mateusz Zimniak</h1>
</td>
<td><em>
<h2>Web Developer i miłośnik Linuxa.</h2><br />
</em><strong>
<h4>Lubię konsolę, dobrą kawę i ⛤</h4>
</strong></em>
<p>
<h5>
Z Linuxem związany od 2002 roku. Pierwsze dystrybucje to: Mandrake, Red Hat i Corel Linux.
Od roku 2005 jako jedyny system na desktopie. Aktualnie zwolennik dystrybucji Debian. Nie boi się
konsoli. Lubi dobrą książkę, medytację i kino.
</h5>
</p>
</td>
</tr>
</table>
<hr />
<h3>Szkoły i kursy</h3>
<ul>
<li>Szoła Podstawowa im. gen. Świerczewskiego w <a href="https://www.ujscie.com/">Ujsciu</a></li>
<li>II Prywatne liceum dla dorosłych w <a href="https://www.pila.pl/">Pile</a></li>
<li>Complete Web Development Bootcamp</li>
</ul>
<hr />
<h3>Doświadczenie zawodowe:</h3>
<table cellspacing="10">
<thead>
<tr>
<th><strong>Czas zatrudnienia:</strong></th>
<th><strong>Miejsce zatrudnienia:</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>2009-2013</td>
<td>Urząd miejski w Ujściu</td>
</tr>
<tr>
<td>2013-2015</td>
<td>Selgar Ujście</td>
</tr>
<tr>
<td>2015-2017</td>
<td>Swisspol Piła</td>
</tr>
<tr>
<td>2017-2019</td>
<td>Jerronimo-Martins</td>
</tr>
<tr>
<td>2019-2020</td>
<td>Terg S.A</td>
</tr>
<tr>
<td>2020-2021</td>
<td>Profil sp. z o.o.</td>
</tr>
<tr>
<td>2021-2022</td>
<td>Ardagh Glass S.A</td>
</tr>
</tbody>
<table cellspacing="10">
<hr>
<h3>Umiejętności:</h3>
<tr>
<td>Język Angielski</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Język Niemiecki</td>
<td>⭐️⭐️</td>
</tr>
<td>Sport</td>
<td>⭐️</td>
</tr>
</table>
<hr>
<a href="hobby.html">Moje hobby</a><br />
<a href="kontakt.html">Nawiąż kontakt</a>
</body>
</html>