update emails and refine sponsor view
This commit is contained in:
@ -30,7 +30,6 @@ module.exports = function(app) {
|
||||
router.get('/nonprofits', nonprofits);
|
||||
router.get('/nonprofits-form', nonprofitsForm);
|
||||
router.get('/our-sponsors', sponsors);
|
||||
router.get('/become-a-sponsor', becomeASponsor);
|
||||
router.get('/jobs-form', jobsForm);
|
||||
router.get('/submit-cat-photo', catPhotoSubmit);
|
||||
router.get('/unsubscribe/:email', unsubscribe);
|
||||
@ -245,12 +244,6 @@ module.exports = function(app) {
|
||||
});
|
||||
}
|
||||
|
||||
function becomeASponsor(req, res) {
|
||||
res.render('sponsors/become-a-sponsor', {
|
||||
title: 'The Sponsors who make Free Code Camp Possible'
|
||||
});
|
||||
}
|
||||
|
||||
function nonprofits(req, res) {
|
||||
res.render('resources/nonprofits', {
|
||||
title: 'A guide to our Nonprofit Projects'
|
||||
|
Reference in New Issue
Block a user