mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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>
|
||||
<h2><FormattedMessage id="about.literacy" /></h2>
|
||||
<iframe
|
||||
allowFullScreen
|
||||
mozallowfullscreen={'true'}
|
||||
scrolling="no"
|
||||
src="https://embed-ssl.ted.com/talks/mitch_resnick_let_s_teach_kids_to_code.html"
|
||||
webkitallowfullscreen={'true'}
|
||||
/>
|
||||
<a href="https://www.ted.com/talks/mitch_resnick_let_s_teach_kids_to_code">
|
||||
<img
|
||||
alt="Mitch Resnick giving a TED Talk"
|
||||
src="/images/about/ted-thumbnail.jpg"
|
||||
/>
|
||||
</a>
|
||||
<p><FormattedMessage id="about.literacyDescription" /></p>
|
||||
</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