Files
freeCodeCamp/api-server/server/views/homePartials/stats.jade

35 lines
868 B
Plaintext
Raw Normal View History

2018-05-15 06:12:05 +01:00
.row
.col-xs-12.col-sm-8.col-sm-offset-2
p.stats
| You have completed 
strong
span.green-text=completedChallengeCount
|  of 
strong
span.green-text=challengeCount
|  coding challenges.
2018-05-15 06:12:05 +01:00
p.stats
| You have built 
strong
span.green-text=completedProjectCount
| out of 
strong
span.green-text 30
| projects.
if !!completedLegacyCertCount
p.stats
| You have earned 
strong
span.green-text=completedLegacyCertCount
| out of 
strong
span.green-text 3
| legacy certifications.
2018-05-15 06:12:05 +01:00
p.stats
| You have earned 
strong
span.green-text=completedCertCount
| out of 
strong
span.green-text 6
| certifications.