forked from robert/robertjohnson.work
Make everything more consistent
This commit is contained in:
parent
412b5e4a0e
commit
1f9bcbecc8
@ -1,6 +1,10 @@
|
||||
<div class="remove-container container-block">
|
||||
<h2 class="container-block-title">About Theme</h2>
|
||||
<h2 class="container-block-title">
|
||||
About Theme
|
||||
</h2>
|
||||
<ul class="list-unstyled interests-list">
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v=Jnmj1dXDbNk"><li>How to use?</li></a>
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v=Jnmj1dXDbNk">
|
||||
<li>How to use?</li>
|
||||
</a>
|
||||
</ul>
|
||||
</div><!--//About-->
|
@ -3,7 +3,9 @@
|
||||
{% if site.data.data.sidebar.education %}
|
||||
<div class="education-container container-block">
|
||||
|
||||
<h2 class="container-block-title">Education</h2>
|
||||
<h2 class="container-block-title">
|
||||
Education
|
||||
</h2>
|
||||
|
||||
{% for graduation in education %}
|
||||
<div class="item">
|
||||
@ -31,7 +33,7 @@
|
||||
<div class="meta">
|
||||
|
||||
<div class="upper-row">
|
||||
<h3 class="degree">{{ graduation.degree }} sdfsdfsdf</h3>
|
||||
<h3 class="degree">{{ graduation.degree }}</h3>
|
||||
<div class="time">{{ graduation.time }}</div>
|
||||
</div><!--//upper-row-->
|
||||
|
||||
@ -43,6 +45,7 @@
|
||||
{{ graduation.details | markdownify }}
|
||||
</div><!--//details-->
|
||||
{% endif %}
|
||||
|
||||
</div><!--//item-->
|
||||
{% endfor %}
|
||||
|
||||
|
@ -2,7 +2,9 @@
|
||||
{% if interests %}
|
||||
<div class="interests-container container-block">
|
||||
|
||||
<h2 class="container-block-title">Interests</h2>
|
||||
<h2 class="container-block-title">
|
||||
Interests
|
||||
</h2>
|
||||
|
||||
<ul class="list-unstyled interests-list">
|
||||
{% for interest in interests %}
|
||||
|
@ -2,7 +2,9 @@
|
||||
{% if languages %}
|
||||
<div class="languages-container container-block">
|
||||
|
||||
<h2 class="container-block-title">Languages</h2>
|
||||
<h2 class="container-block-title">
|
||||
Languages
|
||||
</h2>
|
||||
|
||||
<ul class="list-unstyled interests-list">
|
||||
{%for language in languages %}
|
||||
|
@ -12,13 +12,14 @@ layout: compress
|
||||
{% include sidebar.html %}
|
||||
|
||||
<div class="main-wrapper">
|
||||
{{content}}
|
||||
</div><!--//main-body-->
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
{% include footer.html %}
|
||||
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
@ -5,7 +5,7 @@ layout: default
|
||||
|
||||
{% include career-profile.html %}
|
||||
|
||||
{% unless site.data.data.sidebar.education %}
|
||||
{% unless site.data.sidebar.education %}
|
||||
{% include education.html %}
|
||||
{% endunless %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user