mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -05:00
switched order of scratch in practice, other text in resources for educators
This commit is contained in:
parent
5e34e41a21
commit
ee2cb00cc8
1 changed files with 18 additions and 18 deletions
|
@ -71,24 +71,6 @@ const Landing = props => (
|
||||||
<span className="nav-spacer" />
|
<span className="nav-spacer" />
|
||||||
<h2><FormattedMessage id="teacherlanding.educatorResourcesTitle" /></h2>
|
<h2><FormattedMessage id="teacherlanding.educatorResourcesTitle" /></h2>
|
||||||
<FlexRow className="educator-community">
|
<FlexRow className="educator-community">
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
<FormattedMessage
|
|
||||||
id="teacherlanding.educatorGuides"
|
|
||||||
values={{
|
|
||||||
educatorLink: (
|
|
||||||
<a
|
|
||||||
href={props.intl.formatMessage({
|
|
||||||
id: 'guides.EducatorGuidesAllLink'
|
|
||||||
})}
|
|
||||||
>
|
|
||||||
<FormattedMessage id="teacherlanding.educatorGuideLinkText" />
|
|
||||||
</a>
|
|
||||||
)
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
|
@ -119,6 +101,24 @@ const Landing = props => (
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage
|
||||||
|
id="teacherlanding.educatorGuides"
|
||||||
|
values={{
|
||||||
|
educatorLink: (
|
||||||
|
<a
|
||||||
|
href={props.intl.formatMessage({
|
||||||
|
id: 'guides.EducatorGuidesAllLink'
|
||||||
|
})}
|
||||||
|
>
|
||||||
|
<FormattedMessage id="teacherlanding.educatorGuideLinkText" />
|
||||||
|
</a>
|
||||||
|
)
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</FlexRow>
|
</FlexRow>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Reference in a new issue