diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/social-media.ts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/config/social-media.ts b/src/config/social-media.ts new file mode 100644 index 0000000..a2bb2ed --- /dev/null +++ b/src/config/social-media.ts @@ -0,0 +1,22 @@ +export const socialWebsites = [ + { + id: 'github', + name: 'Github', + url: 'https://github.com/ArmandPhilippot', + }, + { + id: 'gitlab', + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot', + }, + { + id: 'linkedin', + name: 'LinkedIn', + url: 'https://www.linkedin.com/in/armandphilippot', + }, + { + id: 'twitter', + name: 'Twitter', + url: 'https://twitter.com/ArmandPhilippot', + }, +]; |
