From a38d1a67d95c278bacd12528ccc102d64a301a3f Mon Sep 17 00:00:00 2001 From: omdxp Date: Wed, 28 Sep 2022 18:34:18 +0100 Subject: [PATCH] adding omdxp profile --- public/data/omdxp.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 public/data/omdxp.json diff --git a/public/data/omdxp.json b/public/data/omdxp.json new file mode 100644 index 00000000000..25c9d238b6b --- /dev/null +++ b/public/data/omdxp.json @@ -0,0 +1,38 @@ +{ + "name": "Omar Belghaouti", + "type": "personal", + "bio": "Open Source Enthusiast!", + "avatar": "https://github.com/omdxp.png", + "links": [ + { + "name": "Follow me on GitHub", + "url": "https://github.com/omdxp", + "icon": "github" + }, + { + "name": "Follow me on Twitter", + "url": "https://twitter.com/omdxp", + "icon": "twitter" + }, + { + "name": "Connect with me on LinkedIn", + "url": "https://www.linkedin.com/in/omar-belghaouti/", + "icon": "linkedin" + }, + { + "name": "Contact me via mail", + "url": "mailto:omarbelghaouti@gmail.com", + "icon": "envelope" + } + ], + "milestones": [ + { + "title": "Open Source Maintainer @dzcode-io", + "date": "June 2021", + "icon": "open-source", + "color": "#369", + "description": "Maintaining multiple open-source projects that help in solving problems in the Algerian software market.", + "url": "https://github.com/dzcode-io" + } + ] +} \ No newline at end of file