Skip to content

Commit

Permalink
Add podcast embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Oct 25, 2023
1 parent 1d7a7d2 commit f95514b
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,23 @@
line-height: 1.5em;
}
.middle .section.video {
height: 550px;
height: 580px;
margin-top: 50px;
margin-bottom: 50px;
}
.middle .section.video p {
margin-left: 0;
margin-bottom: 10px;
}
.middle .section.podcast {
height: 350px;
margin-top: 50px;
margin-bottom: 50px;
}
.middle .section.podcast p {
margin-left: 0;
margin-bottom: 10px;
}
.footer {
background: rgb(25, 20, 20);
display: block;
Expand Down Expand Up @@ -261,6 +274,7 @@ <h2>Lightweight</h2>
</p>
</div>
<div class="section video" id="video-embed">
<p>Check out a demo of how to use Voyager in both Python and Java in 5 minutes:</p>
<iframe
width="1000"
height="562"
Expand All @@ -271,6 +285,18 @@ <h2>Lightweight</h2>
allowfullscreen>
</iframe>
</div>
<div class="section podcast">
<p>You can hear more from the Voyager team on the NerdOut@Spotify podcast:</p>
<iframe
style="border-radius:12px"
src="https://open.spotify.com/embed/episode/3NLpNXBFC5bX5Oy5KlF5CL?utm_source=generator"
width="100%"
height="352"
frameBorder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"></iframe>
</div>
</div>
<div class="footer">
<div class="columns">
Expand Down

0 comments on commit f95514b

Please sign in to comment.