-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (108 loc) · 3.21 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
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Michal Ptáček</title>
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="pics/cloud.png" alt="cloud">
<div class="title-text">
<h1>Hi, I'm Michal.</h1>
<h2>a <span class="pro">dev</span>ops engineer.</h2>
</div>
<img class="bottom-cloud" src="pics/cloud.png" alt="cloud">
</div>
<div class="middle-container">
<div>
<img src="pics/profile.png" alt="michal-profile-img" width="25%">
<h2>Hello,</h2>
<p class="intro">I am devops engineer with managerial experience and 13+ years in telco cloud & infrastructure area.
I like working with the people on complex problems. Being part of the team, not a boss </p>
<img src="pics/leader.png" alt="leader" width="25%">
</div>
<hr>
<h2> Education </h2>
<br>
<div align="center">
<li> <b>1997-2001</b> <p> Grammar school Jakuba Škody in Přerov </li>
<li> <b>2001-2005</b> <p> Masaryk University, Faculty of Informatics <p> Bachelor degree </li>
<li> <b>2005-2007</b> <p> Brno University of Technology, Faculty of Informatics <p> Master degree </li>
</div>
<hr>
<h2> Work Experience </h2>
<table class="styled-table">
<tr>
<td> 2007-2009 </td>
<td> Quality Assurance Engineer </td>
</tr>
<tr>
<td> 2009-2012 </td>
<td> Senior Quality Assurance Engineer </td>
</tr>
<tr>
<td> 2012-2018 </td>
<td> Team Leader / Technical Project Manager</td>
</tr>
<tr>
<td> 2018-2019 </span> </td>
<td> Lead Software Engineer / Technical Project Manager</td>
</tr>
<tr>
<td> 2019- </td>
<td> First Line Manager / Devops expert </td>
</tr>
</table>
<hr>
<h2> My Skills.</h2><div class="skill-row">
<table>
<tr>
<td> Python </td>
<td> ⭐⭐⭐⭐ </td>
</tr>
<tr>
<td> Kubernetes </td>
<td> ⭐⭐⭐⭐ </td>
</tr>
<tr>
<td> CI/CD </td>
<td> ⭐⭐⭐⭐ </td>
</tr>
<tr>
<td> Ansible </td>
<td> ⭐⭐⭐⭐ </td>
</tr>
<tr>
<td> Puppet </td>
<td> ⭐⭐⭐ </td>
</tr>
<tr>
<td> Openstack </td>
<td> ⭐⭐⭐ </td>
</tr>
<tr>
<td> ONAP platform </td>
<td> ⭐⭐⭐ </td>
</tr>
<tr>
<td> Software networking - ovs, dpdk, vpp ... </td>
<td> ⭐⭐⭐ </td>
</tr>
<tr>
<td> Java </td>
<td> ⭐⭐ </td>
</tr></te>
</table>
</div>
<hr>
<a href="./contact.html">Contact me</a>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ptacekm/">LinkedIn</a>
<p class="copyright">© 2021 Michal Ptacek</p>
</div>
</body>
</html>