mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update data.js with Karol Sobolewski /uses
This commit is contained in:
parent
7693ca4369
commit
a75836af07
1 changed files with 28 additions and 0 deletions
28
src/data.js
28
src/data.js
|
|
@ -1,6 +1,34 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Karol Sobolewski',
|
||||||
|
description:
|
||||||
|
'Hello there, Iam the bald one. A junior full-stack developper.',
|
||||||
|
url: 'http://www.sobolewski.tk/#uses',
|
||||||
|
twitter: '@K_J_Sobolewski',
|
||||||
|
emoji: '👨🦲',
|
||||||
|
country: 'PL',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
'Node.js',
|
||||||
|
'CSS',
|
||||||
|
'Sass',
|
||||||
|
'MongoDB',
|
||||||
|
'Redux',
|
||||||
|
'REST',
|
||||||
|
'Figma',
|
||||||
|
'Illustrator',
|
||||||
|
'Photoshop',
|
||||||
|
'Wordpress',
|
||||||
|
'Remote',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Vadim Smirnov',
|
name: 'Vadim Smirnov',
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue