-
- {{title}}
- {{#date}} - - {{/date}} -
- {{#awarder}}
-
+
- Awarded by {{.}}
-
- {{/awarder}}
-
+
+ {{title}}
+ {{#date}} + + {{/date}} +
+ {{#awarder}}
+
+
+ Awarded by {{.}}
+
+ {{/awarder}}
+ {{.}}
{{/summary}} diff --git a/partials/education.hbs b/partials/education.hbs index ccfa073..fc85a3c 100644 --- a/partials/education.hbs +++ b/partials/education.hbs @@ -4,21 +4,23 @@
{{#each resume.education}}
-
+
{{#studyType}}
+
{{#name}}
-
- {{institution}}
- - – - {{#if endDate}}{{else}}Present{{/if}} - -
- {{#area}}
- {{.}}
- {{/area}}
- {{#url}}
- {{.}}
- {{/url}}
-
+
+
+ {{institution}}
+ + – + {{#if endDate}}{{else}}Present{{/if}} + +
+ {{#area}}
+ {{.}}
+ {{/area}}
+ {{#url}}
+ {{.}}
+ {{/url}}
+
+ {{.}}
{{/studyType}} diff --git a/partials/header.hbs b/partials/header.hbs index 72f6d1c..fe510db 100644 --- a/partials/header.hbs +++ b/partials/header.hbs @@ -1,4 +1,4 @@ -{{.}}
{{/name}} diff --git a/partials/projects.hbs b/partials/projects.hbs index b36502e..49d3529 100644 --- a/partials/projects.hbs +++ b/partials/projects.hbs @@ -4,26 +4,28 @@
{{#each resume.projects}}
-
+
{{#description}}
-
- {{name}}
- - – - {{#if endDate}}{{else}}Present{{/if}} - -
-
- {{#if roles}}
- {{join roles}}
- {{/if}}
- {{#entity}}
- at {{.}}
- {{/entity}}
-
- {{#url}}
- {{.}}
- {{/url}}
-
+
+
+ {{name}}
+ + – + {{#if endDate}}{{else}}Present{{/if}} + +
+
+ {{#if roles}}
+ {{join roles}}
+ {{/if}}
+ {{#entity}}
+ at {{.}}
+ {{/entity}}
+
+ {{#url}}
+ {{.}}
+ {{/url}}
+
+ {{.}}
{{/description}} diff --git a/partials/publications.hbs b/partials/publications.hbs index fcb20d8..9a33538 100644 --- a/partials/publications.hbs +++ b/partials/publications.hbs @@ -4,22 +4,24 @@
{{#each resume.publications}}
-
+
{{#summary}}
-
- {{name}}
- {{#releaseDate}} - - {{/releaseDate}} -
- {{#publisher}}
-
- Published by {{.}}
-
- {{/publisher}}
- {{#url}}
- {{.}}
- {{/url}}
-
+
+
+ {{name}}
+ {{#releaseDate}} + + {{/releaseDate}} +
+ {{#publisher}}
+
+ Published by {{.}}
+
+ {{/publisher}}
+ {{#url}}
+ {{.}}
+ {{/url}}
+
+ {{.}}
{{/summary}} diff --git a/partials/volunteer.hbs b/partials/volunteer.hbs index 01dc3eb..c08fe8c 100644 --- a/partials/volunteer.hbs +++ b/partials/volunteer.hbs @@ -4,21 +4,23 @@
{{#each resume.volunteer}}
-
+
{{#summary}}
-
- {{organization}}
- - – - {{#if endDate}}{{else}}Present{{/if}} - -
- {{#position}}
- {{.}}
- {{/position}}
- {{#url}}
- {{.}}
- {{/url}}
-
+
+
+ {{organization}}
+ + – + {{#if endDate}}{{else}}Present{{/if}} + +
+ {{#position}}
+ {{.}}
+ {{/position}}
+ {{#url}}
+ {{.}}
+ {{/url}}
+
+ {{.}}
{{/summary}} diff --git a/partials/work.hbs b/partials/work.hbs index c2d9add..cd54d21 100644 --- a/partials/work.hbs +++ b/partials/work.hbs @@ -4,21 +4,23 @@
{{#each resume.work}}
-
+
{{#summary}}
+
@@ -277,17 +274,19 @@ section {
-
+
-
- {{name}}
- - – - {{#if endDate}}{{else}}Present{{/if}} - -
- {{#position}}
- {{.}}
- {{/position}}
- {{#url}}
- {{.}}
- {{/url}}
-
+
+
+ {{name}}
+ + – + {{#if endDate}}{{else}}Present{{/if}} + +
+ {{#position}}
+ {{.}}
+ {{/position}}
+ {{#url}}
+ {{.}}
+ {{/url}}
+
+ {{.}}
{{/summary}} diff --git a/style.css b/style.css index f2dbbe6..dfc1057 100644 --- a/style.css +++ b/style.css @@ -116,14 +116,6 @@ h6 { font-size: var(--scale0); } -p:not(:first-child) { - margin-top: 1em; -} - -p:not(:last-child) { - margin-bottom: 1em; -} - blockquote { border-left: 0.2em solid var(--mutedColor); padding-left: 1em; @@ -138,7 +130,7 @@ cite::before { content: '— '; } -header { +.masthead { background: var(--mutedColor); display: inherit; gap: inherit; @@ -148,11 +140,16 @@ header { row-gap: 0; } -header > *, +.masthead > *, section { grid-column: main; } +article > * + *, +blockquote > * + * { + margin-top: 0.6em; +} + .stack { display: grid; gap: 1.5em; @@ -200,7 +197,7 @@ section { margin-bottom: inherit; } - header > *, + .masthead > *, section { grid-column: content; } diff --git a/tap-snapshots/test-render.js-TAP.test.js b/tap-snapshots/test-render.js-TAP.test.js index ef16698..06b1546 100644 --- a/tap-snapshots/test-render.js-TAP.test.js +++ b/tap-snapshots/test-render.js-TAP.test.js @@ -132,14 +132,6 @@ h6 { font-size: var(--scale0); } -p:not(:first-child) { - margin-top: 1em; -} - -p:not(:last-child) { - margin-bottom: 1em; -} - blockquote { border-left: 0.2em solid var(--mutedColor); padding-left: 1em; @@ -154,7 +146,7 @@ cite::before { content: '— '; } -header { +.masthead { background: var(--mutedColor); display: inherit; gap: inherit; @@ -164,11 +156,16 @@ header { row-gap: 0; } -header > *, +.masthead > *, section { grid-column: main; } +article > * + *, +blockquote > * + * { + margin-top: 0.6em; +} + .stack { display: grid; gap: 1.5em; @@ -216,7 +213,7 @@ section { margin-bottom: inherit; } - header > *, + .masthead > *, section { grid-column: content; } @@ -232,7 +229,7 @@ section { -Richard Hendriks
Programmer
Work
-
- Pied Piper
- - – - - -
- CEO/President
- http://piedpiper.example.com
-
+
+
+ Pied Piper
+ + – + + +
+ CEO/President
+ http://piedpiper.example.com
+
+ Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.
Highlights
-
@@ -302,17 +301,19 @@ section {
Volunteer
-
- CoderDojo
- - – - - -
- Teacher
- http://coderdojo.example.com/
-
+
+
+ CoderDojo
+ + – + + +
+ Teacher
+ http://coderdojo.example.com/
+
+ Global movement of free coding clubs for young people.
Highlights
-
@@ -325,17 +326,19 @@ section {
Education
-
- University of Oklahoma
- - – - - -
- Information Technology
- https://www.ou.edu/
-
+
+
+ University of Oklahoma
+ + – + + +
+ Information Technology
+ https://www.ou.edu/
+
+ Bachelor
Courses
-
@@ -349,20 +352,22 @@ section {
Projects
-
- Miss Direction
- - – - - -
-
- Team lead, Designer
- at Smoogle
-
- missdirection.example.com
-
+
+
+ Miss Direction
+ + – + + +
+
+ Team lead, Designer
+ at Smoogle
+
+ missdirection.example.com
+
+ A mapping engine that misguides you
Highlights
-
@@ -377,15 +382,17 @@ section {
Awards
-
- Digital Compression Pioneer Award
- -
-
+
- Awarded by Techcrunch
-
-
+
+ Digital Compression Pioneer Award
+ +
+
+
+ Awarded by Techcrunch
+
+ There is no spoon.
Publications
-
- Video compression for 3d media
- -
-
- Published by Hooli
-
- http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)
-
+
+
+ Video compression for 3d media
+ +
+
+ Published by Hooli
+
+ http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)
+
+ Innovative middle-out compression algorithm that changes the way we store data.