mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Merge pull request #3315 from ryang217/master
Cleaned up teacher testimonial area
This commit is contained in:
commit
be1091caf8
2 changed files with 12 additions and 10 deletions
|
@ -147,8 +147,9 @@
|
|||
.teacher-quote
|
||||
font-family: Merriweather
|
||||
font-weight: 300
|
||||
font-size: 18px
|
||||
font-size: 15px
|
||||
line-height: 20px
|
||||
padding-top: 5px
|
||||
|
||||
.teacher-name
|
||||
font-family: Helvetica, sans-serif
|
||||
|
@ -178,7 +179,7 @@
|
|||
background-repeat: no-repeat
|
||||
background-size: 100% auto
|
||||
height: 265px
|
||||
padding: 12px
|
||||
padding: 20px 12px 12px 12px
|
||||
margin-left: 10px
|
||||
|
||||
.teacher-quote
|
||||
|
|
|
@ -102,13 +102,14 @@ block content
|
|||
td
|
||||
#quote1-container
|
||||
.teacher-quote
|
||||
span.spr "My class had been struggling with the basics of Python all year. Today they were having fun and getting into it
|
||||
strong - I think they actually forgot that they were actually learning something."
|
||||
span.spr “My class had been struggling with the basics of Python all year. Today they were having fun and getting into it
|
||||
strong - I think they forgot that they were actually learning something.”
|
||||
.row
|
||||
.col-md-4
|
||||
.col-md-8
|
||||
.hero-quote-attribution
|
||||
.teacher-name Tim M.
|
||||
a(href='https://twitter.com/timmaki',target='_blank') @timmaki
|
||||
.teacher-location Director of Technology, Tilton School
|
||||
td
|
||||
#quote2-container
|
||||
|
@ -120,8 +121,8 @@ 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, are some of my top students.
|
||||
strong They work together and explain the code to each other to make sure each understands."
|
||||
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
|
||||
|
||||
.text-center.section-subheader Students play CodeCombat during #HourOfCode 2015
|
||||
|
|
Loading…
Reference in a new issue