From a40642b963acb7f7f02b6f31196b95552ac80646 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 12 Apr 2016 16:10:44 -0700 Subject: [PATCH] add completed challenge count back in and link to nonprofit playlist --- server/views/resources/about.jade | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/views/resources/about.jade b/server/views/resources/about.jade index e13a74bd15..fd2592f2cf 100644 --- a/server/views/resources/about.jade +++ b/server/views/resources/about.jade @@ -9,6 +9,10 @@ block content span.tag Established: span.text-primary #{daysRunning} | days ago + li.nowrap + span.tag Completed: + span.text-primary #{globalCompletedCount} + | challenges li.nowrap span.tag Donated: span.text-primary $850,000 @@ -100,6 +104,11 @@ block content i.fa.fa-heart td a(href="/how-nonprofit-projects-work") How our nonprofit projects work + tr + td.text-center + i.fa.fa-video-camera + td + a(href="//www.youtube.com/watch?v=O993J5KCR_w&list=PLWKjhJtqVAblYWBF6r2jSzwSdn3NgprPl" target='_blank') Nonprofit project demo videos tr td.text-center i.fa.fa-flask