mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Junaid Qadir
This commit is contained in:
parent
93b8ad6856
commit
2fc52ef0e3
1 changed files with 21 additions and 15 deletions
36
src/data.js
36
src/data.js
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue