Skip to content

Commit

Permalink
Fixes #1702: Scratch Conference site - small edits (#1727)
Browse files Browse the repository at this point in the history
Update the conference page with new banner image and small copy edits.
  • Loading branch information
Sheshank-s authored and chrisgarrity committed Dec 13, 2017
1 parent 04e1e36 commit 240606b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/views/conference/2018/index/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ var ConferenceSplash = React.createClass({
</b>{' '}
<FormattedMessage id='conference-2018.sessionItem4Desc' />
</p>
<p className='conf2018-panel-deadline'>
<FormattedMessage id='conference-2018.deadline' />
</p>
</p>
<a className='button mod-2018-panel' href='https://docs.google.com/forms/d/e/1FAIpQLSd7SkuQ-dfW-P3aArSQokK9GkKAUKufTVBHod_ElNIiFE9iBQ/viewform?usp=sf_link'>
<FormattedMessage id='conference-2018.proposal' />
Expand Down
10 changes: 5 additions & 5 deletions src/views/conference/2018/index/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
.title-banner-image.mod-2018 {
opacity: .75;
margin-bottom: 1.75rem;
background-image: url("/images/conference/index/2017/title-banner.jpg");
background-image: url("/images/conference/index/2018/title-banner.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 20rem;
}

.title-banner-h1.mod-2018 {
line-height: 1.25em;
}

.conf2018-panel,
.title-banner-h3.mod-2018 {
margin: auto;
Expand Down Expand Up @@ -73,10 +77,6 @@ td {
height: 10rem;
}

.title-banner-h1.mod-2018 {
line-height: 1.25em;
}

.conf2018-panel,
.title-banner-h3.mod-2018 {
width: initial;
Expand Down
3 changes: 2 additions & 1 deletion src/views/conference/2018/index/l10n.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"conference-2018.title": "Scratch Conference 2018",
"conference-2018.title": "Scratch Conference 2018:",
"conference-2018.subtitle": "The Next Generation",
"conference-2018.dateDesc": "July 26-28, 2018 | Cambridge, MA, USA",
"conference-2018.dateDescMore": " (with opening reception the evening of July 25)",
Expand All @@ -22,6 +22,7 @@
"conference-2018.sessionItem4Title": "Ignite talk (5 minutes).",
"conference-2018.sessionItem4Desc": "Share what you've been doing in a short, lively presentation.",

"conference-2018.deadline": "Deadline for proposals is February 5, 2018.",
"conference-2018.proposal": " Submit Your Proposal",
"conference-2018.proposalDeadline": "Deadline for proposals: February 5",
"conference-2018.proposalAccept": "Notification of acceptance: March 1",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 240606b

Please sign in to comment.