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 = [
|
const pages = [
|
||||||
{
|
{
|
||||||
// Your name
|
|
||||||
name: 'Wes Bos',
|
name: 'Wes Bos',
|
||||||
// Short description
|
|
||||||
description:
|
description:
|
||||||
'Maker of this site. Web Developer, Tutorial Maker, Syntax.fm Podcaster, BBQ Lover',
|
'Maker of this site. Web Developer, Tutorial Maker, Syntax.fm Podcaster, BBQ Lover',
|
||||||
// URL to your /uses page
|
|
||||||
url: 'https://wesbos.com/uses',
|
url: 'https://wesbos.com/uses',
|
||||||
twitter: '@wesbos',
|
twitter: '@wesbos',
|
||||||
// An emoji that describes you
|
|
||||||
emoji: '🔥',
|
emoji: '🔥',
|
||||||
// emoji of your country's flag
|
|
||||||
country: '🇨🇦',
|
country: '🇨🇦',
|
||||||
// ONE of: apple, windows or linux
|
|
||||||
computer: 'apple',
|
computer: 'apple',
|
||||||
// iphone or android
|
|
||||||
phone: 'iphone',
|
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: [
|
tags: [
|
||||||
'Developer',
|
'Developer',
|
||||||
'Full Stack',
|
'Full Stack',
|
||||||
|
|
@ -2064,6 +2049,27 @@ const pages = [
|
||||||
'YouTuber',
|
'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;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue