Deleted Deeper Insights podcast
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -69,23 +69,7 @@ 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&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>
|
||||
<TopLine>Reviews</TopLine>
|
||||
<MediaContent>
|
||||
{/* TODO: add dynamic rendering for reviews */}
|
||||
<ul>
|
||||
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user