Skip to content

Commit

Permalink
more resume improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Dec 3, 2023
1 parent e1285ea commit f8454d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/export-pdf-resume.mjs
Expand Up @@ -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: `
Expand Down
Binary file modified public/vitor-mello-resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Expand Up @@ -7,7 +7,7 @@ import { Sprite } from 'astro-icon';
>
<div class="basis-1/2 text-sm lg:basis-1/3">
Loosely designed in Figma and coded in Visual Studio Code by yours truly. Built with Astro (<a
href="https://github.com/vitormv/vmello-website/#why-astro-and-not-__your_favorite_framework__"
href="https://github.com/vitormv/vmello-website#why-astro-and-not-xyz"
target="_blank"
rel="noreferrer noopener">why?</a
>) and Tailwind CSS, deployed with Vercel.
Expand Down
6 changes: 3 additions & 3 deletions src/components/ResumePageA4.astro
Expand Up @@ -12,7 +12,7 @@ const { resume } = Astro.props;
<article>
<header class={`row header`}>
<div>
<img src="/assets/images/vitor-round-300px.png" width="96" />
<img src="/assets/images/vitor-round-300px.png" width="120" />
</div>

<div>
Expand All @@ -21,7 +21,7 @@ const { resume } = Astro.props;
</div>

<div class="content">
<ul class="contact">
<ul class="contact text-xs">
{
resume.links.map((link) => (
<li>
Expand Down Expand Up @@ -170,7 +170,7 @@ const { resume } = Astro.props;
.header {
flex-grow: 0;
align-items: center;
margin-bottom: 8mm;
margin-bottom: 5mm;
}

.row {
Expand Down
9 changes: 5 additions & 4 deletions src/content/resume.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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: >
Expand All @@ -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: >
Expand Down

1 comment on commit f8454d3

@vercel
Copy link

@vercel vercel bot commented on f8454d3 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vmello.com – ./

vmello.com
vmellocom-git-main-vmello.vercel.app
vmellocom-vmello.vercel.app

Please sign in to comment.