homepage/source/about/me.html.twig

30 lines
610 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
title: Обо мне
---
{% block js %}
<script src="/static/about_me.js"></script>
{% endblock %}
{% block content %}
<section class="about-me">
<div class="about-me__content">
<div class="about-me__note" id="about-me-note">Я люблю шоколад.</div>
<ul class="about-me__links">
<li class="about-me__link">
<a href="/">На главную</a>
</li>
<li class="about-me__link">
<a id="know-better" href="#">Узнать чуть лучше</a>
</li>
</ul>
</div>
</section>
{% endblock %}