Skip to content

Commit

Permalink
fix header and update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Feb 20, 2024
1 parent 34e8d4c commit 1fa91b6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 36 deletions.
Binary file modified public/vitor-mello-resume.pdf
Binary file not shown.
6 changes: 2 additions & 4 deletions src/components/Hero.astro
Expand Up @@ -5,12 +5,10 @@ import { Sprite } from 'astro-icon';
<div class="mx-auto px-10 md:px-24 lg:max-w-screen-xl">
<div class="flex min-h-[calc(100vh-6rem)] max-w-2xl flex-col justify-center py-28">
<p class="pb-2 text-xl text-black">Hi, my name is</p>
<h1
class="py-2 font-display text-[clamp(3rem,8vw,4.5rem)] font-semibold leading-tight text-black"
>
<h1 class="py-2 font-hero text-[clamp(3rem,8vw,4.5rem)] font-semibold leading-tight text-black">
Vitor Mello,
</h1>
<h2 class="py-2 font-display text-[clamp(1.75rem,5vw,3rem)] leading-tight text-gray">
<h2 class="py-2 font-hero text-[clamp(1.75rem,5vw,3rem)] leading-tight text-gray">
I build things for the web.
</h2>
<p class="pt-4 text-xl leading-normal text-gray">
Expand Down
26 changes: 16 additions & 10 deletions src/content/resume.yml
Expand Up @@ -9,8 +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.

- "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."
- '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 All @@ -32,6 +32,17 @@ education:
years: 2005 - 2009

work:
- company: Moss GmbH
logo: choco.jpg
location: Berlin, Germany
duration: ~
positions:
- position: Senior Software Engineer (Frontend)
date: Oct 2023 - Present
summary: ~
tags: >
typescript, react, spa, micro-frontends, graphql, testing-library
- company: Choco
logo: choco.jpg
location: Berlin, Germany
Expand All @@ -40,7 +51,7 @@ work:
- position: Senior Software Engineer (Frontend)
date: Jan 2022 - Jul 2023
summary: >
Greatly increased developer satisfaction with auto-generated apollo mocks for tests
Greatly increased developer productivity with auto-generated apollo mocks for tests
• Promoting best practices in FE development and testing
• Created tool for easily overriding feature flags during development/cypress tests
• Mentoring two junior FE developers
Expand All @@ -53,9 +64,9 @@ work:
location: Berlin, Germany
duration: 2 years 1 month
positions:
- position: Head of Engineering
- position: Engineering Lead (Full-Stack)
date: Feb 2021 - Nov 2021
- position: Senior Software Engineer (Frontend)
- position: Senior Software Engineer (Full-Stack)
date: Nov 2019 - Jan 2021
summary: >
Reimplemented the existing blog in Next.js, making the static export time 10x faster
Expand Down Expand Up @@ -102,11 +113,6 @@ work:
positions:
- position: Senior Software Engineer (PHP)
date: Jun 2013 - Dec 2015
summary: >
Development of new features for the frontend and backend with a focus on scalability and performance
• Running load tests with jMeter and finding bottlenecks and points of improvement in the application
• Integration with external payment gateways around the world
• Integration with external restaurant systems and APIs for seamless order dispatching

skills:
- name: Typescript
Expand Down
22 changes: 0 additions & 22 deletions src/styles/fonts.css

This file was deleted.

12 changes: 12 additions & 0 deletions tailwind.config.mjs
Expand Up @@ -22,6 +22,18 @@ export default {
sans: ['Biotif', 'system-ui'],
serif: ['Bogart', 'Georgia'],
display: ['Bogart', 'serif'],
hero: ['Bogart', 'serif'],
},
fontSize: {
sm: '0.875rem',
base: '1rem',
xl: '1.12rem',
'2xl': '1.5rem',
'3xl': '1.875rem',
},
lineHeight: {
normal: '1.5',
12: '3rem',
},
colors: {
transparent: 'transparent',
Expand Down

0 comments on commit 1fa91b6

Please sign in to comment.