Use correctly sequenced headings

This commit is contained in:
Rafael Bardini 2020-11-01 13:37:00 +01:00
parent a3a35372ed
commit d8346b424a
6 changed files with 16 additions and 16 deletions

View File

@ -3,19 +3,19 @@
<div class="grid-list">
{{#email}}
<div>
<h6>Email</h6>
<h4>Email</h4>
<a href="mailto:{{.}}">{{.}}</a>
</div>
{{/email}}
{{#phone}}
<div>
<h6>Phone</h6>
<h4>Phone</h4>
{{.}}
</div>
{{/phone}}
{{#url}}
<div>
<h6>Website</h6>
<h4>Website</h4>
<a href="{{.}}">{{formatURL .}}</a>
</div>
{{/url}}

View File

@ -5,7 +5,7 @@
{{#each resume.interests}}
<div>
{{#name}}
<h5>{{.}}</h5>
<h4>{{.}}</h4>
{{/name}}
{{#if keywords.length}}
<ul class="tag-list">

View File

@ -5,7 +5,7 @@
{{#each resume.languages}}
<div>
{{#language}}
<h6>{{.}}</h6>
<h4>{{.}}</h4>
{{/language}}
{{fluency}}
</div>

View File

@ -5,7 +5,7 @@
{{#profiles}}
<div>
{{#network}}
<h6>{{.}}</h6>
<h4>{{.}}</h4>
{{/network}}
{{#if username}}
{{#if url}}

View File

@ -5,7 +5,7 @@
{{#each resume.skills}}
<div>
{{#name}}
<h5>{{.}}</h5>
<h4>{{.}}</h4>
{{/name}}
{{#if keywords.length}}
<ul class="tag-list">

View File

@ -237,15 +237,15 @@ blockquote > * + * {
<h3>Contact</h3>
<div class="grid-list">
<div>
<h6>Email</h6>
<h4>Email</h4>
<a href="mailto:richard.hendriks@mail.com">richard.hendriks@mail.com</a>
</div>
<div>
<h6>Phone</h6>
<h4>Phone</h4>
(912) 555-4321
</div>
<div>
<h6>Website</h6>
<h4>Website</h4>
<a href="http://richardhendricks.example.com">richardhendricks.example.com</a>
</div>
</div>
@ -260,11 +260,11 @@ blockquote > * + * {
<h3>Profiles</h3>
<div class="grid-list">
<div>
<h6>Twitter</h6>
<h4>Twitter</h4>
neutralthoughts
</div>
<div>
<h6>SoundCloud</h6>
<h4>SoundCloud</h4>
<a href="https://soundcloud.example.com/dandymusicnl">dandymusicnl</a>
</div>
</div>
@ -421,7 +421,7 @@ blockquote > * + * {
<h3>Skills</h3>
<div class="grid-list">
<div>
<h5>Web Development</h5>
<h4>Web Development</h4>
<ul class="tag-list">
<li>HTML</li>
<li>CSS</li>
@ -429,7 +429,7 @@ blockquote > * + * {
</ul>
</div>
<div>
<h5>Compression</h5>
<h4>Compression</h4>
<ul class="tag-list">
<li>Mpeg</li>
<li>MP4</li>
@ -442,7 +442,7 @@ blockquote > * + * {
<h3>Languages</h3>
<div class="grid-list">
<div>
<h6>English</h6>
<h4>English</h4>
Native speaker
</div>
</div>
@ -451,7 +451,7 @@ blockquote > * + * {
<h3>Interests</h3>
<div class="grid-list">
<div>
<h5>Wildlife</h5>
<h4>Wildlife</h4>
<ul class="tag-list">
<li>Ferrets</li>
<li>Unicorns</li>