diff --git a/cli/export-pdf-resume.mjs b/cli/export-pdf-resume.mjs index d3b5b0c..7bbf84f 100644 --- a/cli/export-pdf-resume.mjs +++ b/cli/export-pdf-resume.mjs @@ -43,7 +43,7 @@ async function exportResumeAsPdf(task) { format: 'A4', path: targetPdfPath, displayHeaderFooter: true, - margin: { top: '12mm', right: 0, bottom: '12mm', left: 0 }, + margin: { top: '8mm', right: 0, bottom: '12mm', left: 0 }, pageRanges: '1-1', headerTemplate: ' ', // <--- empty spaces are needed! ¯\_(ツ)_/¯ footerTemplate: ` diff --git a/public/vitor-mello-resume.pdf b/public/vitor-mello-resume.pdf index fcf2824..d311714 100644 Binary files a/public/vitor-mello-resume.pdf and b/public/vitor-mello-resume.pdf differ diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 74e6760..2ebfbdb 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,7 +7,7 @@ import { Sprite } from 'astro-icon'; >
Loosely designed in Figma and coded in Visual Studio Code by yours truly. Built with Astro (why?) and Tailwind CSS, deployed with Vercel. diff --git a/src/components/ResumePageA4.astro b/src/components/ResumePageA4.astro index 8926fc5..1fce648 100644 --- a/src/components/ResumePageA4.astro +++ b/src/components/ResumePageA4.astro @@ -12,7 +12,7 @@ const { resume } = Astro.props;
- +
@@ -21,7 +21,7 @@ const { resume } = Astro.props;
-
    +
      { resume.links.map((link) => (
    • @@ -170,7 +170,7 @@ const { resume } = Astro.props; .header { flex-grow: 0; align-items: center; - margin-bottom: 8mm; + margin-bottom: 5mm; } .row { diff --git a/src/content/resume.yml b/src/content/resume.yml index d14ad49..07627d6 100644 --- a/src/content/resume.yml +++ b/src/content/resume.yml @@ -9,7 +9,8 @@ summary: - Currently I focus more on the frontend side, with strong skills in Typescript, React (Redux and Sagas), Node (NestJS & Next.js) and GraphQL. - - "Fun fact: I coded my first website (about Dragon Ball Z) when I was a 14 years old." + - "Outside work, I love snowboarding, running, video games and teaching my dog new tricks. + Fun fact: I coded my first website (about Dragon Ball Z) when I was a 14 years old." links: - name: vitor@vmello.com @@ -58,10 +59,10 @@ work: date: Nov 2019 - Jan 2021 summary: > Reimplemented the existing blog in Next.js, making the static export time 10x faster - • Migrated the ecommerce customer authentication to external Auth0 platform • Implemented a one-page checkout, greatly increasing the conversion rate and UX - • Greatly increased dev workflows with automated pipelines • Technical interviews for Backend and Frontend roles + • Migrated the ecommerce customer authentication to external Auth0 platform + • Greatly increased dev workflows with automated pipelines • Driving squad initiatives and technical roadmap planning • Mentoring and guiding on best practices and design patterns tags: > @@ -88,7 +89,7 @@ work: date: Feb 2016 - October 2019 summary: > Reimplemented the search results page and search form with React, Redux and Sagas - • Greatly reduced time to first paint, reducing repaints and rerenders, chunk splitting, suspense + • Greatly reduced time to first byte, reducing repaints and rerenders, chunk splitting, suspense • Greatly accelerated testing of edge cases by creating tool to create complex mocks easily • Created an internal payment framework in PHP to speed up integration of 3rd-party payment APIs tags: >