From 1326895e6bee6341687f775f033fc36bffbcb82d Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:01:20 -0800 Subject: [PATCH 1/8] fix: resume entry header items should be top-vertical-aligned, not middle-vertical-aligned --- apps/artboard/src/templates/onyx.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/onyx.tsx b/apps/artboard/src/templates/onyx.tsx index 163661d48..4b34256dc 100644 --- a/apps/artboard/src/templates/onyx.tsx +++ b/apps/artboard/src/templates/onyx.tsx @@ -226,7 +226,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -248,7 +248,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -271,7 +271,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -292,7 +292,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -338,7 +338,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -359,7 +359,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -396,7 +396,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -437,7 +437,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
From 0803ad7e2da2ae7fac517011d65ef3b5ee4ecc6e Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:05:13 -0800 Subject: [PATCH 2/8] Update bronzor.tsx --- apps/artboard/src/templates/bronzor.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/bronzor.tsx b/apps/artboard/src/templates/bronzor.tsx index c9ad5cf80..34b4a4532 100644 --- a/apps/artboard/src/templates/bronzor.tsx +++ b/apps/artboard/src/templates/bronzor.tsx @@ -231,7 +231,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -253,7 +253,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -276,7 +276,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -297,7 +297,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -343,7 +343,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -364,7 +364,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -401,7 +401,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -442,7 +442,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
From 5f1da943b8322fe69aff69d2450d200714f8e4b2 Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:05:16 -0800 Subject: [PATCH 3/8] Update rhyhorn.tsx --- apps/artboard/src/templates/rhyhorn.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/rhyhorn.tsx b/apps/artboard/src/templates/rhyhorn.tsx index 1bf80e261..beaeba279 100644 --- a/apps/artboard/src/templates/rhyhorn.tsx +++ b/apps/artboard/src/templates/rhyhorn.tsx @@ -230,7 +230,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -252,7 +252,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -275,7 +275,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -296,7 +296,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -342,7 +342,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -363,7 +363,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -400,7 +400,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -441,7 +441,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
From d4ca61d751c8f4cc1c5c4627e8d58f8c4a40c9db Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:05:52 -0800 Subject: [PATCH 4/8] Update chikorita.tsx --- apps/artboard/src/templates/chikorita.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/chikorita.tsx b/apps/artboard/src/templates/chikorita.tsx index d760056ed..06b5e7603 100644 --- a/apps/artboard/src/templates/chikorita.tsx +++ b/apps/artboard/src/templates/chikorita.tsx @@ -200,7 +200,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -222,7 +222,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -277,7 +277,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -298,7 +298,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -344,7 +344,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -365,7 +365,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -402,7 +402,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -443,7 +443,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
From 4d5dc3869e56c11cee6dc2f2357b84c651e470d4 Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:07:48 -0800 Subject: [PATCH 5/8] Update ditto.tsx --- apps/artboard/src/templates/ditto.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/ditto.tsx b/apps/artboard/src/templates/ditto.tsx index 2bce65672..3d8dc9bd2 100644 --- a/apps/artboard/src/templates/ditto.tsx +++ b/apps/artboard/src/templates/ditto.tsx @@ -258,7 +258,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -280,7 +280,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -303,7 +303,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -324,7 +324,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -370,7 +370,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -391,7 +391,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -428,7 +428,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -469,7 +469,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
From 2e4c660c97fc82af0fe64b4b7f1b78cfa6c0eaa1 Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:08:23 -0800 Subject: [PATCH 6/8] Update gengar.tsx --- apps/artboard/src/templates/gengar.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index 47e7041c0..a40c78106 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -227,7 +227,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -249,7 +249,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -272,7 +272,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -293,7 +293,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -339,7 +339,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -360,7 +360,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -397,7 +397,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -438,7 +438,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
From d23b35de5e85f91b2a62747f2b13406fbd994baf Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:08:47 -0800 Subject: [PATCH 7/8] Update glalie.tsx --- apps/artboard/src/templates/glalie.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/glalie.tsx b/apps/artboard/src/templates/glalie.tsx index 4e24e0096..e135020d9 100644 --- a/apps/artboard/src/templates/glalie.tsx +++ b/apps/artboard/src/templates/glalie.tsx @@ -205,7 +205,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -227,7 +227,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -282,7 +282,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -303,7 +303,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -349,7 +349,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -370,7 +370,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -407,7 +407,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -448,7 +448,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
From 846050f031c68b02f24b14e2c5b62b24bdea449e Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:10:09 -0800 Subject: [PATCH 8/8] Update pikachu.tsx --- apps/artboard/src/templates/pikachu.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/pikachu.tsx b/apps/artboard/src/templates/pikachu.tsx index 15c911f36..dcc0b919c 100644 --- a/apps/artboard/src/templates/pikachu.tsx +++ b/apps/artboard/src/templates/pikachu.tsx @@ -258,7 +258,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -280,7 +280,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -303,7 +303,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -324,7 +324,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -370,7 +370,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -391,7 +391,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -428,7 +428,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -469,7 +469,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}