Загрузить файлы в «/»
This commit is contained in:
commit
85cf177eb4
1 changed files with 52 additions and 0 deletions
52
index.html
Normal file
52
index.html
Normal file
|
@ -0,0 +1,52 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue