Skip to content

Commit d7fc103

Browse files
committed
Add podcast teaser.
1 parent 388bb99 commit d7fc103

File tree

7 files changed

+34
-22
lines changed

7 files changed

+34
-22
lines changed

docs/podcast/index.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -220,20 +220,26 @@ <h1 class="text-2xl-5xl">The Haskell Interlude</h1>
220220
</div>
221221

222222

223-
<div class="max-w-screen-md mx-auto grid gap-8">
224-
225-
226-
<div class="bg-gray-100 px-6 sm:px-12 space-y-4 py-12">
227-
223+
<div class="max-w-screen-xl mx-auto">
224+
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-12 lg:py-24">
225+
<h2 class="text-center text-2xl-4xl font-normal">Episode 0: Teaser</h2>
226+
<div class="mt-8 space-y-8 max-w-2xl mx-auto">
228227
<p>
229-
We are starting a new Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Niki Vazou, Joachim Breitner, Andres Löh, Alejandro Serrano and Wouter Swierstra.
228+
We are starting a new Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Niki Vazou, Joachim Breitner, Andres Löh, Alejandro Serrano and Wouter Swierstra. In this teaser episode, we introduce ourselves. The first regular episode will appear very soon.
230229
</p>
231-
232-
<p> The first episode is coming soon! </p>
233-
230+
<center>
231+
<audio controls>
232+
<source src="static/podcast/ep0-teaser.mp3">
233+
<source src="static/podcast/ep0-teaser.ogg">
234+
Audio not supported by browser.
235+
</audio>
236+
</center>
237+
<p>
238+
The music used is "Blue Lambda" by <a href="https://www.donyaquick.com/">Donya Quick</a>.
239+
Many thanks to Donya for giving us permission to use this track for our podcast.
240+
</p>
241+
</div>
234242
</div>
235-
236-
237243
</div>
238244

239245
</div>

docs/static/podcast/ep0-teaser.mp3

5.81 MB
Binary file not shown.

docs/static/podcast/ep0-teaser.ogg

6.71 MB
Binary file not shown.
5.82 MB
Binary file not shown.

site/podcast/index.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,24 @@ <h1 class="text-2xl-5xl">The Haskell Interlude</h1>
3636
</div>
3737

3838

39-
<div class="max-w-screen-md mx-auto grid gap-8">
40-
41-
42-
<div class="bg-gray-100 px-6 sm:px-12 space-y-4 py-12">
43-
39+
<div class="max-w-screen-xl mx-auto">
40+
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-12 lg:py-24">
41+
<h2 class="text-center text-2xl-4xl font-normal">Episode 0: Teaser</h2>
42+
<div class="mt-8 space-y-8 max-w-2xl mx-auto">
4443
<p>
45-
We are starting a new Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Niki Vazou, Joachim Breitner, Andres Löh, Alejandro Serrano and Wouter Swierstra.
44+
We are starting a new Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Niki Vazou, Joachim Breitner, Andres Löh, Alejandro Serrano and Wouter Swierstra. In this teaser episode, we introduce ourselves. The first regular episode will appear very soon.
4645
</p>
47-
48-
<p> The first episode is coming soon! </p>
49-
46+
<center>
47+
<audio controls>
48+
<source src="static/podcast/ep0-teaser.mp3">
49+
<source src="static/podcast/ep0-teaser.ogg">
50+
Audio not supported by browser.
51+
</audio>
52+
</center>
53+
<p>
54+
The music used is "Blue Lambda" by <a href="https://www.donyaquick.com/">Donya Quick</a>.
55+
Many thanks to Donya for giving us permission to use this track for our podcast.
56+
</p>
57+
</div>
5058
</div>
51-
52-
5359
</div>

site/static/podcast/ep0-teaser.mp3

5.81 MB
Binary file not shown.

site/static/podcast/ep0-teaser.ogg

6.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)