Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1138 from 0xProject/feature/add-steves-github
Browse files Browse the repository at this point in the history
[website] Add Steve's github
  • Loading branch information
Steve Klebanoff authored Oct 17, 2018
2 parents 72f5719 + f8edef6 commit 35b001b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/website/ts/pages/about/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,10 @@ const teamRow9: ProfileInfo[] = [
{
name: 'Steve Klebanoff',
title: 'Senior Engineer',
description: ` Full-stack engineer. Previously Staff Software Engineer at Appfolio. Computer Science & Cognitive Psychology at Northeastern University.`,
description: ` Full-stack engineer. Previously Staff Software Engineer at AppFolio. Computer Science & Cognitive Psychology at Northeastern University.`,
image: 'images/team/steve.png',
linkedIn: 'https://www.linkedin.com/in/steveklebanoff/',
github: 'https://github.com/steveklebanoff',
},
];

Expand Down

0 comments on commit 35b001b

Please sign in to comment.