diff --git a/src/data.js b/src/data.js index 6e1ec1f8..eb99a909 100644 --- a/src/data.js +++ b/src/data.js @@ -1048,6 +1048,25 @@ const pages = [ 'Docker', ], }, + { + name: 'Mike Williamson', + description: + 'Into IoT, BLE, node.js, Android and iOS native apps', + url: 'http://dikuw.com/', + twitter: '@dikuw', + emoji: 'πŸ’»', + country: 'πŸ‡ΊπŸ‡Έ', + computer: 'windows', + phone: 'iphone', + tags: [ + 'Developer', + 'Full Stack', + 'Entrepreneur', + 'JavaScript', + 'Node', + 'CSS', + ], + }, ]; export default pages;