mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 07:40:22 -04:00
Update /schools copy and fonts
This commit is contained in:
parent
105c2c9497
commit
348e0407bc
3 changed files with 32 additions and 13 deletions
app
|
@ -27,6 +27,7 @@
|
|||
<link href="https://plus.google.com/115285980638641924488" rel="publisher" />
|
||||
<link rel="shortcut icon" href="/images/favicon.ico">
|
||||
<link rel="stylesheet" href="/stylesheets/app.css">
|
||||
<link href='//fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
|
|
|
@ -74,23 +74,34 @@
|
|||
background-size: cover
|
||||
color: #FFFFFF
|
||||
|
||||
.big-quote-mark
|
||||
font-family: Merriweather
|
||||
font-size: 130px
|
||||
font-weight: 700
|
||||
line-height: 130px
|
||||
margin-right: 0px
|
||||
opacity: 0.5
|
||||
vertical-align: top
|
||||
|
||||
.hero-quote-container
|
||||
margin: 20px
|
||||
margin-left: 0px
|
||||
width: 60%
|
||||
|
||||
.hero-quote
|
||||
font-family: Merriweather
|
||||
font-size: 30px
|
||||
font-weight: 700
|
||||
color: #FFFFFF
|
||||
line-height: 37px
|
||||
font-family: Merriweather
|
||||
font-size: 38px
|
||||
font-weight: 700
|
||||
line-height: 48px
|
||||
margin-top: 20px
|
||||
|
||||
.hero-quote-attribution
|
||||
font-family: Helvetica, sans-serif
|
||||
font-style: italic
|
||||
font-size: 13px
|
||||
font-size: 15px
|
||||
color: #FFFFFF
|
||||
line-height: 16px
|
||||
line-height: 20px
|
||||
margin-right: 100px
|
||||
text-align: right
|
||||
|
||||
|
|
|
@ -11,9 +11,14 @@ block content
|
|||
img(src='/images/pages/sales/chat_icon.png')
|
||||
div contact us for pricing and a free trial
|
||||
|
||||
.hero-quote-container
|
||||
.hero-quote "CodeCombat is without question the most engaging platform for learning programming languages."
|
||||
.hero-quote-attribution Jonathan P., Elementary Computers Teacher
|
||||
table
|
||||
tr
|
||||
td
|
||||
.big-quote-mark “
|
||||
td
|
||||
.hero-quote-container
|
||||
.hero-quote CodeCombat is without question the most engaging platform for learning programming languages.”
|
||||
.hero-quote-attribution - Jonathan P., Elementary Computers Teacher
|
||||
|
||||
if me.isAnonymous()
|
||||
.text-center
|
||||
|
@ -115,7 +120,7 @@ block content
|
|||
.teacher-location.text-right Global Learning Charter Public School
|
||||
.col-md-4
|
||||
.teacher-quote
|
||||
span.spr "My girls, who were apprehensive about taking a coding class, ar some of my top students.
|
||||
span.spr "My girls, who were apprehensive about taking a coding class, are some of my top students.
|
||||
strong They work together and explain the code to each other to make sure each understands."
|
||||
br
|
||||
|
||||
|
@ -168,7 +173,7 @@ block content
|
|||
ul
|
||||
li Students collaborate and help each other solve levels.
|
||||
li Appeals to all genders and a wide range of age groups.
|
||||
.cold-md-6
|
||||
.col-md-6
|
||||
ul
|
||||
li Typed code gives students an advantage over block-based programs.
|
||||
li Success with both high-performing and low-performing students, as well as ESL.
|
||||
|
@ -178,7 +183,7 @@ block content
|
|||
.col-md-8
|
||||
p.text-center
|
||||
span.section-header What are paid courses?
|
||||
p The one-hour long "Introduction to Computer Science" course will always be free for an unlimited number of students. Paid enrollments allow each student access to Computer Science 2, 3, and 4, which is an additional 15 hours of content on top of the free contnet. Paid enrollments never expire.
|
||||
p The one-hour long "Introduction to Computer Science" course will always be free for an unlimited number of students. Paid enrollments allow each student access to Computer Science 2, 3, and 4, which is an additional 15 hours of content on top of the free content. Paid enrollments never expire.
|
||||
|
||||
#course-comparisons
|
||||
img(src='/images/pages/sales/content_table.png')
|
||||
|
@ -203,7 +208,9 @@ block content
|
|||
small Solution guides and additional lesson plans available for paid courses.
|
||||
p
|
||||
i
|
||||
small Contact team@codecombat.com with additional requests.
|
||||
small.spr Contact
|
||||
a(href='mailto:team@codecombat.com') team@codecombat.com
|
||||
small.spl with additional requests.
|
||||
br
|
||||
br
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue