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" >
2024-01-30 00:15:19 +03:00
< img src = "images/avatar.png" alt = "avatar" width = "150px" height = "150px" style = "border-radius: 50%;" >
2024-01-29 23:47:50 +03:00
< h1 > Nakidai< / h1 >
< / div >
< div class = "content-wrapper" >
< div class = "content" >
< div class = "title" >
< h2 > About< / h2 >
< / div >
< div class = "info" >
2024-08-09 21:35:22 +03:00
< p > I'm coder from Russia. I used to like playing computer games, but now I'm tired of it< / p >
< p > I'm writing projects mostly in Python, but sometime on dark nights I wanna relax and write something in C then go cry and after several hours go sleep in the morning< / p >
2024-01-29 23:47:50 +03:00
< / div >
< / div >
< div class = "content" >
< div class = "title" >
< h2 > Links< / h2 >
< / div >
< div class = "info" >
< p >
2024-08-09 21:20:59 +03:00
< 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 >
2024-01-29 23:47:50 +03:00
< / p >
2024-08-09 21:20:59 +03:00
< 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 >
2024-01-29 23:47:50 +03:00
< / p >
< / div >
< / div >
< / div >
< div class = "footer" >
< div class = "copyright" >
< p > < a href = "credits.html" > Credits< / a > < / p >
2024-01-30 02:40:56 +03:00
< p > < a href = "https://git.nakidai.ru/nakidai/nakidai.ru" > Source code< / a > < / p >
2024-01-29 23:47:50 +03:00
< 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 >
2024-08-09 21:20:59 +03:00
< / html >