Files
freeCodeCamp/api-server/server/views/commit/pledge.jade

16 lines
764 B
Plaintext
Raw Normal View History

2015-10-06 00:13:51 -07:00
extends ../layout
block content
.panel.panel-info
.panel-body
h3.text-center You've committed!
2015-10-06 00:13:51 -07:00
.row
.col-xs-12.col-sm-6.col-sm-offset-3
2016-08-12 05:03:54 +05:30
p Congratulations, you have committed to giving
2015-10-06 00:13:51 -07:00
span(style='text-transform: capitalize') #{nonprofit}
| #{amount} dollars a month until you have reached your goal
| of completing your #{goal}
.row
.col-xs-12.col-sm-6.col-sm-offset-3
2016-03-16 20:32:12 -06:00
img.img-responsive(src='//i.imgur.com/U1CyEuA.jpg' alt="Girl Develop It participants coding at tables.")
2015-10-06 00:13:51 -07:00
p Girl Develop It is a nonprofit that provides in-person classes for women to learn to code.