Merge pull request #1128 from 0xProject/feature/add-steve-to-team
[website] add Steve to team page
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								packages/website/public/images/team/steve.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packages/website/public/images/team/steve.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 48 KiB  | 
@@ -240,6 +240,16 @@ const teamRow8: ProfileInfo[] = [
 | 
			
		||||
    },
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
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.`,
 | 
			
		||||
        image: 'images/team/steve.png',
 | 
			
		||||
        linkedIn: 'https://www.linkedin.com/in/steveklebanoff/',
 | 
			
		||||
    },
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
const advisors1: ProfileInfo[] = [
 | 
			
		||||
    {
 | 
			
		||||
        name: 'Fred Ehrsam',
 | 
			
		||||
@@ -348,6 +358,7 @@ export class About extends React.Component<AboutProps, AboutState> {
 | 
			
		||||
                        <div className="clearfix">{this._renderProfiles(teamRow6)}</div>
 | 
			
		||||
                        <div className="clearfix">{this._renderProfiles(teamRow7)}</div>
 | 
			
		||||
                        <div className="clearfix">{this._renderProfiles(teamRow8)}</div>
 | 
			
		||||
                        <div className="clearfix">{this._renderProfiles(teamRow9)}</div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div className="pt3 pb2">
 | 
			
		||||
                        <div
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user