Skip to content

Commit

Permalink
update cv data
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmiglio committed Jun 5, 2024
1 parent 00d2a14 commit e264439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 117 deletions.
10 changes: 6 additions & 4 deletions src/data/resume-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ export const RESUME_DATA = {
skills: [
'JavaScript',
'TypeScript',
'React/Next.js',
'Node.js',
'React',
'Next.js',
'Vue.js',
'Python',
'C# .NET',
'SQL',
Expand Down Expand Up @@ -85,16 +87,16 @@ export const RESUME_DATA = {
{
title: 'pymemuc',
techStack: ['Open Source', 'Python', 'API'],
description: 'A Python API for MEmu Android Emulator ',
description: 'A Python API for MEmu Android Emulator',
link: {
label: 'pymemuc on GitHub',
href: 'https://github.com/pyclashbot/pymemuc'
}
},
{
title: 'martinmiglio.dev',
techStack: ['Side Project', 'Next.js'],
description: 'My personal website. Built with Next.js and TypeScript',
techStack: ['Side Project', 'Vue.js', 'AWS'],
description: 'My personal website. Built with Vue.js and TypeScript hosted on AWS',
link: {
label: 'martinmiglio.dev',
href: 'https://martinmiglio.dev/'
Expand Down
113 changes: 0 additions & 113 deletions src/data/resume-data.tsx

This file was deleted.

0 comments on commit e264439

Please sign in to comment.