From 22a6bed7b36ff9260a18fdfa00703b23c9acef23 Mon Sep 17 00:00:00 2001 From: Amir R Muntasser Date: Wed, 8 Jan 2020 22:50:02 -0700 Subject: [PATCH] Added Amir R Muntasser --- src/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data.js b/src/data.js index c68654b1..96e4f750 100644 --- a/src/data.js +++ b/src/data.js @@ -571,6 +571,27 @@ const pages = [ 'Crystal', ], }, + { + name: 'Amir R Muntasser', + description: + 'Web Developer, #vuenicorn wizard, Oxfordcomma enthusiast, and inventor of the ol\' razzle dazzle.', + url: 'https://arkm.xyz/uses/', + twitter: '@arkmuntasser', + emoji: '⚡️', + country: '🇺🇸', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Front End', + 'JavaScript', + 'CSS', + 'HTML', + 'a11y', + 'Vue', + 'React', + 'Developer', + ], + }, ]; export default pages;