11extends ../layout
22block content
3- .panel
4- h3.text-center Your friends won't hear about our open source community unless you tell them.
5- .row
6- .col-xs-12.col-sm-10.col-sm-offset-1.col-md-8.col-md-offset-2
7- a.btn.btn-lg.btn-primary.btn-block ( href ="https://www.facebook.com/sharer/sharer.php?u=http://freecodecamp.com" target ='_blank' ) Share our open source community on Facebook
8- .spacer
93 .panel.panel-info
104 .panel-heading.text-center
115 h1 Challenge Map
@@ -15,15 +9,15 @@ block content
159 audio( autoplay src ='https://s3.amazonaws.com/freecodecamp/t-rex-roar.mp3' )
1610 else
1711 img.img-responsive.img-center.border-radius-5 ( src ='https://s3.amazonaws.com/freecodecamp/wide-social-banner.png' )
18- .col-xs-12.col-md-10 .col-md-offset-1
12+ .col-xs-12.col-md-8 .col-md-offset-2
1913 h2.text-center
2014 span.text-primary #{camperCount}  
2115 | campers have joined our community
2216 br
2317 | since we launched  
2418 span.text-primary #{daysRunning}  
2519 | days ago.
26- .spacer
20+ a .btn.btn-lg.signup-btn.btn-block ( href = "https://www.facebook.com/sharer/sharer.php?u=http://freecodecamp.com" target = '_blank' ) Share our open source community on Facebook and help us grow.
2721 .row
2822 .col-xs-12.col-sm-8.col-sm-offset-2
2923 h3 800 Hours of Practice:
@@ -32,22 +26,22 @@ block content
3226 .row
3327 if (user)
3428 if (challengeBlock .completed === 100 )
35- .hidden-xs.col-sm-3.col-md-2.text-primary.ion-checkmark-circled.padded-ionic-icon.text-center.large -p.negative-10
29+ .hidden-xs.col-sm-3.col-md-2.text-primary.ion-checkmark-circled.padded-ionic-icon.text-center.map -p.negative-10
3630 .col-xs-12.col-sm-9.col-md-10
37- li.large -p.faded.negative-10
31+ li.map -p.faded.negative-10
3832 a( href ='#' + challengeBlock .dashedName ) = challengeBlock .name
3933 else
4034 .hidden-xs.col-sm-3.col-md-2
4135 .progress.progress-bar-padding.text-center.thin-progress-bar
4236 .progress-bar ( role ='progressbar' , aria-valuenow =(challengeBlock .completed ), aria-valuemin ='0' , aria-valuemax ='100' , style ='width: ' + challengeBlock .completed + '%;' )
4337 .col-xs-12.col-sm-9.col-md-10
44- li.large -p.negative-10
38+ li.map -p.negative-10
4539 a( href ='#' + challengeBlock .dashedName ) = challengeBlock .name
4640 else
4741 .hidden-xs.col-sm-3.col-md-2
4842 span.negative-10
4943 .col-xs-12.col-sm-9.col-md-10
50- li.large -p.negative-10
44+ li.map -p.negative-10
5145 a( href ='#' + challengeBlock .dashedName ) = challengeBlock .name
5246
5347 .row
@@ -57,21 +51,21 @@ block content
5751 | :
5852 ol
5953 .row
60- .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.large -p.negative-10
54+ .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.map -p.negative-10
6155 .col-xs-12.col-sm-9.col-md-10
62- li.large -p.negative-10 100-hour Nonprofit Project
56+ li.map -p.negative-10 100-hour Nonprofit Project
6357 .row
64- .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.large -p.negative-10
58+ .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.map -p.negative-10
6559 .col-xs-12.col-sm-9.col-md-10
66- li.large -p.negative-10 200-hour Nonprofit Project #1
60+ li.map -p.negative-10 200-hour Nonprofit Project #1
6761 .row
68- .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.large -p.negative-10
62+ .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.map -p.negative-10
6963 .col-xs-12.col-sm-9.col-md-10
70- li.large -p.negative-10 200-hour Nonprofit Project #2
64+ li.map -p.negative-10 200-hour Nonprofit Project #2
7165 .row
72- .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.large -p.negative-10
66+ .hidden-xs.col-sm-3.col-md-2.ion-locked.padded-ionic-icon.text-center.map -p.negative-10
7367 .col-xs-12.col-sm-9.col-md-10
74- li.large -p.negative-10 300-hour Nonprofit Project
68+ li.map -p.negative-10 300-hour Nonprofit Project
7569 hr
7670
7771 for challengeBlock in blocks
@@ -88,9 +82,9 @@ block content
8882 for challenge in challengeBlock .challenges
8983 if challenge .completed
9084 .row
91- .hidden-xs.col-sm-3.col-md-2.text-primary.ion-checkmark-circled.padded-ionic-icon.text-center.large -p.negative-10
85+ .hidden-xs.col-sm-3.col-md-2.text-primary.ion-checkmark-circled.padded-ionic-icon.text-center.map -p.negative-10
9286 .col-xs-12.col-sm-9.col-md-10
93- li.faded.large -p.negative-10
87+ li.faded.map -p.negative-10
9488 a( href ="/challenges/#{challenge .dashedName } " )
9589 span.capitalize = challenge .type + ' : '
9690 span= challenge .title
@@ -102,7 +96,7 @@ block content
10296 .hidden-xs.col-sm-3.col-md-2
10397 span.negative-10
10498 .col-xs-12.col-sm-9.col-md-10
105- li.large -p.negative-10
99+ li.map -p.negative-10
106100 a( href ="/challenges/#{challenge .dashedName } " )
107101 span.capitalize = challenge .type + ' : '
108102 span= challenge .title
0 commit comments