diff --git a/src/data.js b/src/data.js index f6339086..ee050ecb 100644 --- a/src/data.js +++ b/src/data.js @@ -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;