diff --git a/src/views/conference/2019/index/index.jsx b/src/views/conference/2019/index/index.jsx
index ef3c9ee04..b3f77a1e1 100644
--- a/src/views/conference/2019/index/index.jsx
+++ b/src/views/conference/2019/index/index.jsx
@@ -31,9 +31,16 @@ const ConferenceSplash = () => (
-
+
diff --git a/src/views/conference/2019/index/index.scss b/src/views/conference/2019/index/index.scss
index 6ecf2dbe8..31ed5ce7d 100644
--- a/src/views/conference/2019/index/index.scss
+++ b/src/views/conference/2019/index/index.scss
@@ -26,7 +26,7 @@ h1.title-banner-h1.mod-2019 {
background-image: url("/images/conference/index/2019/title-banner.jpg");
background-position: center;
background-size: cover;
- opacity: .75;
+ opacity: .4;
}
.conf2019-panel,
@@ -39,17 +39,37 @@ h1.title-banner-h1.mod-2019 {
.conf2019-title-band {
background-color: $ui-blue;
- padding: 1.5rem;
text-align: center;
- color: $type-white;
- font-size: 1.2rem;
+}
+
+.conf2019-title-band.conf2019-schedule-band {
+ padding-top: 1rem;
+ padding-bottom: 2rem;
+ margin-top: 2rem;
}
.conf2019-title-band.conf2019-mailing-list {
- padding: 3rem;
+ padding-top: 2.25rem;
+ padding-bottom: 3rem;
margin-top: 2rem;
}
+.conf2019-title-band>h3 {
+ width: 48.75rem;
+ color: $type-white;
+ margin: auto;
+}
+
+.conf2019-title-band>h3.conf2019-schedule {
+ font-weight: bold;
+ font-size: 1.5rem;
+}
+
+.conf2019-title-band>h3.conf2019-mailing-list {
+ font-weight: normal;
+ font-size: 1.15rem;
+}
+
.conf2019-description.conf2019-band {
margin-bottom: 2.5rem;
width: 48.75rem;
@@ -93,14 +113,6 @@ h1.title-banner-h1.mod-2019 {
font-weight: normal;
}
-h3.conf2019-mailing-list {
- width: 48.75rem;
- font-weight: normal;
- color: $type-white;
- font-size: 1.15rem;
- margin: auto;
-}
-
.conf2019-bold {
font-weight: bold;
}
@@ -112,10 +124,15 @@ td {
.conf2019-panel-row-icon-image {
margin-top: .125rem;
- width: 1rem;
height: 1rem;
}
+.conf2019-large-icon-image {
+ height: 2.5rem;
+ margin: 1rem;
+}
+
+
.button.mod-2019-conf {
display: block;
margin: 2rem auto 0;
diff --git a/src/views/conference/2019/index/l10n.json b/src/views/conference/2019/index/l10n.json
index 1b066b3de..fcc7b4966 100644
--- a/src/views/conference/2019/index/l10n.json
+++ b/src/views/conference/2019/index/l10n.json
@@ -3,7 +3,7 @@
"conference-2019.descA": "Scratch conferences are playful gatherings of educators, researchers, developers, and other members of the worldwide Scratch community.",
"conference-2019.descB": "These events, held in various locations around the world, provide opportunities for people of diverse backgrounds and practices to discuss and share the ways they use Scratch, to connect and collaborate with one another, and to bring creative learning back to their own communities.",
"conference-2019.nextMITConference": "The next Scratch@MIT conference will be held in Cambridge, Massachusetts, in 2020.",
- "conference-2019.seeBelow": "Learn more about 2019 conference dates and locations below.",
+ "conference-2019.seeBelow": "Schedule & Locations",
"conference-2019.joinMailingListButtonText": "Join Mailing List",
"conference-2019.joinMailingList": "To learn more about 2020’s Scratch@MIT conference in Cambridge, Massachusetts, and to receive updates about regional conferences around the world, join our mailing list.",
diff --git a/static/svgs/conference/index/calendar-icon-color.svg b/static/svgs/conference/index/calendar-icon-color.svg
new file mode 100644
index 000000000..0cab835f8
--- /dev/null
+++ b/static/svgs/conference/index/calendar-icon-color.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/svgs/conference/index/envelope-icon.svg b/static/svgs/conference/index/envelope-icon.svg
new file mode 100644
index 000000000..02c7120e2
--- /dev/null
+++ b/static/svgs/conference/index/envelope-icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file