Merge pull request #2812 from benjiwheeler/fix-conferences-2019-page

corrected mail list form; links use _blank; redirect conference url; logo links to main site
This commit is contained in:
Benjamin Wheeler 2019-02-28 11:06:54 -05:00 committed by GitHub
commit 962184f2d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 6 deletions

View file

@ -12,13 +12,20 @@ const Navigation = () => (
<li className="li-left mod-logo mod-2019">
<a
className="logo-a"
href="/conference"
href="https://scratch.mit.edu"
>
<img
alt="Scratch Logo"
className="logo-a-image"
src="/images/logo_sm.png"
/>
</a>
</li>
<li className="li-left mod-logo mod-2019">
<a
className="logo-a"
href="/conference/2019"
>
<p className="logo-a-title">
<FormattedMessage id="general.conferences" />
</p>

View file

@ -24,9 +24,7 @@
"name": "conference-index",
"pattern": "^/conference/?(\\?.*)?$",
"routeAlias": "/conference(?!/201[4-9])",
"view": "conference/2019/index/index",
"title": "Scratch Conference",
"viewportWidth": "device-width"
"redirect": "/conference/2019"
},
{
"name": "conference-index-2017",
@ -77,7 +75,7 @@
"pattern": "^/conference/2019/?$",
"routeAlias": "/conference(?!/201[4-9])",
"view": "conference/2019/index/index",
"title": "Scratch Conference",
"title": "Scratch Conferences",
"viewportWidth": "device-width"
},
{

View file

@ -135,6 +135,8 @@ const ConferenceSplash = () => (
<a
className="button mod-2019-conf mod-2019-conf-website-button"
href="http://www.scratchalsur.org"
rel="noopener noreferrer"
target="_blank"
>
<FormattedMessage id="conference-2019.website" />
</a>
@ -230,6 +232,8 @@ const ConferenceSplash = () => (
<a
className="button mod-2019-conf mod-2019-conf-website-button"
href="https://www.scratchafrica.com"
rel="noopener noreferrer"
target="_blank"
>
<FormattedMessage id="conference-2019.website" />
</a>
@ -324,6 +328,8 @@ const ConferenceSplash = () => (
<a
className="button mod-2019-conf mod-2019-conf-website-button"
href="https://www.raspberrypi.org/blog/announcing-scratch-conference-europe-2019/"
rel="noopener noreferrer"
target="_blank"
>
<FormattedMessage id="conference-2019.website" />
</a>
@ -340,7 +346,9 @@ const ConferenceSplash = () => (
</h3>
<a
className="button mod-2019-conf mod-2019-conf-maillist-button"
href="https://docs.google.com/document/d/1M_LJqOjAxxYFm3j-D8WbvFtWhZJgPCbZ5aNGSA2KZyc/edit?ts=5c65f2c4#"
href="https://us9.list-manage.com/subscribe?u=96e741c12c99f46f1f3e95e09&id=149bd1a4c2"
rel="noopener noreferrer"
target="_blank"
>
<FormattedMessage id="conference-2019.joinMailingListButtonText" />
</a>