2024-01-29 21:42:38 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-01-29 22:10:00 +03:00
< link rel = "stylesheet" href = "style.css" >
2024-01-29 21:42:38 +03:00
< title > Nakidai< / title >
< / head >
< body >
2024-01-29 23:47:50 +03:00
< div class = "wrapper" >
< div class = "header" >
< h1 > Nakidai< / h1 >
< / div >
< div class = "content-wrapper" >
< div class = "content" >
< div class = "title" >
< h2 > About< / h2 >
< / div >
< div class = "info" >
2024-01-29 23:57:39 +03:00
< p > I'm coder from Russia. I like to play computer games, but since I have weak office laptop I usually play lightweight games (but better to check my steam).< / p >
2024-01-29 23:47:50 +03:00
< p > I know Python and little The C, but I don't know any frameworks. :< < / p >
< / div >
< / div >
< div class = "content" >
< div class = "title" >
< h2 > Links< / h2 >
< / div >
< div class = "info" >
< p >
< a href = "https://github.com/nakidai" >
< img src = "images/github.png" alt = "Github" width = "100px" >
< / a >
< a href = "https://git.nakidai.ru/nakidai" >
< img src = "images/git.png" alt = "Github" width = "100px" >
< / a >
< / p >
< p >
< a href = "https://discord.com/users/596659213124763649" >
< img src = "images/discord.png" alt = "Github" width = "100px" >
< / a >
< a href = "https://steamcommunity.com/id/nakidai" >
< img src = "images/steam.png" alt = "Steam" width = "100px" >
< / a >
< / p >
< / div >
< / div >
< / div >
< div class = "footer" >
< div class = "copyright" >
< p > < a href = "credits.html" > Credits< / a > < / p >
< p > (c) 2024 Nakidai< / p >
< / div >
< / div >
2024-01-29 22:10:00 +03:00
< / div >
2024-01-29 21:42:38 +03:00
< / body >
< / html >