Skip to content

Commit

Permalink
Merge pull request #21 from andostronaut/develop
Browse files Browse the repository at this point in the history
feat: update email address on contact data
  • Loading branch information
andostronaut authored Jul 29, 2024
2 parents 1f87176 + 0a3d2c8 commit ef878c6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions data/resume.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Icons } from '@/components/icons'
import { CodeIcon, HomeIcon } from 'lucide-react'

import { Icons } from '@/components/icons'

export const DATA = {
name: 'Ando RAMANAMIHANTA',
initials: 'AR',
Expand All @@ -15,35 +16,31 @@ export const DATA = {
{ href: '#', icon: CodeIcon, label: 'Projects' },
],
contact: {
email: 'me@andostronaut.com',
email: 'hi@andostronaut.com',
tel: '+261329974365',
social: {
GitHub: {
name: 'GitHub',
url: 'https://dub.sh/70tsoUD',
icon: Icons.github,

navbar: true,
},
LinkedIn: {
name: 'LinkedIn',
url: 'https://dub.sh/OLcaELQ',
icon: Icons.linkedin,

navbar: true,
},
X: {
name: 'X',
url: 'https://dub.sh/jF9lEEb',
icon: Icons.x,

navbar: true,
},
email: {
name: 'Send Email',
url: 'mailto:me@andostronaut.com',
url: 'mailto:hi@andostronaut.com',
icon: Icons.email,

navbar: false,
},
},
Expand Down

0 comments on commit ef878c6

Please sign in to comment.