Skip to content

Update editor lists and acks. #426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 13 additions & 17 deletions templates/podcast/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@ <h1 class="text-2xl-5xl">The Haskell Interlude</h1>
<div class="xl:max-w-screen-xl mx-auto md:px-12 lg:px-16">
<div class="bg-gray-800 shadow-lg shadow-xl shadow-md shadow-sm px-6 sm:px-12 md:px-12 lg:px-16 py-12 md:py-16">
<p class="lg:text-xl text-gray-300 leading-relaxed text-center">
The Haskell Interlude is Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Joachim Breitner, Andres Löh, Matthías Páll Gissurarson, Wouter Swierstra and Niki Vazou.
The Haskell Interlude is a Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Joachim Breitner, Samantha Frohlich, Andres Löh, Matthías Páll Gissurarson, Wouter Swierstra and Niki Vazou.
</p>
<p class="lg:text-xl text-gray-300 leading-relaxed text-center">
The music used is "Blue Lambda" by <a href="https://www.donyaquick.com/">Donya Quick</a>.<br />
Many thanks to Donya for giving us permission to use this track for our podcast.
</p>
<p class="lg:text-xl text-gray-300 leading-relaxed text-center">
This podcast would not be possible without the help of our editor, John Zhuang Hui, and our QA helper, Artin Ghasivand.
</p>
<p class="lg:text-xl text-gray-300 leading-relaxed text-center">
We are very grateful to our previous host Alejandro Serrano,
as well as to Alp Mestanogullari and Jose Calderon for their editing work and
and to Krishna Padmasola, Ben Orchard, and Mihai Maruseac for their transcription work.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"and" is repeated twice.

</p>
</div>
</div>
Expand All @@ -33,20 +45,4 @@ <h2 class="text-center text-2xl-4xl font-normal">
</div>
</div>

<div class="mt-16 md:mt-24">
<div class="xl:max-w-screen-xl mx-auto md:px-12 lg:px-16">
<div class="bg-gray-800 shadow-lg shadow-xl shadow-md shadow-sm px-6 sm:px-12 md:px-12 lg:px-16 py-16 md:py-20">
<h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Acknowledgements</h2>
<p class="mt-10 lg:text-xl text-gray-300 leading-relaxed text-center">
The music used is "Blue Lambda" by <a href="https://www.donyaquick.com/">Donya Quick</a>.<br />
Many thanks to Donya for giving us permission to use this track for our podcast.
</p>
<p class="mt-10 lg:text-xl text-gray-300 leading-relaxed text-center">
We are very grateful to Alp Mestanogullari and Jose Calderon for their help with editing the episodes
and to Krishna Padmasola, Ben Orchard, and Mihai Maruseac for their help with the transcription.
</p>
</div>
</div>
</div>

</div>
Loading