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}
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}
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}
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}
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}
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}
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}
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}