Skip to content

Commit

Permalink
ADD: google fonr integrity check
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Komárek committed Dec 23, 2023
1 parent c5bc0fe commit b5e3d14
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
4 changes: 3 additions & 1 deletion en.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/w3.css"> <!-- https://www.w3schools.com/w3css/4/w3.css -->
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans"
integrity="sha512-O2fQM1HagZoJwKsWxUmrpb8ziXx+UNyWuENrzZffNCHYL/D3WPwnarJadWlGhFCZT4OpRzBqs2OCHSete2FcaQ=="
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
Expand Down
22 changes: 15 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/w3.css"> <!-- https://www.w3schools.com/w3css/4/w3.css -->
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans"
integrity="sha512-O2fQM1HagZoJwKsWxUmrpb8ziXx+UNyWuENrzZffNCHYL/D3WPwnarJadWlGhFCZT4OpRzBqs2OCHSete2FcaQ=="
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
Expand Down Expand Up @@ -50,7 +52,8 @@ <h1 class="w3-text-white">Filip Komárek</h1>
<div class="w3-container w3-text-white">
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-red"></i>Systemový Inženýr</p>
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-red"></i><a
href="https://en.wikipedia.org/wiki/Prague" target="_blank" style="text-decoration: none;">Praga, Česká Republika</a></p>
href="https://en.wikipedia.org/wiki/Prague" target="_blank" style="text-decoration: none;">Praga, Česká
Republika</a></p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-red"></i><a
href="mailto:[email protected]">[email protected]</a></p>
<!-- <p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-red"></i>telephone number</p> -->
Expand Down Expand Up @@ -78,7 +81,8 @@ <h5 class="w3-text-white"><b><i class="fa fa-wrench fa-fw w3-margin-right w3-tex
<div class="w3-container w3-text-white w3-margin-bottom">
VMware ESXi, VMware Workstation, Cisco Intersight, HyperV, Netapp
</div>
<h5 class="w3-text-white"><b><i class="fa fa-code fa-fw w3-margin-right w3-text-red"></i>Programovací jazyky</b></h5>
<h5 class="w3-text-white"><b><i class="fa fa-code fa-fw w3-margin-right w3-text-red"></i>Programovací
jazyky</b></h5>
<div class="w3-container w3-text-white w3-margin-bottom">
C#, Bash (Linux Shell), Powershell
</div>
Expand Down Expand Up @@ -131,17 +135,20 @@ <h6 class="w3-text-white"><a href="https://github.com/adamnovitch/NeoCrystal" ta
<div class="w3-twothird">

<div class="w3-container">
<h2 class="w3-text-white"><i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-red"></i>Pracovní zkušenosti</h2>
<h2 class="w3-text-white"><i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-red"></i>Pracovní
zkušenosti</h2>
<div class="w3-container">
<h4 class="w3-text-white"><a href="https://www.alef.com/" target="_blank"><b>Alef Nula a.s.</b></a><i
class="fa-solid fa-network-wired w3-margin-left w3-large w3-text-red"></i></h4>
<h6 class="w3-text-red"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Srpen 2022 - <span
class="w3-tag w3-red w3-round">Aktuální</span></h6>
<h5 class="w3-text-white"><i class="fa-solid fa-server w3-margin-right w3-text-red"></i>Systemový Inženýr</h5>
<h5 class="w3-text-white"><i class="fa-solid fa-server w3-margin-right w3-text-red"></i>Systemový Inženýr
</h5>
<ul class="w3-text-white fa-ul" style="margin-left:55px;">
<li><i class="fa-solid fa-window-maximize w3-margin-right w3-text-red"></i>Správa virtuálních serverů</li>
<li><i class="fa-solid fa-server w3-margin-right w3-text-red"></i>Správa instancí VMware ESXi</li>
<li><i class="fa-brands fa-linux w3-margin-right w3-text-red"></i>Tvorba skriptů pro Bash a Powershell</li>
<li><i class="fa-brands fa-linux w3-margin-right w3-text-red"></i>Tvorba skriptů pro Bash a Powershell
</li>
</ul>
</div>

Expand All @@ -155,7 +162,8 @@ <h6 class="w3-text-red"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Ří
<h5 class="w3-text-white"><i class="fa-solid fa-chalkboard-user w3-margin-right w3-text-red"></i>Učitel</h5>
<ul class="w3-text-white fa-ul" style="margin-left:55px;">
<li><i class="fa-solid fa-code w3-margin-right w3-text-red"></i>Výuka kurzu "Programování nejen IOT"</li>
<li><i class="fa-solid fa-robot w3-margin-right w3-text-red"></i>Výuka kurzu "Robotika a umělá inteligence"</li>
<li><i class="fa-solid fa-robot w3-margin-right w3-text-red"></i>Výuka kurzu "Robotika a umělá
inteligence"</li>
</ul>
</div>

Expand Down

0 comments on commit b5e3d14

Please sign in to comment.