mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Add image links
This commit is contained in:
parent
b893c5c657
commit
b1eadf8c12
1 changed files with 9 additions and 3 deletions
|
@ -82,19 +82,25 @@ var Landing = injectIntl(React.createClass({
|
|||
<h3 id="guides-header"><FormattedMessage id="teacherlanding.guidesTitle" /></h3>
|
||||
<FlexRow className="guides-and-tutorials">
|
||||
<div>
|
||||
<img src="/svgs/teachers/resources.svg" alt="resources icon" />
|
||||
<a href="https://scratch.mit.edu/help/">
|
||||
<img src="/svgs/teachers/resources.svg" alt="resources icon" />
|
||||
</a>
|
||||
<p>
|
||||
<FormattedHTMLMessage id="teacherlanding.helpPage" />
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<img src="/svgs/teachers/tips-window.svg" alt="tips window icon" />
|
||||
<a href="https://scratch.mit.edu/projects/editor/?tip_bar=home">
|
||||
<img src="/svgs/teachers/tips-window.svg" alt="tips window icon" />
|
||||
</a>
|
||||
<p>
|
||||
<FormattedHTMLMessage id="teacherlanding.tipsWindow" />
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<img src="/svgs/teachers/creative-computing.svg" alt="creative computing icon" />
|
||||
<a href="http://scratched.gse.harvard.edu/guide/">
|
||||
<img src="/svgs/teachers/creative-computing.svg" alt="creative computing icon" />
|
||||
</a>
|
||||
<p>
|
||||
<FormattedHTMLMessage id="teacherlanding.creativeComputing" />
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue