2023-04-28 18:26:57 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< title > Alexander Zhirov< / title >
< link href = "css/style.css" rel = "stylesheet" >
< link href = "css/jquery-ui.css" rel = "stylesheet" >
< link href = "images/favicon.jpg" rel = "icon" type = "image/png" >
< script src = "js/jquery-3.6.4.min.js" > < / script >
< script src = "js/jquery-ui.min.js" > < / script >
< script src = "js/script.js" > < / script >
< / head >
2023-05-02 00:32:10 +00:00
< body onselectstart = "return false" onmousedown = "return false" >
2023-04-29 23:32:22 +00:00
< div class = "row" >
< div class = "photo" > < / div >
< div class = "info" >
< div class = "title" > About me< / div >
< div class = "bio" >
2023-05-01 23:55:04 +00:00
< p > Hi there!< / p >
< p > I'm Alexander Zhirov from Russia! I am engaged in development in C/C++ and D, study Linux, share and contribute to the spread of the philosophy of Open Source software.< / p >
< p > In my free time I read books, do music and sports.< / p >
< p > If you have any questions or suggestions, you can always contact me.< / p >
2023-04-29 23:32:22 +00:00
< / div >
< / div >
< / div >
2023-05-01 23:55:04 +00:00
< div class = "row social" >
< div class = "tooltip mastodon" > < span class = "tooltiptext" > Mastodon< / span > < / div >
< div class = "tooltip twitter" > < span class = "tooltiptext" > Twitter< / span > < / div >
< div class = "tooltip linkedin" > < span class = "tooltiptext" > LinkedIn< / span > < / div >
< div class = "tooltip facebook" > < span class = "tooltiptext" > Facebook< / span > < / div >
< div class = "tooltip instagram" > < span class = "tooltiptext" > Instagram< / span > < / div >
2024-05-29 11:31:53 +00:00
< div class = "tooltip matrix" > < span class = "tooltiptext" > Matrix< / span > < / div >
2023-05-01 23:55:04 +00:00
< div class = "tooltip telegram" > < span class = "tooltiptext" > Telegram< / span > < / div >
< div class = "tooltip git" > < span class = "tooltiptext" > Git< / span > < / div >
< div class = "tooltip github" > < span class = "tooltiptext" > GitHub< / span > < / div >
< div class = "tooltip solus" > < span class = "tooltiptext" > Solus Linux< / span > < / div >
<!-- <div class="tooltip blog"><span class="tooltiptext">Blog</span></div> -->
2023-07-26 11:38:30 +00:00
< div class = "tooltip ftp" > < span class = "tooltiptext" > FTP< / span > < / div >
< div class = "tooltip band" > < span class = "tooltiptext" > Band< / span > < / div >
2023-07-26 13:09:23 +00:00
< div class = "tooltip soundcloud" > < span class = "tooltiptext" > Soundcloud< / span > < / div >
2023-05-01 23:55:04 +00:00
<!-- <div class="tooltip email"><span class="tooltiptext">Email</span></div> -->
2024-09-14 18:20:17 +00:00
< div class = "tooltip gallery" > < span class = "tooltiptext" > Gallery< / span > < / div >
2023-05-01 23:55:04 +00:00
< / div >
2023-04-28 18:26:57 +00:00
< / body >
< / html >