about section separated from interest

This commit is contained in:
Dude 2017-02-20 13:10:52 +05:30
parent 6bbbb1c5ed
commit 626dd59341
3 changed files with 7 additions and 10 deletions

6
_includes/about.html Normal file
View File

@ -0,0 +1,6 @@
<div class="remove-container container-block">
<h2 class="container-block-title">About Theme</h2>
<ul class="list-unstyled interests-list">
<a href="http://blog.webjeda.com/jekyll-themes/online-cv/"><li>How to use?</li></a>
</ul>
</div><!--//About-->

View File

@ -6,13 +6,3 @@
<li>Cooking</li> <li>Cooking</li>
</ul> </ul>
</div><!--//interests--> </div><!--//interests-->
<div class="remove-container container-block">
<h2 class="container-block-title">About Theme</h2>
<ul class="list-unstyled interests-list">
<a href="http://blog.webjeda.com/jekyll-themes/online-cv/"><li>How to use?</li></a>
</ul>
</div><!--//interests-->

View File

@ -52,6 +52,7 @@
{% include education.html %} {% include education.html %}
{% include language.html %} {% include language.html %}
{% include interests.html %} {% include interests.html %}
{% include about.html %}
</div><!--//sidebar-wrapper--> </div><!--//sidebar-wrapper-->