codecombat/app/templates/home-view.jade

52 lines
2 KiB
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
extends /templates/base
2015-08-08 08:35:08 -04:00
block append site_nav
#kids-coding-container
img#boy-coding.kid-coding(src="/images/pages/home/boy_coding.png", alt="", draggable="false")
img#girl-coding.kid-coding(src="/images/pages/home/girl_coding.png", alt="", draggable="false")
block outer_content
#spacer
a#play-button(href=view.playURL, data-i18n="[html]home.play")
if view.alternatePlayURL
#alternate-play-button
a.btn.btn-illustrated.btn-primary(href=view.alternatePlayURL, data-i18n=view.alternatePlayText)
2014-01-03 13:32:13 -05:00
//a(href="https://itunes.apple.com/us/app/codecombat/id936523909?mt=8")
// #or-ipad(data-i18n="home.or_ipad")
//
//a(href="https://itunes.apple.com/us/app/codecombat/id936523909?mt=8")
// img(src="/images/pages/home/app_store_badge.svg")#apple-store-button
2015-11-24 18:28:32 -05:00
//- Example of how to throw down a temporary news link
//- #news
//- a(href="/play/ladder/ace-of-coders", data-i18n="temp.ace_of_coders_tournament") New: play in the Ace of Coders tournament now!
2015-12-18 08:15:04 -05:00
#slogan(data-i18n="home.slogan")
2014-01-03 13:32:13 -05:00
//- TODO: This does not work on IE8
.alert.alert-danger.lt-ie9
strong(data-i18n="home.no_ie") CodeCombat does not run in Internet Explorer 8 or older. Sorry!
if view.isIPadBrowser() || view.isMobile()
2014-03-16 19:59:48 -04:00
.alert.alert-danger.mobile
strong(data-i18n="home.no_mobile") CodeCombat wasn't designed for mobile devices and may not work!
else if view.isOldBrowser()
2014-03-16 19:59:48 -04:00
.alert.alert-danger.old-browser
strong(data-i18n="home.old_browser") Uh oh, your browser is too old to run CodeCombat. Sorry!
br
span(data-i18n="home.old_browser_suffix") You can try anyway, but it probably won't work.
2016-01-26 19:28:29 -05:00
if view.withTeacherNote
.style-flat
.bg-navy
a#close-teacher-note-link.glyphicon.glyphicon-remove.pull-right
2016-01-26 19:28:29 -05:00
h3 Teachers!
h4 Want the most engaging way to teach programming at your school?
.text-center
a.btn.btn-primary-alt.btn-lg(href="/teachers/quote") Request a Quote
h6
2016-02-03 13:59:54 -05:00
a.small(href="/schools") Learn More
2016-01-26 19:28:29 -05:00