nakidai.ru/root/index.html

49 lines
1.6 KiB
HTML
Raw Normal View History

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-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>
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>
<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>