nakidai.ru/root/index.html

58 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 like to play computer games, but since I have weak office laptop I usually play lightweight games (but better to check my steam).</p>
<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><a href="https://git.nakidai.ru/nakidai/nakidai.ru">Source code</a></p>
<p>(c) 2024 Nakidai</p>
</div>
</div>
</div>
</body>
</html>