aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/social-media.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/social-media.ts')
-rw-r--r--src/config/social-media.ts22
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',
+ },
+];