Deleted Deeper Insights podcast

This commit is contained in:
Simon Prince
2025-08-19 17:25:06 -04:00
parent 884a7e358b
commit 9f0570e26f
2 changed files with 6 additions and 30 deletions

View File

@@ -302,8 +302,8 @@ export default function HeroSection() {
<HeroImgWrap>
<Img src={img} alt="Book Cover" />
</HeroImgWrap>
<HeroLink href="https://github.com/udlbook/udlbook/releases/download/v5.0.1/UnderstandingDeepLearning_03_26_25_C.pdf">
Download full PDF (26 March 2025)
<HeroLink href="https://github.com/udlbook/udlbook/releases/download/v5.0.2/UnderstandingDeepLearning_05_29_25_C.pdf">
Download full PDF (29 May 2025)
</HeroLink>
<br />
<HeroDownloadsImg

View File

@@ -69,22 +69,6 @@ export default function MediaSection() {
</VideoFrame>
</Column1>
<Column2>
Deeper insights podcast
<VideoFrame>
<iframe
width="100%"
height="100%"
src="https://www.youtube.com/embed/nQf4o9TDSHI?si=uMk66zLD7uhuSnQ1&amp;controls=0"
title="YouTube video player"
frameBorder="2"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</VideoFrame>
</Column2>
</MediaRow>
<MediaRow2>
<Column1>
<TopLine>Reviews</TopLine>
<MediaContent>
{/* TODO: add dynamic rendering for reviews */}
@@ -135,8 +119,6 @@ export default function MediaSection() {
</li>
</ul>
</MediaContent>
</Column1>
<Column2>
<TopLine>Interviews</TopLine>
<MediaContent>
<ul>
@@ -157,16 +139,10 @@ export default function MediaSection() {
Video lectures
</MediaLink>{" "} for chapters 1-12 from Tamer Elsayed
</li>
{/* <li>
<MediaLink href="https://dl4ds.github.io/sp2025/lectures/">
Video lectures and slides
</MediaLink>{" "} that closely follow the book from Thomas Gardos of Boston University.
</li> */}
</ul>
</Column2>
</MediaRow2>
</MediaRow>
</MediaWrapper>
</MediaContainer>
</>