Skip to content

Commit

Permalink
Update Experience.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
iamabhijeet2003 committed Jul 6, 2024
1 parent 98748d1 commit 95e7678
Showing 1 changed file with 62 additions and 4 deletions.
66 changes: 62 additions & 4 deletions src/components/commands/Experience.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,73 @@ import { Icon } from '@iconify/vue'
const educations = [
{
name: 'placeholder',
description: 'placeholder',
name: 'Self-employed',
description: 'Ca Pablo | June 2022 - Present',
stacks: [
{
name: 'stack1',
icon: 'uil:server-network'
name: '',
icon: 'material-symbols-light:store'
},
]
},
{
name: 'Web Developer',
description: 'Gesdata Consulting | March 2024 - June 2024',
stacks: [
{
name: 'PHP',
icon: 'logos:php'
},
{
name: 'MySQL',
icon: 'logos:mysql'
},
{
name: 'Javascript',
icon: 'openmoji:javascript'
},
{
name: 'MAMP',
icon: 'simple-icons:mamp'
},
{
name: 'Bootstrap',
icon: 'devicon:bootstrap'
}
]
},
{
name: 'Self-employed',
description: 'Restaurante Mar de Tapas | November 2023 - March 2024',
stacks: [
{
name: '',
icon: 'material-symbols-light:store'
},
]
},
{
name: 'Owner | Self-employed',
description: 'Online Store | September 2022 - September 2023',
stacks: [
{
name: 'Shopify',
icon: 'logos:shopify'
},
{
name: 'Marketing',
icon: 'hugeicons:marketing'
},
{
name: 'Facebook Ads',
icon: 'ic:baseline-facebook'
},
{
name: 'TikTok Ads',
icon: 'ic:baseline-tiktok'
}
]
},
]
</script>

Expand Down

0 comments on commit 95e7678

Please sign in to comment.