mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Revert "reintroduct Troy Forster (site is up and responds)"
This reverts commit f7173a097e.
This commit is contained in:
parent
1df5931b5a
commit
15fd5121e2
1 changed files with 24 additions and 23 deletions
47
src/data.js
47
src/data.js
|
|
@ -1706,29 +1706,6 @@ 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:
|
||||||
|
|
@ -1988,6 +1965,30 @@ 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