Fix about me page
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
layout: internal
|
||||
title: Обо мне
|
||||
---
|
||||
|
||||
@ -12,16 +12,11 @@ title: Обо мне
|
||||
<section class="about-me js-about-me">
|
||||
<div class="about-me__content">
|
||||
|
||||
<div class="about-me__note" id="about-me-note"></div>
|
||||
<p class="about-me__note" id="about-me-note"></p>
|
||||
|
||||
<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>
|
||||
<p class="about-me__links">
|
||||
<a id="know-better" href="#">Узнать чуть лучше</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user