mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
27 lines
545 B
Text
27 lines
545 B
Text
|
extends /templates/base
|
||
|
|
||
|
block content
|
||
|
|
||
|
.page-header
|
||
|
h1#site-slogan
|
||
|
span(data-i18n="home.slogan") Learn to Code by Playing a Game
|
||
|
small.spl.spr -
|
||
|
small free!
|
||
|
|
||
|
.row.platform-choices
|
||
|
.col-xs-6.platform-ios
|
||
|
a(href="#")
|
||
|
.panel.panel-default
|
||
|
.panel-body
|
||
|
h1 Play on iPad
|
||
|
em - get the app!
|
||
|
|
||
|
.col-xs-6.platform-web
|
||
|
a(href="/play")
|
||
|
.panel.panel-default
|
||
|
.panel-body
|
||
|
h1 Play on web
|
||
|
em - play right now!
|
||
|
|
||
|
.clearfix
|