From 5feda3d8c896b2d96b70fb12b76168732284a4b3 Mon Sep 17 00:00:00 2001 From: NuclearRedeye Date: Wed, 12 Jun 2024 15:05:10 +0100 Subject: [PATCH] refactor: adjust styling for company info --- src/partials/company.hbs | 4 ++-- src/partials/profiles.hbs | 2 +- src/partials/work.hbs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/partials/company.hbs b/src/partials/company.hbs index 9ccd8ee..6ceb116 100644 --- a/src/partials/company.hbs +++ b/src/partials/company.hbs @@ -1,9 +1,9 @@
-
+
{{#if image}} {{/if}} -
+
{{#if name}}

{{#if url}} diff --git a/src/partials/profiles.hbs b/src/partials/profiles.hbs index 72b6a95..cbdc256 100644 --- a/src/partials/profiles.hbs +++ b/src/partials/profiles.hbs @@ -1,7 +1,7 @@ {{#resume.basics}} {{#if profiles}}
-
+
{{#each profiles}} {{#if network}} {{#if username}} diff --git a/src/partials/work.hbs b/src/partials/work.hbs index 5c9e526..1ba3fe5 100644 --- a/src/partials/work.hbs +++ b/src/partials/work.hbs @@ -1,5 +1,5 @@ {{#if resume.work.length}} -
+
{{> section-heading icon="building" value="Work Experience"}} {{#each resume.work}} {{> company}}