codecombat/app/templates/play/level.jade

36 lines
961 B
Text
Raw Normal View History

2014-03-14 20:06:08 -04:00
#level-loading-view
2014-01-03 13:32:13 -05:00
.level-content
#control-bar-view
#code-area
#code-area-gradient.gradient
#tome-view
#canvas-wrapper
canvas(width=1848, height=1178)#surface
2014-01-03 13:32:13 -05:00
#canvas-left-gradient.gradient
#canvas-top-gradient.gradient
#goals-view.secret
2014-01-03 13:32:13 -05:00
#gold-view.secret.expanded
2014-02-11 15:02:27 -05:00
2014-01-03 13:32:13 -05:00
#level-chat-view
#playback-view
#thang-hud
.footer
.content
p(class='footer-link-text')
2014-02-22 20:45:24 -05:00
a(title='Send CodeCombat a message', tabindex=-1, data-toggle="coco-modal", data-target="modal/contact", data-i18n="nav.contact") Contact
if explainHourOfCode
// Does not show up unless lang is en-US.
div.hour-of-code-explanation
| The 'Hour of Code' is a nationwide initiative by
a(href="http://csedweek.org") Computer Science Education Week
| and
a(href="http://code.org") Code.org
| to introduce millions of students to one hour of computer science and computer programming.