homepage/index.html
2016-08-25 21:21:09 +03:00

60 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=PT+Serif&subset=cyrillic" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/style.css">
<title>Здравствуйте</title>
</head>
<body>
<main class="content">
<h1 class="greeting">Здравствуйте,</h1>
<p class="text">
меня зовут Антон Вахрушев, и это моя домашняя страница.<br>
Здесь вы можете.
</p>
<h2 class="heading">Посмотреть</h2>
<ul>
<li>
<a href="https://500px.com/anwinged">хорошие фотографии на 500px</a>
</li>
<li>
<a href="https://www.instagram.com/anwinged/">плохие фотографии в инстаграме</a>
</li>
<li>
<a href="https://www.kinopoisk.ru/user/2639698/votes/">какие фильмы я люблю</a>
</li>
<li>
<a href="https://fantlab.ru/user70525/marks">что из книг со мной обсудить</a>
</li>
</ul>
<h2 class="heading">Почитать</h2>
<ul>
<li>
<a href="https://github.com/anwinged">код на гитхабе</a>
</li>
</ul>
<h2 class="heading">Похвалить</h2>
<ul>
<li>
<a href="">за спортивные успехи на страве</a>
</li>
</ul>
<h2 class="heading">Написать</h2>
<ul>
<li>
<a href="https://vk.com/anwinged">вконтакте</a>
</li>
<li>
<a href="mailto:anwinged@yandex.ru">на почту</a>
</li>
</ul>
</main>
</body>
</html>