Files
freeCodeCamp/api-server/server/views/commit/pledge.jade
2019-05-20 23:58:20 +05:30

16 lines
792 B
Plaintext

extends ../layout
block content
.panel.panel-info
.panel-body
h3.text-center You've committed!
.row
.col-xs-12.col-sm-6.col-sm-offset-3
p Congratulations, you have committed to giving
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
img.img-responsive(src='https://cdn-media-1.freecodecamp.org/imgr/U1CyEuA.jpg' alt="Girl Develop It participants coding at tables.")
p Girl Develop It is a nonprofit that provides in-person classes for women to learn to code.