homepage/source/index.html.twig

41 lines
1006 B
Twig
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.

---
layout: default
---
{% block content %}
<h1 class="hello">Привет,</h1>
<p class="text">
меня зовут Антон Вахрушев, и&nbsp;это моя домашняя страница.<br>
</p>
<h2 class="heading">Смотреть</h2>
<ul>
<li>
<a href="https://500px.com/anwinged" target="_blank">хорошие фотографии</a>
</li>
</ul>
<h2 class="heading">Читать</h2>
<ul>
<li>
<a href="https://github.com/anwinged" target="_blank">код на гитхабе</a>
</li>
<li>
<a href="https://anwinged.blogspot.ru" target="_blank">блог</a>
</li>
<li>
<a href="/about/me">немного фактов обо мне</a>
</li>
</ul>
<h2 class="heading">Написать</h2>
<ul>
<li>
<a href="https://vk.com/anwinged" target="_blank">вконтакте</a>
</li>
<li>
<a href="mailto:anwinged@yandex.ru">на почту</a>
</li>
</ul>
{% endblock %}