Add Junaid Qadir

This commit is contained in:
Junaid Qadir 2020-01-11 13:00:48 +05:00 committed by GitHub
parent 93b8ad6856
commit 2fc52ef0e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,29 +1,14 @@
// Add yourself. Insert an object at any point - it doesn't matter if you go before someone else as results are randomized.
// please remove the comments before You PR
const pages = [
{
// Your name
name: 'Wes Bos',
// Short description
description:
'Maker of this site. Web Developer, Tutorial Maker, Syntax.fm Podcaster, BBQ Lover',
// URL to your /uses page
url: 'https://wesbos.com/uses',
twitter: '@wesbos',
// An emoji that describes you
emoji: '🔥',
// emoji of your country's flag
country: '🇨🇦',
// ONE of: apple, windows or linux
computer: 'apple',
// iphone or android
phone: 'iphone',
// Tags - You can add your own, but please keep it to one word. "Social vape entrepreneur influencer denver" isn't a tag.
// Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack,
// Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker,
// Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript, React, Vue, Node
tags: [
'Developer',
'Full Stack',
@ -2064,6 +2049,27 @@ const pages = [
'YouTuber',
],
},
{
name: 'Junaid Qadir',
description:'A Full Stack #Laravel Developer',
url: 'https://junaidqadir.com/uses',
twitter: '@junaidqadirb',
emoji: '⌨',
country: '🇨🇦',
computer: 'linux',
phone: 'android',
tags: [
'Blogger',
'Developer',
'Full Stack',
'Laravel',
'PHP',
'JavaScript',
'VueJS',
'React',
'CSS',
],
},
];
export default pages;