added a space in the sr-only span for challenge map so it doesn't run together and fixed a typo on the getting started page
This commit is contained in:
@ -88,7 +88,7 @@ block content
|
||||
a(href="/challenges/#{challenge.dashedName}")
|
||||
span.capitalize= challenge.type + ': '
|
||||
span= challenge.title
|
||||
span.sr-only= "Complete"
|
||||
span.sr-only= " Complete"
|
||||
|
||||
|
||||
else
|
||||
@ -100,7 +100,7 @@ block content
|
||||
a(href="/challenges/#{challenge.dashedName}")
|
||||
span.capitalize= challenge.type + ': '
|
||||
span= challenge.title
|
||||
span.sr-only= "InComplete"
|
||||
span.sr-only= " Incomplete"
|
||||
|
||||
//#announcementModal.modal(tabindex='-1')
|
||||
// .modal-dialog.animated.fadeInUp.fast-animation
|
||||
|
@ -14,7 +14,7 @@ block content
|
||||
.thumbnail
|
||||
img.gif-block.img-center.img-responsive(src='http://i.imgur.com/pYsTbjI.jpg' alt='a screenshot of our curriculum alongside a screenshot of our chat room.')
|
||||
.caption
|
||||
p.large-p Learning to code is hard. To succeed, you'll need lots practice and support. That's why we've created a rigorous curriculum and supportive community.
|
||||
p.large-p Learning to code is hard. To succeed, you'll need lots of practice and support. That's why we've created a rigorous curriculum and supportive community.
|
||||
|
||||
.big-spacer
|
||||
.thumbnail
|
||||
|
Reference in New Issue
Block a user