Initial work on education page

This commit is contained in:
Victoria Wang 2015-04-28 15:44:31 -07:00
parent 10ce4c058f
commit ddf7dd7ca2
4 changed files with 356 additions and 0 deletions

View file

@ -83,6 +83,19 @@
}
}
}
.hp.education {
.col.intro {
padding-top: 20px;
img {
@include vendor(transform, scaleX(-1));
width: 100px;
margin-right: 20px;
}
.intro-text {
font-size: 1.1em;
}
}
}
.intro-List{
@extend %kill-List;

View file

@ -1193,6 +1193,28 @@ a.tag:hover {
background-image:url(/img/hpgallery-next.png);
right: 0;
}
.section.instructor-quotes {
background: #971D31;
h2, h3, p {
color: #fff;
text-align: left;
}
h2 {
margin-left: 20px;
}
p {
font-size: 1em;
font-style: italic;
margin-right: 30px;
margin-top: 20px;
clear: both;
}
.image {
float: left;
margin-right: 22px;
}
}
.section.features {
background: #4F7E89;
text-align: center;