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:
@ -100,7 +100,7 @@ block content
|
|||||||
a(href="/challenges/#{challenge.dashedName}")
|
a(href="/challenges/#{challenge.dashedName}")
|
||||||
span.capitalize= challenge.type + ': '
|
span.capitalize= challenge.type + ': '
|
||||||
span= challenge.title
|
span= challenge.title
|
||||||
span.sr-only= "InComplete"
|
span.sr-only= " Incomplete"
|
||||||
|
|
||||||
//#announcementModal.modal(tabindex='-1')
|
//#announcementModal.modal(tabindex='-1')
|
||||||
// .modal-dialog.animated.fadeInUp.fast-animation
|
// .modal-dialog.animated.fadeInUp.fast-animation
|
||||||
|
@ -14,7 +14,7 @@ block content
|
|||||||
.thumbnail
|
.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.')
|
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
|
.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
|
.big-spacer
|
||||||
.thumbnail
|
.thumbnail
|
||||||
|
Reference in New Issue
Block a user