mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
reintroduct Troy Forster (site is up and responds)
This commit is contained in:
parent
116fe6445d
commit
f7173a097e
1 changed files with 23 additions and 24 deletions
47
src/data.js
47
src/data.js
|
|
@ -1706,6 +1706,29 @@ const pages = [
|
||||||
phone: 'iphone',
|
phone: 'iphone',
|
||||||
tags: ['Think', 'Apply'],
|
tags: ['Think', 'Apply'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Troy Forster',
|
||||||
|
description: 'Consulting Technology Director and CTO for Hire',
|
||||||
|
url: 'https://tforster.com/uses',
|
||||||
|
twitter: '@tforster',
|
||||||
|
emoji: '',
|
||||||
|
country: '🇨🇦',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Engineer',
|
||||||
|
'Back End',
|
||||||
|
'Front End',
|
||||||
|
'Consultant',
|
||||||
|
'Entrepreneur',
|
||||||
|
'JavaScript',
|
||||||
|
'C#',
|
||||||
|
'PHP',
|
||||||
|
'Serverless',
|
||||||
|
'SOA',
|
||||||
|
'Enterprise',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Elliot Bonneville',
|
name: 'Elliot Bonneville',
|
||||||
description:
|
description:
|
||||||
|
|
@ -1965,30 +1988,6 @@ const pages = [
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
// Times out
|
|
||||||
// {
|
|
||||||
// name: 'Troy Forster',
|
|
||||||
// description: 'Consulting Technology Director and CTO for Hire',
|
|
||||||
// url: 'https://tforster.com/uses',
|
|
||||||
// twitter: '@tforster',
|
|
||||||
// emoji: '',
|
|
||||||
// country: '🇨🇦',
|
|
||||||
// computer: 'windows',
|
|
||||||
// phone: 'android',
|
|
||||||
// tags: [
|
|
||||||
// 'Engineer',
|
|
||||||
// 'Back End',
|
|
||||||
// 'Front End',
|
|
||||||
// 'Consultant',
|
|
||||||
// 'Entrepreneur',
|
|
||||||
// 'JavaScript',
|
|
||||||
// 'C#',
|
|
||||||
// 'PHP',
|
|
||||||
// 'Serverless',
|
|
||||||
// 'SOA',
|
|
||||||
// 'Enterprise',
|
|
||||||
// ],
|
|
||||||
// },
|
|
||||||
|
|
||||||
// No /uses page (404)
|
// No /uses page (404)
|
||||||
// {
|
// {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue