diff --git a/app.js b/app.js index 39e8730450..fea606ba01 100644 --- a/app.js +++ b/app.js @@ -215,6 +215,7 @@ app.get( resourcesController.pairProgramWithTeamViewer ); app.get('/learn-to-code', resourcesController.about); +app.get('/about', resourcesController.about); app.get('/login', userController.getLogin); app.post('/login', userController.postLogin); app.get('/logout', userController.logout); diff --git a/views/partials/about.jade b/views/partials/about.jade index 6dc72bd9af..02b200bd2c 100644 --- a/views/partials/about.jade +++ b/views/partials/about.jade @@ -310,4 +310,17 @@ h4.negative-10.text-nowrap Community Builder img.profile-image(src='https://s3.amazonaws.com/freecodecamp/dominic-jones.jpg' alt="Dominic Jones's picture") h4.text-nowrap York, Pennsylvania - p.negative-10 "Born with Sickle Cell Anemia. Professional writer, working on becoming a professional code writer." \ No newline at end of file + p.negative-10 "Born with Sickle Cell Anemia. Professional writer, working on becoming a professional code writer." + + .col-xs-12.col-sm-4.col-md-3.team-member + h3.negative-10.text-nowrap James McShane + h4.negative-10.text-nowrap JavaScript Engineer + img.profile-image(src='https://s3.amazonaws.com/freecodecamp/james-mcshane.jpg' alt="James McShane's picture") + h4.text-nowrap Minneapolis, Minnesota + p.negative-10 "I just bought our first house, ending a 10 year streak of moving each year. I've used code to solve problems since I was a child." + .col-xs-12.col-sm-4.col-md-3.team-member + h3.negative-10.text-nowrap Ellie Adam + h4.negative-10.text-nowrap Visual Designer + img.profile-image(src='https://s3.amazonaws.com/freecodecamp/ellie-adam.jpg' alt="Eliie Adam's picture") + h4.text-nowrap Seattle, Washington + p.negative-10 "I photograph birds and flowers. I'm a designer who recently decided to learn coding and front end web developement." \ No newline at end of file