final content update for conference

"coming soon" image for schedule, and schedule reference on landing page. Also background image for the landing page.
This commit is contained in:
Matthew Taylor 2016-04-27 23:23:43 -04:00
parent 34d9dbcfd5
commit cf71520875
5 changed files with 35 additions and 1 deletions

View file

@ -33,6 +33,10 @@
margin-top: 25px;
justify-content: space-between;
align-items: flex-start;
@media only screen and (max-width: $tablet - 1) {
align-items: center;
}
}
.family {

View file

@ -53,6 +53,15 @@ var ConferenceSplash = React.createClass({
Information on traveling, staying, and exploring around the Media Lab
</p>
</div>
<div>
<h3>
<img src="/images/conference/schedule/coming-soon.png" alt="schedule-coming-soon" />
Schedule
</h3>
<p>
Stay tuned for the full schedule of events and sessions
</p>
</div>
</FlexRow>
</section>
</div>

View file

@ -7,7 +7,7 @@
.title-banner {
margin-bottom: 0;
background-color: $ui-blue;
background-image: url("/images/conference/index/title-banner.jpg");
padding: 48px 0;
h1,
@ -32,6 +32,27 @@
}
}
}
@media only screen and (max-width: $mobile - 1) {
h3 {
display: none;
margin-top: 0;
}
p {
margin-top: .25rem;
}
}
@media only screen and (max-width: $desktop - 1) {
h1 {
font-size: 2.5rem;
}
p {
margin-top: 1.5rem;
}
}
}
.flex-row {

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB