mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update data.js
This commit is contained in:
parent
93b8ad6856
commit
d5f5813cda
1 changed files with 23 additions and 0 deletions
23
src/data.js
23
src/data.js
|
|
@ -2064,6 +2064,29 @@ const pages = [
|
|||
'YouTuber',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Thomas Large",
|
||||
description:
|
||||
"I like to use tech to build awesome things that makes peoples lives better",
|
||||
url: "https://tomlarge.dev/uses",
|
||||
emoji: " 👨💻",
|
||||
country: "🏴",
|
||||
computer: "apple",
|
||||
phone: "iphone",
|
||||
tags: [
|
||||
"Developer",
|
||||
"Full Stack",
|
||||
"Ruby on Rails",
|
||||
"JavaScript",
|
||||
"React",
|
||||
"React Native",
|
||||
"TypeScript",
|
||||
"Wordpress",
|
||||
"DevOps",
|
||||
"Node",
|
||||
"GraphQL"
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue