feat: replace TED embed with image link

removes sole advertising cookie present on site
This commit is contained in:
cori hudson 2023-04-05 15:25:16 -04:00
parent 682dd7e894
commit d238aa8201
2 changed files with 6 additions and 7 deletions

View file

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB