mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
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:
parent
34d9dbcfd5
commit
cf71520875
5 changed files with 35 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
BIN
static/images/conference/index/title-banner.jpg
Normal file
BIN
static/images/conference/index/title-banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
BIN
static/images/conference/schedule/coming-soon.png
Normal file
BIN
static/images/conference/schedule/coming-soon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue