2024-03-31 15:47:33 +02:00
<!DOCTYPE html>
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< meta http-equiv = "Content-Language" content = "cs" / >
< title > Robert Vokáč's Personal Page< / title >
<!-- <meta name="robots" content="noindex,follow" /> -->
< link rel = "icon" type = "image/x-icon" href = "favicon.ico" sizes = "16x16" > < / link >
< style >
2024-04-24 20:28:10 +02:00
2024-03-31 15:47:33 +02:00
.links_to_other_websites,
.li_importance_highest,
.li_importance_high,
.li_importance_medium,
.li_importance_low,
.li_importance_lowest,
.li_importance_none
{
margin:4px 0px;
padding-left:0px;
}
.links_to_other_websites li,
.li_importance_highest li,
.li_importance_high li,
.li_importance_medium li,
.li_importance_low li,
.li_importance_lowest li,
.li_importance_none li,
.importance_highest,
.importance_high,
.importance_medium,
.importance_low,
.importance_lowest,
.importance_none
{
margin:4px;
padding:4px;
display:inline;
display: inline-block;
}
.importance_highest,
.importance_high,
.importance_medium,
.importance_low,
.importance_lowest,
.importance_none
{
font-weight:bold;
}
2024-04-24 20:28:10 +02:00
.importance_highest_ {
2024-03-31 15:47:33 +02:00
background:#FFFF66;
color:black;
}
2024-04-24 20:28:10 +02:00
.importance_high_ {
2024-03-31 15:47:33 +02:00
background:#66ff00;
}
2024-04-24 20:28:10 +02:00
.importance_medium_ {
2024-03-31 15:47:33 +02:00
background:blue;
color:white;
}
2024-04-24 20:28:10 +02:00
.importance_low_ {
2024-03-31 15:47:33 +02:00
background:brown;
color:white;
}
2024-04-24 20:28:10 +02:00
.importance_lowest_ {
2024-03-31 15:47:33 +02:00
background: black;
color: white;
}
2024-04-24 20:28:10 +02:00
.importance_none_ {
2024-03-31 15:47:33 +02:00
background: lightgray;
}
2024-04-24 20:28:10 +02:00
#interests div span {
/*
background: blue;
color: white;
*/
border:1px solid gray;
}
.critical_
{
padding-bottom:1px!important;
border-bottom:3px solid red;
}
2024-03-31 15:47:33 +02:00
* {
font-family: Arial;
}
pre {
font-family: "Courier New";
background:#eee;
border: 2px solid #bbb;
color: black;
padding:10px;
font-size:100%;
letter-spacing:1px;
}
< / style >
< / head >
< body style = "padding:10px;" >
< h1 style = "text-align:center" > Robert Vokáč's Personal Page< / h1 >
< div style = "text-align:center" > < img src = "photo-of-robert-vokac.jpg" width = "150px" / > < / div >
< h2 > Introduction< / h2 >
2025-03-22 16:06:54 +01:00
I am a Java and C++ software developer. In my free time I work on:
< ol >
< li > the revival of game Speedy Blupi for Windows (1998, 2002) - decompilation, improvements< / li >
< li > the revival of game Speedy Blupi for Windows Phone (2013) - migration from C# and XNA to C++ and SDL 3< / li >
< li > the CNA library - XNA like wrapper around the SDL 3 library< / li >
< li > I also plan to create the game Galaxy Eggbert - 3D version of Speedy Blupi (2002), C++ and Ogre 3D will be used< / li >
< / ol >
2024-03-31 15:47:33 +02:00
< h3 > GPG key< / h3 >
< pre >
2024-10-13 08:35:20 +02:00
pub 4096R/FB9CE8E20AADA55F 2024-09-28
Key fingerprint = 255C 69CC 1D09 CA54 EF0C C9DF FB9C E8E2 0AAD A55F
2025-03-22 16:06:54 +01:00
uid Robert Vokac < robertvokac@robertvokac.com> < / pre >
2024-08-21 19:13:52 +02:00
2024-03-31 15:47:33 +02:00
< p > < a href = "https://stallman.org/facebook.html" target = "_blank" > < img src = "images/no-facebook.svg" alt = "Not f'd. You won't find me on Facebook" width = "200" > < / a > < / p >
2024-10-13 08:35:20 +02:00
< h2 > Links to my other websites< / h2 >
2024-03-31 15:47:33 +02:00
< ul class = "links_to_other_websites" >
2024-08-21 19:13:52 +02:00
< li > < a href = "https://openeggbert.com" target = "_blank" > openeggbert.com< / a > < / li >
2024-10-13 08:35:20 +02:00
< li > < a href = "https://speedyblupi.com" target = "_blank" > speedyblupi.com< / a > < / li >
2025-03-22 16:06:54 +01:00
< li > < a href = "https://cppforever.com" target = "_blank" > cppforever.com< / a > < / li >
2024-10-13 09:10:23 +02:00
< li > < a href = "https://github.com/openeggbert" target = "_blank" > https://github.com/openeggbert< / a > < / li >
< li > < a href = "https://github.com/robertvokac" target = "_blank" > https://github.com/robertvokac< / a > < / li >
2024-03-31 15:47:33 +02:00
< / ul >
< hr / >
2025-03-22 16:06:54 +01:00
Copyright © 2025 Robert Vokáč< br >
2024-04-24 20:28:10 +02:00
Licenced under < a href = "https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en" > Attribution-NonCommercial-NoDerivs 4.0 International< / a > licence or later.< br >
2024-03-31 15:47:33 +02:00
Verbatim copying and redistribution of this entire page are permitted provided this notice is preserved.
< / body >
2024-03-31 13:54:53 +02:00
< / html >