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

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB