Rewrite about page with Vue

This commit is contained in:
2018-06-22 22:49:59 +03:00
parent f0c83831db
commit 9227d18970
9 changed files with 86 additions and 122 deletions

View File

@ -9,16 +9,6 @@ title: Обо мне
{% block content %}
<section class="about-me js-about-me">
<div class="about-me__content">
<p class="about-me__note" id="about-me-note"></p>
<p class="about-me__links">
<a id="know-better" href="#">Узнать чуть лучше</a>
</p>
</div>
</section>
<div id="app"></div>
{% endblock %}