Skip to content

Commit

Permalink
chore(content/about): automatic calculate age
Browse files Browse the repository at this point in the history
resolve #718
  • Loading branch information
mateusfg7 committed Dec 18, 2023
1 parent cf94ea5 commit f4720eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/about-me.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
My name is **Mateus Felipe Gonçalves**, I'm 20 years old and I live in Pará de Minas - MG, Brazil.
export const age = Math.floor((new Date() - new Date('08/22/2002'))/1000/60/60/24/30/12);

My name is **Mateus Felipe Gonçalves**, I'm {age} years old and I live in Pará de Minas - MG, Brazil.

**Self-taught** full-stack. I have knowledge in [ReactJS](https://react.dev/) and [NextJS](https://nextjs.org/) on the Front-end, [Nest.js](https://nestjs.com/) and [Express.js](https://expressjs.com) on the Back-end, and [React-native](https://reactnative.dev/)/[Expo](https://expo.dev/) on Mobile with a focus on Android. My main stack is around [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript), primarily [Typescript](https://www.typescriptlang.org/).

Expand Down

1 comment on commit f4720eb

@vercel
Copy link

@vercel vercel bot commented on f4720eb Dec 18, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.