mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
21 lines
No EOL
629 B
Text
21 lines
No EOL
629 B
Text
extends /templates/core/modal-base
|
|
|
|
block modal-header-content
|
|
.clearfix
|
|
.text-center
|
|
h2.modal-title Greetings!
|
|
h3(data-i18n="choose_hero.programming_language_description")
|
|
|
|
block modal-body-content
|
|
#choice-area.text-center
|
|
button.lang-choice-btn.btn.btn-success.btn-lg(data-language='python') Python
|
|
p(data-i18n="choose_hero.python_blurb")
|
|
|
|
button.lang-choice-btn.btn.btn-default(data-language='javascript') JavaScript
|
|
p(data-i18n="choose_hero.javascript_blurb")
|
|
|
|
#saving-progress.progress.progress-striped.active.hide
|
|
.progress-bar(style="width: 100%")
|
|
|
|
block modal-footer-content
|
|
|