From 7dc1b2fc9bc3537188cd70c018ff820b93ef68eb Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 16 Dec 2014 10:45:00 -0800 Subject: [PATCH] update profile page --- views/account/profile.jade | 154 ++++++++++++++++++++++++++----------- 1 file changed, 111 insertions(+), 43 deletions(-) diff --git a/views/account/profile.jade b/views/account/profile.jade index 862668c834..4f883901cb 100644 --- a/views/account/profile.jade +++ b/views/account/profile.jade @@ -42,176 +42,244 @@ block content th Date Finished if cc[0] > 0 tr - td A One-minute Introduction to Free Code Camp + td Learn how Free Code Camp Works td=moment(cc[0], 'X').format("MMM DD, YYYY") if cc[1] > 0 tr - td Enter the Free Code Camp Chat Room + td Join Our Chat Room td=moment(cc[1], 'X').format("MMM DD, YYYY") if cc[2] > 0 tr - td Create a Website and Deploy it to the Internet + td Subscribe to Our Subreddit td=moment(cc[2], 'X').format("MMM DD, YYYY") if cc[3] > 0 tr - td Install Github's Atom Text Editor + td Build a Personal Website td=moment(cc[3], 'X').format("MMM DD, YYYY") if cc[4] > 0 tr - td Modify and Redeploy Your Website + td Build a Responsive Blog Theme td=moment(cc[4], 'X').format("MMM DD, YYYY") if cc[5] > 0 tr - td Add Dynamic Content to your Website + td Build a Small Business Website td=moment(cc[5], 'X').format("MMM DD, YYYY") if cc[6] > 0 tr - td Codecademy's HTML & CSS track + td Tweak HTML and CSS in CodePen td=moment(cc[6], 'X').format("MMM DD, YYYY") if cc[7] > 0 tr - td Experiment with HTML and CSS in CodePen + td Build a CSS Robot td=moment(cc[7], 'X').format("MMM DD, YYYY") if cc[8] > 0 tr - td Codecademy's jQuery track + td Get Started with jQuery td=moment(cc[8], 'X').format("MMM DD, YYYY") if cc[9] > 0 tr - td Code School's Try jQuery + td Traverse the DOM td=moment(cc[9], 'X').format("MMM DD, YYYY") if cc[10] > 0 tr - td Code School's Discover DevTools + td Work with the DOM td=moment(cc[10], 'X').format("MMM DD, YYYY") if cc[11] > 0 tr - td jQuery Exercises + td Listen for DOM Events td=moment(cc[11], 'X').format("MMM DD, YYYY") if cc[12] > 0 tr - td Customize Bootstrap with Bootswatch + td Use jQuery for Styling td=moment(cc[12], 'X').format("MMM DD, YYYY") if cc[13] > 0 tr - td Inject Life with CSS Transformations + td Build a MadLibs Game td=moment(cc[13], 'X').format("MMM DD, YYYY") if cc[14] > 0 tr - td Codecademy's JavaScript track + td Discover Chrome's DevTools td=moment(cc[14], 'X').format("MMM DD, YYYY") if cc[15] > 0 tr - td Stanford's Introduction to Computer Science + td Tackle jQuery Exercises td=moment(cc[15], 'X').format("MMM DD, YYYY") if cc[16] > 0 tr - td Get Help The Hacker Way with RSAP + td Customize Bootstrap td=moment(cc[16], 'X').format("MMM DD, YYYY") if cc[17] > 0 tr - td Learn Regular Expressions + td Inject Animation into CSS td=moment(cc[17], 'X').format("MMM DD, YYYY") if cc[18] > 0 tr - td Start Your First Pair Programming Session + td Learn Basic Computer Science td=moment(cc[18], 'X').format("MMM DD, YYYY") if cc[19] > 0 tr - td Easy Algorithm Scripting Challenges on Coderbyte + td Learn Loops td=moment(cc[19], 'X').format("MMM DD, YYYY") if cc[20] > 0 tr - td Stanford's Relational Databases Mini-course + td Learn Computer Hardware td=moment(cc[20], 'X').format("MMM DD, YYYY") if cc[21] > 0 tr - td Stanford's SQL Mini-course + td Learn Computer Networking td=moment(cc[21], 'X').format("MMM DD, YYYY") if cc[22] > 0 tr - td Stanford's JSON Mini-course + td Learn Boolean Logic td=moment(cc[22], 'X').format("MMM DD, YYYY") if cc[23] > 0 tr - td Medium Algorithm Scripting Challenges on Coderbyte + td Learn Computer Security td=moment(cc[23], 'X').format("MMM DD, YYYY") if cc[24] > 0 tr - td Build an Interview Question Machine + td Build an Adventure Game td=moment(cc[24], 'X').format("MMM DD, YYYY") if cc[25] > 0 tr - td Build a Text-based Adventure + td Build Rock Paper Scissors td=moment(cc[25], 'X').format("MMM DD, YYYY") if cc[26] > 0 tr - td Hard Algorithm Scripting Challenges on Coderbyte + td Learn JavaScript For Loops td=moment(cc[26], 'X').format("MMM DD, YYYY") if cc[27] > 0 tr - td Code School's Try Git + td Learn JavaScript While Loops td=moment(cc[27], 'X').format("MMM DD, YYYY") if cc[28] > 0 tr - td Install Node.js + td Learn Control Flow td=moment(cc[28], 'X').format("MMM DD, YYYY") if cc[29] > 0 tr - td Clone a Github Repo + td Build a Contact List td=moment(cc[29], 'X').format("MMM DD, YYYY") if cc[30] > 0 tr - td Deploy an app to Heroku + td Build an Address Book td=moment(cc[30], 'X').format("MMM DD, YYYY") if cc[31] > 0 tr - td Code School's Real-time web with Node.JS + td Build a Cash Register td=moment(cc[31], 'X').format("MMM DD, YYYY") if cc[32] > 0 tr - td Try MongoDB + td Get Help the Hacker Way td=moment(cc[32], 'X').format("MMM DD, YYYY") if cc[33] > 0 tr - td Explore your Network with the LinkedIn API + td Learn Regular Expressions td=moment(cc[33], 'X').format("MMM DD, YYYY") if cc[34] > 0 tr - td Build your first API + td Pair Program on CoderByte td=moment(cc[34], 'X').format("MMM DD, YYYY") if cc[35] > 0 tr - td Aggregate Data with Chron Jobs and Screen Scraping + td Learn Relational Database Theory td=moment(cc[35], 'X').format("MMM DD, YYYY") if cc[36] > 0 tr - td Code School's Shaping up with Angular.JS + td Pair Program to Query SQL pt 1 td=moment(cc[36], 'X').format("MMM DD, YYYY") if cc[37] > 0 tr - td Reverse Engineer SnapChat + td Pair Program to Query SQL pt 2 td=moment(cc[37], 'X').format("MMM DD, YYYY") if cc[38] > 0 tr - td Reverse Engineer Reddit + td Pair Program to modify SQL pt 1 td=moment(cc[38], 'X').format("MMM DD, YYYY") if cc[39] > 0 tr - td Reverse Engineer Pintrest + td Pair Program to modify SQL pt 2 td=moment(cc[39], 'X').format("MMM DD, YYYY") if cc[40] > 0 tr - td Help a Nonprofit: Team Project + td Learn JSON td=moment(cc[40], 'X').format("MMM DD, YYYY") if cc[41] > 0 tr - td Help a Nonprofit: Solo Project + td Manage Source Code with Git td=moment(cc[41], 'X').format("MMM DD, YYYY") if cc[42] > 0 tr - td Crack the Coding Interview + td Get Started with Node.js td=moment(cc[42], 'X').format("MMM DD, YYYY") + if cc[43] > 0 + tr + td Try Node.js Events + td=moment(cc[43], 'X').format("MMM DD, YYYY") + if cc[44] > 0 + tr + td Try Node.js Streams + td=moment(cc[44], 'X').format("MMM DD, YYYY") + if cc[45] > 0 + tr + td Learn how Node.js Modules Work + td=moment(cc[45], 'X').format("MMM DD, YYYY") + if cc[46] > 0 + tr + td Start an Express.js Server + td=moment(cc[46], 'X').format("MMM DD, YYYY") + if cc[47] > 0 + tr + td Use Socket.io + td=moment(cc[47], 'X').format("MMM DD, YYYY") + if cc[48] > 0 + tr + td Use Redis to Persist Data + td=moment(cc[48], 'X').format("MMM DD, YYYY") + if cc[49] > 0 + tr + td Dive Deeper into Express.js + td=moment(cc[49], 'X').format("MMM DD, YYYY") + if cc[50] > 0 + tr + td Set up Express.js Middleware + td=moment(cc[50], 'X').format("MMM DD, YYYY") + if cc[51] > 0 + tr + td Take Advantage of Parameters + td=moment(cc[51], 'X').format("MMM DD, YYYY") + if cc[52] > 0 + tr + td Add the Body Parser + td=moment(cc[52], 'X').format("MMM DD, YYYY") + if cc[53] > 0 + tr + td Configure Routes in Express.js + td=moment(cc[53], 'X').format("MMM DD, YYYY") + if cc[54] > 0 + tr + td Try MongoDB + td=moment(cc[54], 'X').format("MMM DD, YYYY") + if cc[55] > 0 + tr + td Get Started with Angular.js + td=moment(cc[55], 'X').format("MMM DD, YYYY") + if cc[56] > 0 + tr + td Apply Angular.js Directives + td=moment(cc[56], 'X').format("MMM DD, YYYY") + if cc[57] > 0 + tr + td Power Forms with Angular.js + td=moment(cc[57], 'X').format("MMM DD, YYYY") + if cc[58] > 0 + tr + td Customize Angular.js Directives + td=moment(cc[58], 'X').format("MMM DD, YYYY") + if cc[59] > 0 + tr + td Create Angular.js Services + td=moment(cc[59], 'X').format("MMM DD, YYYY") h3 Danger Zone button.btn.btn-danger.confirm-deletion span.ion-trash-b