mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
feat: replace TED embed with image link
removes sole advertising cookie present on site
This commit is contained in:
parent
682dd7e894
commit
d238aa8201
2 changed files with 6 additions and 7 deletions
|
@ -56,13 +56,12 @@ const About = () => (
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<h2><FormattedMessage id="about.literacy" /></h2>
|
<h2><FormattedMessage id="about.literacy" /></h2>
|
||||||
<iframe
|
<a href="https://www.ted.com/talks/mitch_resnick_let_s_teach_kids_to_code">
|
||||||
allowFullScreen
|
<img
|
||||||
mozallowfullscreen={'true'}
|
alt="Mitch Resnick giving a TED Talk"
|
||||||
scrolling="no"
|
src="/images/about/ted-thumbnail.jpg"
|
||||||
src="https://embed-ssl.ted.com/talks/mitch_resnick_let_s_teach_kids_to_code.html"
|
/>
|
||||||
webkitallowfullscreen={'true'}
|
</a>
|
||||||
/>
|
|
||||||
<p><FormattedMessage id="about.literacyDescription" /></p>
|
<p><FormattedMessage id="about.literacyDescription" /></p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
BIN
static/images/about/ted-thumbnail.jpg
Normal file
BIN
static/images/about/ted-thumbnail.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue