mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
terry
This commit is contained in:
parent
eb1e3dc0bd
commit
16729ea180
1 changed files with 23 additions and 5 deletions
28
src/data.js
28
src/data.js
|
|
@ -769,7 +769,7 @@ const pages = [
|
||||||
{
|
{
|
||||||
name: 'Terry Godier',
|
name: 'Terry Godier',
|
||||||
description: 'A developer and marketer of fine internet products.',
|
description: 'A developer and marketer of fine internet products.',
|
||||||
url: 'https://laracasts.com/blog/laracasts-uses',
|
url: 'https://terrygodier.com/uses',
|
||||||
twitter: '@terrygodier',
|
twitter: '@terrygodier',
|
||||||
emoji: '🇺🇸',
|
emoji: '🇺🇸',
|
||||||
country: '🇺🇸',
|
country: '🇺🇸',
|
||||||
|
|
@ -822,7 +822,16 @@ const pages = [
|
||||||
country: '🇬🇧',
|
country: '🇬🇧',
|
||||||
computer: 'apple',
|
computer: 'apple',
|
||||||
phone: 'iphone',
|
phone: 'iphone',
|
||||||
tags: ['Developer', 'Back End', 'PHP', 'Blogger', 'Full Stack', 'Podcaster', 'Vue', 'JavaScript'],
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Back End',
|
||||||
|
'PHP',
|
||||||
|
'Blogger',
|
||||||
|
'Full Stack',
|
||||||
|
'Podcaster',
|
||||||
|
'Vue',
|
||||||
|
'JavaScript',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Douglas Andreani',
|
name: 'Douglas Andreani',
|
||||||
|
|
@ -857,20 +866,29 @@ const pages = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Richard Palacios G.',
|
name: 'Richard Palacios G.',
|
||||||
description: 'Web Developer, passionate apprentice, Community co-organizer [Javascript Ecuador](https://t.me/javascriptecuador) ',
|
description:
|
||||||
|
'Web Developer, passionate apprentice, Community co-organizer [Javascript Ecuador](https://t.me/javascriptecuador) ',
|
||||||
url: 'https://www.richardpalaciosg.dev/uses',
|
url: 'https://www.richardpalaciosg.dev/uses',
|
||||||
twitter: '@rpalaciosg_',
|
twitter: '@rpalaciosg_',
|
||||||
emoji: '⚡',
|
emoji: '⚡',
|
||||||
country: '🇪🇨',
|
country: '🇪🇨',
|
||||||
computer: 'linux',
|
computer: 'linux',
|
||||||
phone: 'android',
|
phone: 'android',
|
||||||
tags: ['Developer', 'Javascript','FrontEnd','BackEnd','Community','Node','React'],
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Javascript',
|
||||||
|
'FrontEnd',
|
||||||
|
'BackEnd',
|
||||||
|
'Community',
|
||||||
|
'Node',
|
||||||
|
'React',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Mike Barkmin',
|
name: 'Mike Barkmin',
|
||||||
// Short description
|
// Short description
|
||||||
description:
|
description:
|
||||||
'I\'m a passionate developer and researcher at the University of Duisburg-Essen at the chair of Computer Science Education.',
|
"I'm a passionate developer and researcher at the University of Duisburg-Essen at the chair of Computer Science Education.",
|
||||||
// URL to your /uses page
|
// URL to your /uses page
|
||||||
url: 'https://www.barkmin.eu/uses/',
|
url: 'https://www.barkmin.eu/uses/',
|
||||||
twitter: '@mikebarkmin',
|
twitter: '@mikebarkmin',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue