init
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset=utf-8 />
|
<meta charset=utf-8 name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title> Martin Fencl's CV | CV</title>
|
<title> Martin Fencl's CV | CV</title>
|
||||||
<link href="media/kjhealy-screen.css" type="text/css" rel="stylesheet" media="screen">
|
<link href="media/kjhealy-screen.css" type="text/css" rel="stylesheet" media="screen">
|
||||||
<link href="media/kjhealy-print.css" type="text/css" rel="stylesheet" media="print">
|
<link href="media/kjhealy-print.css" type="text/css" rel="stylesheet" media="print">
|
||||||
@@ -17,12 +17,11 @@
|
|||||||
| <a href="https://www.linkedin.com/in/martin-fencl-6a9795189/">My linkedin page</a>
|
| <a href="https://www.linkedin.com/in/martin-fencl-6a9795189/">My linkedin page</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="position:absolute;top: 15px; left:960px;">
|
<div style="position:absolute; top: 100px; left:33.5%;">
|
||||||
<p align="center">
|
|
||||||
<img src="https://media-exp1.licdn.com/dms/image/C4D03AQHf42s9PdItiQ/profile-displayphoto-shrink_800_800/0/1649094514688?e=2147483647&v=beta&t=dzRGhT5vQ_64piZjueEWZvFbEpyOczqQ6bkrHRQvDWs" width="200" height="200" />
|
<img src="https://media-exp1.licdn.com/dms/image/C4D03AQHf42s9PdItiQ/profile-displayphoto-shrink_800_800/0/1649094514688?e=2147483647&v=beta&t=dzRGhT5vQ_64piZjueEWZvFbEpyOczqQ6bkrHRQvDWs" width="200" height="200" />
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p><br /></p>
|
||||||
<p><br /></p>
|
<p><br /></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -46,7 +45,7 @@
|
|||||||
– autonomous projects <br />
|
– autonomous projects <br />
|
||||||
– DYI projects (modeling drones, aircraft …) <br />
|
– DYI projects (modeling drones, aircraft …) <br />
|
||||||
– automation (home security system, DYI projects) <br /></li>
|
– automation (home security system, DYI projects) <br /></li>
|
||||||
<li>Linux-based systems (preferring debian)</li>
|
<li>Linux-based systems (preferring Debian-Based)</li>
|
||||||
<li>Dockerizing <br />
|
<li>Dockerizing <br />
|
||||||
– docker, docker-compose <br />
|
– docker, docker-compose <br />
|
||||||
– kubernetes <br /></li>
|
– kubernetes <br /></li>
|
||||||
|
|||||||
@@ -161,9 +161,11 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#webaddress {
|
#webaddress {
|
||||||
margin-top: 1em;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 33%;
|
left: 33%;
|
||||||
|
margin-bottom: 0.7em;
|
||||||
|
margin-right: 0;
|
||||||
|
width: 65%;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
font-family: Menlo,monospace,sans-serif;
|
font-family: Menlo,monospace,sans-serif;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|||||||
Reference in New Issue
Block a user