From 6557f9b07b652d96145b248a5be3c4ea8a01f590 Mon Sep 17 00:00:00 2001 From: David Leuliette Date: Mon, 13 Jan 2020 09:06:32 +0100 Subject: [PATCH] Add my use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks for this cool website ❤️ --- src/data.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..81b76a19 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,29 @@ const pages = [ 'YouTuber', ], }, + { + name: 'David Leuliette', + description: 'Freelance React Native developer and bootcamp instructor specializing in cross-platform application.', + url: 'https://davidl.fr/uses', + twitter: '@flexbox_', + emoji: '⚡', + country: '🇫🇷', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Engineer', + 'Designer', + 'Front End', + 'Entrepreneur', + 'Teacher', + 'Speaker', + 'JavaScript', + 'TypeScript', + 'React', + 'CSS', + 'GraphQL', + ], + } ]; export default pages;