From f5260f7c219e4d1032a0d57da45437bb25d41e81 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Fri, 19 Feb 2016 17:09:35 -0800 Subject: [PATCH] add testimonial to nonprofit landing page --- client/less/main.less | 13 +++++++++++++ server/views/resources/nonprofits.jade | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/client/less/main.less b/client/less/main.less index ee43600893..c1755b2c16 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -600,6 +600,19 @@ thead { } } +.nonprofit-testimonial-copy { + text-align: justify; + font-size: 18px !important; + margin-left: 20px; + margin-right: 20px; + @media (min-width: 991px) and (max-width: 1199px) { + height: 450px; + } + @media (min-width: 1200px) { + height: 300px; + } +} + .navbar-collapse { border-top: 0; } diff --git a/server/views/resources/nonprofits.jade b/server/views/resources/nonprofits.jade index 731c463d3e..006298e583 100644 --- a/server/views/resources/nonprofits.jade +++ b/server/views/resources/nonprofits.jade @@ -14,6 +14,24 @@ block content .spacer hr .spacer + h2 Nonprofits we've helped: + .spacer + .row + .col-xs-12.col-sm-12.col-md-4 + img.img-responsive.testimonial-image.img-center(src="http://i.imgur.com/ZHnFFN5.jpg", alt="Ewa's testimonial image") + p.nonprofit-testimonial-copy Thank you so much for your contribution of your time and your technical expertise. With your valuable contribution we were able to improve all of our systems and processes as part of our Wonder Women Eastern Indonesia program, and make sure that even more life changing technologies get to where they are needed most. + h3 - Ewa Wojkowska with Kopernik + .col-xs-12.col-sm-12.col-md-4 + img.img-responsive.testimonial-image.img-center(src="http://i.imgur.com/KHF8O2i.jpg", alt="Jennifer's testimonial image") + p.nonprofit-testimonial-copy We have been blown away by the professional quality of the work that has been produced by the campers working on our projects. Not only are we getting an excellent product that is moving our organizational goals forward, but participating in the weekly calls has helped us clarify our own thinking about the way we approach our work. Free Code Camp has been an invaluable partner and we are grateful for their support. + h3 - Jennifer McDowell with Child First Authority + .col-xs-12.col-sm-12.col-md-4 + img.img-responsive.testimonial-image.img-center(src="http://i.imgur.com/9VknVe3.jpg", alt="Stephanie's testimonial image") + p.nonprofit-testimonial-copy Having custom code developed can be very pricy, and often out of reach for nonprofits. Enter: Free Code Camp! We had the pleasure to work with two very talented campers, Jonathan Lucas and David Alvarado, who went above and beyond to create a web-based app for us. I would highly recommend that nonprofits apply to Free Code Camp with their custom solution needs! + h3 - Stephanie McAllister with Timeraiser + .spacer + hr + .spacer h2 Our process: .spacer .row