mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
people
This commit is contained in:
parent
d606d107d8
commit
69f13e1ab8
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -1688,6 +1688,27 @@ const pages = [
|
|||
'DevOps',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Kaleigh Scruggs',
|
||||
description:
|
||||
'Front-End Web Developer, stand-up comedian, loves Brazilian jiu-jitsu, tea, and being a helicopter dog mom',
|
||||
url: 'https://kaleighscruggs.com/uses',
|
||||
twitter: '@kaleighscruggs',
|
||||
emoji: '🐞',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Front End',
|
||||
'Blogger',
|
||||
'JavaScript',
|
||||
'React',
|
||||
'WordPress',
|
||||
'CSS',
|
||||
'Full Stack',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue