codecombat/app/templates/home.jade

25 lines
810 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
extends /templates/base
block outer_content
#spacer
a#play-button(href="/play", data-i18n="common.play")
2014-01-03 13:32:13 -05:00
2014-11-22 20:44:26 -05:00
//#or-ipad(data-i18n="home.or_ipad")
2014-11-22 20:44:26 -05:00
//img(src="/images/pages/home/app_store_badge.svg")#apple-store-button
#slogan(data-i18n="home.slogan")
2014-01-03 13:32:13 -05:00
.alert.alert-danger.lt-ie9
strong(data-i18n="home.no_ie") CodeCombat does not run in Internet Explorer 8 or older. Sorry!
2014-01-03 13:32:13 -05:00
if 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!
2014-01-03 13:32:13 -05:00
if 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.