Add Ben Congdon

This commit is contained in:
Ben Congdon 2020-01-10 18:36:18 -08:00 committed by GitHub
parent 93b8ad6856
commit fe4f65bfe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2064,6 +2064,26 @@ const pages = [
'YouTuber',
],
},
{
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;