nakidai.ru/root/index.html

49 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Nakidai</title>
</head>
<body>
<div class="wrapper">
<div class="header">
<img src="images/avatar.png" alt="avatar" width="150px" height="150px" style="border-radius: 50%;">
<h1>Nakidai</h1>
</div>
<div class="content-wrapper">
<div class="content">
<div class="title">
<h2>About</h2>
</div>
<div class="info">
<p>I'm coder from Russia. I used to like playing computer games, but now I'm tired of it a little I think</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>
</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><a href="https://git.nakidai.ru/nakidai/nakidai.ru">Source code</a></p>
<p>(c) 2024 Nakidai</p>
</div>
</div>
</div>
</body>
</html>