diff --git a/resume.handlebars b/resume.handlebars index 4a0b4fe..ff0135d 100644 --- a/resume.handlebars +++ b/resume.handlebars @@ -46,6 +46,7 @@

Contact

+
{{#if url}}
Website @@ -70,6 +71,7 @@
{{/if}}
+
{{#if summary}}

About

@@ -77,7 +79,7 @@
{{/if}} {{#if profiles.length}} -
+
{{#each profiles}}
{{#if network}} @@ -122,6 +124,7 @@ {{/if}} +
{{#if position}}
{{position}} @@ -148,6 +151,7 @@ {{website}}
{{/if}} +
{{#if summary}}
@@ -177,6 +181,7 @@ {{/if}} +
{{#if position}}
{{position}} @@ -203,6 +208,7 @@ {{website}}
{{/if}} +
{{#if summary}}
@@ -227,6 +233,7 @@ {{#each resume.education}}
+
{{#if institution}}
{{institution}} @@ -249,6 +256,7 @@ {{url}}
{{/if}} +
{{#if qualification}}
diff --git a/style.css b/style.css index 44d2afe..a0d2923 100644 --- a/style.css +++ b/style.css @@ -92,38 +92,34 @@ header h2 { border-bottom: 1px #E2E2E2 solid; } #basics h3 { - margin-top: 1.5em; margin-bottom: 10px; } -#basics .contact strong { - line-height: 1.3; - float: left; - width: 80px; -} .contact h3 { padding-bottom: 10px; } +.split { + display: flex; + flex-wrap: wrap; +} + +.split strong { + margin-right: 2em; +} + .website, .email, .phone { margin-bottom: 10px; - float: left; width: 50%; } -.summary { - padding-top: 5px; - clear: both; -} - #profiles { overflow: hidden; } #profiles .item { - float: left; width: 50%; } @@ -138,7 +134,6 @@ header h2 { .study_date, .qualification { margin-bottom: 10px; - float: left; width: 30%; } @@ -183,7 +178,6 @@ header h2 { #languages .item, #interests .item, #skills .item { - float: left; width: 50%; }