Merge pull request #308 from bcongdon/patch-1

Add Ben Congdon
This commit is contained in:
Hugo 2020-01-13 17:29:47 +00:00 committed by GitHub
commit bfb04e8319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2199,6 +2199,26 @@ const pages = [
'CSS',
]
},
{
name: 'Ben Congdon',
description: 'Golang, Python, Rust. Runs in the Cloud.',
url: 'https://benjamincongdon.me/uses',
twitter: '@BenRCongdon',
emoji: '🤷‍♂️',
country: '🇺🇸',
computer: 'apple',
phone: 'iphone',
tags: [
'Developer',
'Engineer',
'Go',
'Rust',
'Serverless',
'Python',
'JavaScript',
'React',
],
},
];
export default pages;