Merge pull request #245 from MITx/kf-multicourse-design
Added style and better markup for the quotes on the jobs page
This commit is contained in:
@@ -38,6 +38,34 @@
|
||||
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 {
|
||||
|
||||
@@ -11,14 +11,19 @@
|
||||
<div class="photo">
|
||||
<img src="${static.url('images/jobs.jpeg')}">
|
||||
</div>
|
||||
<header>
|
||||
<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>
|
||||
<small class="author">Rafael Reif, MIT President </small>
|
||||
<blockquote>
|
||||
<p>“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.”</p>
|
||||
<cite>—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>
|
||||
<small class="author">Drew Faust, Harvard President</small>
|
||||
<blockquote>
|
||||
<p>“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.”</p>
|
||||
<cite>—Drew Faust, Harvard President</cite>
|
||||
</blockquote>
|
||||
</header>
|
||||
</div>
|
||||
</section>
|
||||
<hr class="horizontal-divider">
|
||||
|
||||
Reference in New Issue
Block a user