mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
26 lines
545 B
Text
26 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
|