diff --git a/partials/header.hbs b/partials/header.hbs index 1d19409..2514ed2 100644 --- a/partials/header.hbs +++ b/partials/header.hbs @@ -34,5 +34,24 @@ {{formatURL .}} {{/url}} + {{#profiles}} +
  • + + {{#if username}} + {{#if url}} + {{username}} + {{else}} + {{username}} + {{/if}} + {{else}} + {{#url}} + {{formatURL .}} + {{/url}} + {{/if}} + {{#network}} + ({{.}}) + {{/network}} +
  • + {{/profiles}} diff --git a/partials/profiles.hbs b/partials/profiles.hbs deleted file mode 100644 index 85d88fa..0000000 --- a/partials/profiles.hbs +++ /dev/null @@ -1,25 +0,0 @@ -{{#if profiles.length}} -
    -

    Profiles

    -
    - {{#profiles}} -
    - {{#network}} -

    {{.}}

    - {{/network}} - {{#if username}} - {{#if url}} - {{username}} - {{else}} - {{username}} - {{/if}} - {{else}} - {{#if url}} - {{url}} - {{/if}} - {{/if}} -
    - {{/profiles}} -
    -
    -{{/if}} diff --git a/resume.hbs b/resume.hbs index e67c1d0..9247a2b 100644 --- a/resume.hbs +++ b/resume.hbs @@ -12,7 +12,6 @@ {{#resume.basics}} {{> header}} {{> about}} - {{> profiles}} {{/resume.basics}} {{> work}} diff --git a/style.css b/style.css index 0ba640e..93a71f1 100644 --- a/style.css +++ b/style.css @@ -60,8 +60,9 @@ li + li { margin-top: 0.4em; } -li::marker { - color: var(--mutedColor); +li::marker, +.network { + color: var(--secondaryColor); } a { diff --git a/tap-snapshots/test-render.js-TAP.test.js b/tap-snapshots/test-render.js-TAP.test.js index 6a7ddb1..9036a65 100644 --- a/tap-snapshots/test-render.js-TAP.test.js +++ b/tap-snapshots/test-render.js-TAP.test.js @@ -76,8 +76,9 @@ li + li { margin-top: 0.4em; } -li::marker { - color: var(--mutedColor); +li::marker, +.network { + color: var(--secondaryColor); } a { @@ -265,6 +266,16 @@ blockquote > * + * { richardhendricks.example.com +
  • + + neutralthoughts + (Twitter) +
  • +
  • + + dandymusicnl + (SoundCloud) +
  • @@ -273,19 +284,6 @@ blockquote > * + * {

    Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinal!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!

    -
    -

    Profiles

    -
    -
    -

    Twitter

    - neutralthoughts -
    -
    -

    SoundCloud

    - dandymusicnl -
    -
    -

    Work