52 lines
No EOL
1.3 KiB
HTML
52 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>bio</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>yogurtmenn</h1>
|
|
<p>джуниор петухон разработчик</p>
|
|
</header>
|
|
|
|
<nav>
|
|
<a href="#about">abt me</a>
|
|
<a href="#projects">projects</a>
|
|
<a href="#contacts">contacts</a>
|
|
</nav>
|
|
|
|
<section id="about">
|
|
<h2>abt me</h2>
|
|
<p></p>
|
|
</section>
|
|
|
|
<section id="projects">
|
|
<h2>my projects</h2>
|
|
|
|
<div class="project">
|
|
<h3>MikuOS</h3>
|
|
<p>linux distro based on arch</p>
|
|
<a href="">soon..</a>
|
|
</div>
|
|
|
|
<div class="project">
|
|
<p>other projects you can see</p>
|
|
<a href="https://git.bonsystems.ru/yogurtmenn">here</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="contacts">
|
|
<h2>контакты</h2>
|
|
<p>email: yogurtmenn@bonsystems.ru</p>
|
|
<p>tg: <a href="https://t.me/yogurtmenn">@yogurtmenn</a></p>
|
|
<p>git: <a href="https://git.bonsystems.ru/yogurtmenn">here</a></p>
|
|
</section>
|
|
|
|
<footer>
|
|
<p></p>
|
|
</footer>
|
|
</body>
|
|
</html> |