From d8346b424a7792887501448cff5884fd307d2cf5 Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Sun, 1 Nov 2020 13:37:00 +0100 Subject: [PATCH] Use correctly sequenced headings --- partials/contact.hbs | 6 +++--- partials/interests.hbs | 2 +- partials/languages.hbs | 2 +- partials/profiles.hbs | 2 +- partials/skills.hbs | 2 +- tap-snapshots/test-render.js-TAP.test.js | 18 +++++++++--------- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/partials/contact.hbs b/partials/contact.hbs index 03cfd30..0a37d20 100644 --- a/partials/contact.hbs +++ b/partials/contact.hbs @@ -3,19 +3,19 @@
{{#email}}
-
Email
+

Email

{{.}}
{{/email}} {{#phone}}
-
Phone
+

Phone

{{.}}
{{/phone}} {{#url}}
-
Website
+

Website

{{formatURL .}}
{{/url}} diff --git a/partials/interests.hbs b/partials/interests.hbs index 47a7c53..8db3d21 100644 --- a/partials/interests.hbs +++ b/partials/interests.hbs @@ -5,7 +5,7 @@ {{#each resume.interests}}
{{#name}} -
{{.}}
+

{{.}}

{{/name}} {{#if keywords.length}}
    diff --git a/partials/languages.hbs b/partials/languages.hbs index 969348c..a2ad553 100644 --- a/partials/languages.hbs +++ b/partials/languages.hbs @@ -5,7 +5,7 @@ {{#each resume.languages}}
    {{#language}} -
    {{.}}
    +

    {{.}}

    {{/language}} {{fluency}}
    diff --git a/partials/profiles.hbs b/partials/profiles.hbs index fd3cd43..85d88fa 100644 --- a/partials/profiles.hbs +++ b/partials/profiles.hbs @@ -5,7 +5,7 @@ {{#profiles}}
    {{#network}} -
    {{.}}
    +

    {{.}}

    {{/network}} {{#if username}} {{#if url}} diff --git a/partials/skills.hbs b/partials/skills.hbs index 8efab71..dbc1f6e 100644 --- a/partials/skills.hbs +++ b/partials/skills.hbs @@ -5,7 +5,7 @@ {{#each resume.skills}}
    {{#name}} -
    {{.}}
    +

    {{.}}

    {{/name}} {{#if keywords.length}}
      diff --git a/tap-snapshots/test-render.js-TAP.test.js b/tap-snapshots/test-render.js-TAP.test.js index c2b7f75..6e2145f 100644 --- a/tap-snapshots/test-render.js-TAP.test.js +++ b/tap-snapshots/test-render.js-TAP.test.js @@ -237,15 +237,15 @@ blockquote > * + * {

      Contact

      -
      Email
      +

      Email

      richard.hendriks@mail.com
      -
      Phone
      +

      Phone

      (912) 555-4321
      -
      Website
      +

      Website

      richardhendricks.example.com
      @@ -260,11 +260,11 @@ blockquote > * + * {

      Profiles

      -
      Twitter
      +

      Twitter

      neutralthoughts
      -
      SoundCloud
      +

      SoundCloud

      dandymusicnl
      @@ -421,7 +421,7 @@ blockquote > * + * {

      Skills

      -
      Web Development
      +

      Web Development

      • HTML
      • CSS
      • @@ -429,7 +429,7 @@ blockquote > * + * {
      -
      Compression
      +

      Compression

      • Mpeg
      • MP4
      • @@ -442,7 +442,7 @@ blockquote > * + * {

        Languages

        -
        English
        +

        English

        Native speaker
        @@ -451,7 +451,7 @@ blockquote > * + * {

        Interests

        -
        Wildlife
        +

        Wildlife

        • Ferrets
        • Unicorns