update landing page with we are Free Code Camp content including masonry for twitter embeds

This commit is contained in:
Michael Q Larson
2014-12-09 22:30:18 -08:00
parent 3cde84bc19
commit 6b7ca4fe70
7 changed files with 710 additions and 122 deletions

View File

@ -21,6 +21,18 @@ exports.jqueryExercises = function(req, res) {
});
}
exports.programmerInterviewQuestionsApp = function(req, res) {
res.render('programmer-interview-questions-app', {
title: 'programmer-interview-questions-app'
});
}
exports.textBasedAdventureTutorial = function(req, res) {
res.render('text-based-adventure-tutorial-app', {
title: 'text-based-adventure-tutorial-app'
});
}
exports.about = function(req, res) {
res.render('about', {
title: 'Who We Are'