Commit 7b67e69e by David Ormsbee

Merge pull request #245 from MITx/kf-multicourse-design

Added style and better markup for the quotes on the jobs page
parents 81349ca5 164b5b67
...@@ -38,6 +38,34 @@ ...@@ -38,6 +38,34 @@
width: 100%; width: 100%;
} }
} }
header {
float: left;
width: flex-grid(7);
blockquote {
margin-left: 0;
margin-bottom: 40px;
&:last-child {
margin-bottom: 0;
}
p {
margin-left: 0;
font-style: italic;
line-height: 1.4;
font-size: 1.1em;
color: #666;
}
cite {
margin-top: 12px;
display: block;
color: #a0a0a0;
}
}
}
} }
.jobs-wrapper { .jobs-wrapper {
......
...@@ -11,14 +11,19 @@ ...@@ -11,14 +11,19 @@
<div class="photo"> <div class="photo">
<img src="${static.url('images/jobs.jpeg')}"> <img src="${static.url('images/jobs.jpeg')}">
</div> </div>
<header>
<h2>Our mission is to transform learning.</h2> <h2>Our mission is to transform learning.</h2>
<h2>Our goal is to educate 1 billion people around the world.</h2>
<q>“Edx represents a unique opportunity to improve education on our campuses though online learning, while simultaneously creating a bold new educational path for millions of learners worldwide.” </q> <blockquote>
<small class="author">Rafael Reif, MIT President </small> <p>&ldquo;Edx represents a unique opportunity to improve education on our campuses though online learning, while simultaneously creating a bold new educational path for millions of learners worldwide.&rdquo;</p>
<cite>&mdash;Rafael Reif, MIT President </cite>
</blockquote>
<q>“EdX gives Harvard and MIT an unprecedented opportunity to dramatically extend our collective reach by conducting groundbreaking research into effective education and by extending online access to quality higher education.”</q> <blockquote>
<small class="author">Drew Faust, Harvard President</small> <p>&ldquo;EdX gives Harvard and MIT an unprecedented opportunity to dramatically extend our collective reach by conducting groundbreaking research into effective education and by extending online access to quality higher education.&rdquo;</p>
<cite>&mdash;Drew Faust, Harvard President</cite>
</blockquote>
</header>
</div> </div>
</section> </section>
<hr class="horizontal-divider"> <hr class="horizontal-divider">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment