Commit b1eadf8c authored by St19_Galla's avatar St19_Galla Committed by GitHub

Add image links

parent b893c5c6
...@@ -82,19 +82,25 @@ var Landing = injectIntl(React.createClass({ ...@@ -82,19 +82,25 @@ var Landing = injectIntl(React.createClass({
<h3 id="guides-header"><FormattedMessage id="teacherlanding.guidesTitle" /></h3> <h3 id="guides-header"><FormattedMessage id="teacherlanding.guidesTitle" /></h3>
<FlexRow className="guides-and-tutorials"> <FlexRow className="guides-and-tutorials">
<div> <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> <p>
<FormattedHTMLMessage id="teacherlanding.helpPage" /> <FormattedHTMLMessage id="teacherlanding.helpPage" />
</p> </p>
</div> </div>
<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> <p>
<FormattedHTMLMessage id="teacherlanding.tipsWindow" /> <FormattedHTMLMessage id="teacherlanding.tipsWindow" />
</p> </p>
</div> </div>
<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> <p>
<FormattedHTMLMessage id="teacherlanding.creativeComputing" /> <FormattedHTMLMessage id="teacherlanding.creativeComputing" />
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment