codecombat/app/templates/teachers.jade

61 lines
1.9 KiB
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
extends /templates/base
block content
.container-fluid
.row
.col-md-6
2015-12-02 16:23:07 -05:00
.pull-left
a(href="/") <- to main CodeCombat website
.col-md-6
.pull-right
a(href="/hoc") Students, click here!
.row
.col-md-12
br
.text-center
.title
strong.spr Teachers
2015-12-18 08:39:25 -05:00
span - try CodeCombat Courses in your classroom!
2015-12-02 16:23:07 -05:00
.row
2015-12-18 08:39:25 -05:00
.col-md-2
.col-md-8
2015-12-02 16:23:07 -05:00
p
div In just one hour, students will learn:
ul
2015-12-18 08:39:25 -05:00
li basic Python syntax
li arguments
li strings
li while loops
li variables
2015-12-02 16:23:07 -05:00
br
if me.isAnonymous()
.text-center
button.btn.btn-lg.btn-success.uppercase.btn-create-account Create Teacher account
.text-center
button.btn.btn-lg.btn-primary.uppercase.btn-login-account Log into Teacher Account
2015-12-02 16:23:07 -05:00
br
br
2015-12-18 08:39:25 -05:00
h2.text-center Frequently Asked Questions
2015-12-02 16:23:07 -05:00
.container-fluid
.row
.col-md-2
.col-md-8
.faq-question(data-i18n="teachers.who_for_title")
p(data-i18n="teachers.who_for_1")
p(data-i18n="teachers.who_for_2")
2015-12-18 08:39:25 -05:00
.faq-question Does it cost anything to play CodeCombat?
p
span.spr The first course “Introduction to Computer Science” is completely free, and generally takes students an hour to complete. Students can be enrolled in additional courses spanning an entire semester's worth of topics with per-student pricing. We offer
a(href='/teachers/freetrial') free trials
span.spl for teachers who are interested in using CodeCombat Courses.
2015-12-02 16:23:07 -05:00
.faq-question(data-i18n="teachers.more_info_title")
p
span.spr(data-i18n="teachers.more_info_1")
a(href='http://discourse.codecombat.com/c/teachers', data-i18n="teachers.more_info_2")
span.spl(data-i18n="teachers.more_info_3")