2015-10-07 00:05:26 -07:00
|
|
|
extends ../layout
|
|
|
|
block content
|
2016-01-09 23:49:07 -06:00
|
|
|
h1.text-center Commit to one of these nonprofits
|
|
|
|
hr
|
|
|
|
.row
|
|
|
|
.col-xs-12.col-sm-10.col-sm-offset-1
|
|
|
|
for nonprofit in nonprofits
|
|
|
|
.col-xs-12.col-sm-6.col-md-4.height-400
|
|
|
|
.text-center
|
|
|
|
h2= nonprofit.displayName
|
|
|
|
img.testimonial-image.img-responsive.img-center(src=nonprofit.imgUrl)
|
|
|
|
.button-spacer
|
|
|
|
a.text-center(href='/commit?nonprofit=#{nonprofit.name}') Commit to #{nonprofit.displayName}
|
|
|
|
p= nonprofit.description
|