add new counselors and add legacy route for about path
This commit is contained in:
1
app.js
1
app.js
@ -215,6 +215,7 @@ app.get(
|
|||||||
resourcesController.pairProgramWithTeamViewer
|
resourcesController.pairProgramWithTeamViewer
|
||||||
);
|
);
|
||||||
app.get('/learn-to-code', resourcesController.about);
|
app.get('/learn-to-code', resourcesController.about);
|
||||||
|
app.get('/about', resourcesController.about);
|
||||||
app.get('/login', userController.getLogin);
|
app.get('/login', userController.getLogin);
|
||||||
app.post('/login', userController.postLogin);
|
app.post('/login', userController.postLogin);
|
||||||
app.get('/logout', userController.logout);
|
app.get('/logout', userController.logout);
|
||||||
|
@ -310,4 +310,17 @@
|
|||||||
h4.negative-10.text-nowrap Community Builder
|
h4.negative-10.text-nowrap Community Builder
|
||||||
img.profile-image(src='https://s3.amazonaws.com/freecodecamp/dominic-jones.jpg' alt="Dominic Jones's picture")
|
img.profile-image(src='https://s3.amazonaws.com/freecodecamp/dominic-jones.jpg' alt="Dominic Jones's picture")
|
||||||
h4.text-nowrap York, Pennsylvania
|
h4.text-nowrap York, Pennsylvania
|
||||||
p.negative-10 "Born with Sickle Cell Anemia. Professional writer, working on becoming a professional code writer."
|
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."
|
Reference in New Issue
Block a user