Deleted Deeper Insights podcast
This commit is contained in:
@@ -302,8 +302,8 @@ export default function HeroSection() {
|
|||||||
<HeroImgWrap>
|
<HeroImgWrap>
|
||||||
<Img src={img} alt="Book Cover" />
|
<Img src={img} alt="Book Cover" />
|
||||||
</HeroImgWrap>
|
</HeroImgWrap>
|
||||||
<HeroLink href="https://github.com/udlbook/udlbook/releases/download/v5.0.1/UnderstandingDeepLearning_03_26_25_C.pdf">
|
<HeroLink href="https://github.com/udlbook/udlbook/releases/download/v5.0.2/UnderstandingDeepLearning_05_29_25_C.pdf">
|
||||||
Download full PDF (26 March 2025)
|
Download full PDF (29 May 2025)
|
||||||
</HeroLink>
|
</HeroLink>
|
||||||
<br />
|
<br />
|
||||||
<HeroDownloadsImg
|
<HeroDownloadsImg
|
||||||
|
|||||||
@@ -69,23 +69,7 @@ export default function MediaSection() {
|
|||||||
</VideoFrame>
|
</VideoFrame>
|
||||||
</Column1>
|
</Column1>
|
||||||
<Column2>
|
<Column2>
|
||||||
Deeper insights podcast
|
<TopLine>Reviews</TopLine>
|
||||||
<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>
|
|
||||||
<MediaContent>
|
<MediaContent>
|
||||||
{/* TODO: add dynamic rendering for reviews */}
|
{/* TODO: add dynamic rendering for reviews */}
|
||||||
<ul>
|
<ul>
|
||||||
@@ -135,8 +119,6 @@ export default function MediaSection() {
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</MediaContent>
|
</MediaContent>
|
||||||
</Column1>
|
|
||||||
<Column2>
|
|
||||||
<TopLine>Interviews</TopLine>
|
<TopLine>Interviews</TopLine>
|
||||||
<MediaContent>
|
<MediaContent>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -157,16 +139,10 @@ export default function MediaSection() {
|
|||||||
Video lectures
|
Video lectures
|
||||||
</MediaLink>{" "} for chapters 1-12 from Tamer Elsayed
|
</MediaLink>{" "} for chapters 1-12 from Tamer Elsayed
|
||||||
</li>
|
</li>
|
||||||
{/* <li>
|
</ul>
|
||||||
<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>
|
</Column2>
|
||||||
</MediaRow2>
|
</MediaRow>
|
||||||
</MediaWrapper>
|
</MediaWrapper>
|
||||||
</MediaContainer>
|
</MediaContainer>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user