This commit is contained in:
howard
2023-04-06 14:28:41 +02:00
parent 2f77c9fddb
commit d2d82ad251
4 changed files with 26 additions and 82 deletions

View File

@@ -17,7 +17,7 @@
| <a href="https://www.linkedin.com/in/martin-fencl-6a9795189/">My linkedin page</a>
</div>
<div style="position:absolute; top: 100px; left:33.5%;">
<div style="position:absolute; top: 125px; left:33.5%;">
<img src="https://media-exp1.licdn.com/dms/image/C4D03AQHf42s9PdItiQ/profile-displayphoto-shrink_800_800/0/1649094514688?e=2147483647&amp;v=beta&amp;t=dzRGhT5vQ_64piZjueEWZvFbEpyOczqQ6bkrHRQvDWs" width="200" height="200" />
</div>
@@ -57,37 +57,42 @@
<h2 id="education">Education</h2>
<p><code class="language-plaintext highlighter-rouge">2008-2012</code>
<strong>Completion of the study program in the field of Electronics Mechanics</strong></p>
<p><code class="language-plaintext highlighter-rouge">2008-2012</code></p>
<p><br /></p>
<p><strong>Completion of the study program in the field of Electronics Mechanics</strong></p>
<ul>
<li>High School of Electrical Engineering, Hluboká nad Vltavou (Czechia)</li>
<li>Level EQF 4</li>
</ul>
<p><code class="language-plaintext highlighter-rouge">2013-2018</code>
<strong>Completion of the study program in the field of Applied Electrical Engineering</strong></p>
<p><code class="language-plaintext highlighter-rouge">2013-2018</code></p>
<p><br /></p>
<p><strong>Completion of the study program in the field of Applied Electrical Engineering</strong></p>
<ul>
<li>University of West Bohemia, Faculty of Electrical Engineering, Pilsen (Czechia)</li>
<li>Level EQF 6</li>
</ul>
<p><code class="language-plaintext highlighter-rouge">2018-2020</code>
<strong>Completion of the study program in the field of commercial electrical engineering</strong></p>
<p><code class="language-plaintext highlighter-rouge">2018-2020</code></p>
<p><br /></p>
<p><strong>Completion of the study program in the field of commercial electrical engineering</strong></p>
<ul>
<li>University of West Bohemia, Faculty of Electrical Engineering, Pilsen (Czechia)</li>
<li>Level EQF 7</li>
</ul>
<h2 id="work-experience">Work Experience</h2>
<p><code class="language-plaintext highlighter-rouge">2013-2013</code>
<strong>IT service worker / support</strong></p>
<p><code class="language-plaintext highlighter-rouge">2013-2013</code></p>
<p><br /></p>
<p><strong>IT service worker / support</strong></p>
<ul>
<li><em>Karel Peisker</em>, Budweis (Czechia)</li>
<li>Network service, user interface security</li>
</ul>
<p><code class="language-plaintext highlighter-rouge">2016-2017</code>
<strong>Development programmer - development department (internship)</strong></p>
<p><code class="language-plaintext highlighter-rouge">2016-2017</code></p>
<p><br /></p>
<p><strong>Development programmer - development department (internship)</strong></p>
<ul>
<li><em>Robert Bosch, spol. s.r.o.</em>, Budweis (Czechia)</li>
<li>Programming of laboratory instruments</li>
@@ -98,8 +103,9 @@
LabView <br />
Python <br /></p>
<p><code class="language-plaintext highlighter-rouge">2017-2020</code>
<strong>Development programmer - technology department (internship)</strong></p>
<p><code class="language-plaintext highlighter-rouge">2017-2020</code></p>
<p><br /></p>
<p><strong>Development programmer - technology department (internship)</strong></p>
<ul>
<li><em>Robert Bosch, spol. s.r.o.</em>, Budweis (Czechia)</li>
<li>Programming of laboratory measuring devices</li>
@@ -116,8 +122,9 @@
3D printing (SLA, DMLS) <br />
Measuring and analysis technology <br /></p>
<p><code class="language-plaintext highlighter-rouge">2017-2020</code>
<strong>Software test engineer DITET5 (Schweinfurth team for EMF projects)</strong></p>
<p><code class="language-plaintext highlighter-rouge">2017-2020</code></p>
<p><br /></p>
<p><strong>Software test engineer DITET5 (Schweinfurth team for EMF projects)</strong></p>
<ul>
<li><em>ZF Engineering Pilsen, spol. s.r.o.</em>, Pilsen (Czechia)</li>
<li>Testing of hybrid automotive units (8P4G project)</li>
@@ -131,8 +138,9 @@
Exam (test extension/orchestrator) <br />
Python <br /></p>
<p><code class="language-plaintext highlighter-rouge">2020-</code>
<strong>Software test developer</strong></p>
<p><code class="language-plaintext highlighter-rouge">2020-</code></p>
<p><br /></p>
<p><strong>Software test developer</strong></p>
<ul>
<li><em>W.A.G. payment solutions, a.s., Princip, a.s.</em>, Prague (Czechia)</li>
<li>Creating, develop and maintain software unit project for testing (SwMU)</li>

View File

@@ -71,7 +71,7 @@ p {
code {
font: normal normal;
font-size: 60%;
font-size: 75%;
/*line-height: 1em;*/
font-family: Menlo,monospace,sans-serif;
color: #aaa;

File diff suppressed because one or more lines are too long

View File

@@ -1,42 +0,0 @@
<link rel="stylesheet" href="index.css" name="main-style" type="text/css">
<div>
<p id="demo_klara_time" style="font-size:50px;text-align: center;"></p>
<meta charset="UTF-8">
<p style="font-size:50px;text-align: center;">takže bych to viděl někdy na podzim</p>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Sep 23, 2022 00:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo_klara_time"
document.getElementById("demo_klara_time").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo_klara_time").innerHTML = "EXPIRED";
}
}, 1000);
</script>
</p>
</div>
<p align="center">
<iframe src="https://giphy.com/embed/n7KBLYG0Yqs0aZa4iP" width="480" height="423" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/CAinLA-i-love-you-ca-in-la-cainla-n7KBLYG0Yqs0aZa4iP"></a></p>
</p>