mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
add mohamed benhida
This commit is contained in:
parent
04d42f5178
commit
958328660d
1 changed files with 32 additions and 0 deletions
32
data.js
32
data.js
|
|
@ -267,6 +267,38 @@ const pages = [
|
|||
'JavaScript',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Mohamed Benhida',
|
||||
// Short description
|
||||
description: 'Web Developer, Open source contributor.',
|
||||
// URL to your /uses page
|
||||
url: 'http://mohamedbenhida.com/uses',
|
||||
twitter: '@simo_benhida',
|
||||
// An emoji that describes you
|
||||
emoji: '🔥',
|
||||
// emoji of your country's flag
|
||||
country: '🇲🇦',
|
||||
// apple, windows or linux
|
||||
computer: 'apple',
|
||||
// iphone or android
|
||||
phone: 'iphone',
|
||||
// Tags
|
||||
// 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...
|
||||
tags: [
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
'Entrepreneur',
|
||||
'Teacher',
|
||||
'Back End',
|
||||
'Laravel',
|
||||
'Vuejs',
|
||||
'Tailwindcss',
|
||||
'PHP',
|
||||
'JavaScript',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue