Skip to content

Commit

Permalink
Fireside requires whole number seasons
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Mar 19, 2024
1 parent da4bc9c commit 3e10244
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions podcast/elixir-wizards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ <h1>Elixir Wizards Podcast</h1>
</section>

<section class="section content-block podcast" id="season-list">
<h3><a href="/podcast/elixir-wizards/season-eleven-point-five">Season 11.5: Office Hours</a></h3>
<p>The Elixir Wizards Podcast is back with a special edition mini-seasonSeason 11.5, “Office Hours.” Spanning six episodes, we invite you to join hosts Sundi Myint, Owen Bickford, and Dan Ivovich, along with the SmartLogic team, for candid internal conversations to delve deep into the stages of the software development lifecycle.</p>
<p>Season Eleven began airing in March 2024.</p>
<h3><a href="/podcast/elixir-wizards/season-twelve">Season Twelve: Office Hours</a></h3>
<p>The Elixir Wizards Podcast is back with a special edition mini-season: Season 12 “Office Hours.” Spanning six episodes, we invite you to join hosts Sundi Myint, Owen Bickford, and Dan Ivovich, along with the SmartLogic team, for candid internal conversations to delve deep into the stages of the software development lifecycle.</p>
<p>Season Twelve began airing in March 2024.</p>

<h3><a href="/podcast/elixir-wizards/season-eleven">Season Eleven: Branching Out from Elixir</a></h3>
<p>In Season 11 of the Elixir Wizards podcast, we venture beyond the familiar shores of Elixir to engage in cross-community dialogue, compare notes, and broaden our horizons. This season is dedicated to understanding how Elixir integrates, contrasts, and can potentially synergize with other prominent technologies in the software world.</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
title: "Elixir Wizards Podcast Season 11.5: Office Hours"
title: "Elixir Wizards Podcast Season 12: Office Hours"
description:
breadcrumb: Season 11.5
breadcrumb: Season 12
include_rss: true
---
<main class="main main-home" role="main">
Expand All @@ -13,16 +13,16 @@
<div class="hero__left-text">
<div class="head-text">
<h1>Elixir Wizards Podcast</h1>
<h2>Season 11.5: Office Hours</h2>
<h2>Season 12: Office Hours</h2>
</div>
</div>
<div class="hero__left-desc">
<p>The Elixir Wizards Podcast is back with a special edition mini-season—Season 11.5, “Office Hours.” Spanning six episodes, we invite you to join hosts Sundi Myint, Owen Bickford, and Dan Ivovich, along with the SmartLogic team, for candid internal conversations to delve deep into the stages of the software development lifecycle.</p>
<p>The Elixir Wizards Podcast is back with a special edition mini-season—Season 12, “Office Hours.” Spanning six episodes, we invite you to join hosts Sundi Myint, Owen Bickford, and Dan Ivovich, along with the SmartLogic team, for candid internal conversations to delve deep into the stages of the software development lifecycle.</p>
<p>In “Office Hours,” you can peek behind the scenes into SmartLogic's inner workings and engage with us as we discuss tools, tackle challenges, strategize to solve problems, and share the triumphs (and traumas) that shape our approach to projects and keep us on the right track.</p>
<p>Whether you’re a seasoned developer, an aspiring software engineer, a project manager interested in Agile methodologies—or just curious about the inner workings of a custom software development shop— tune in to join the conversation.</p>
<p>We’re trying something new! You can continue to enjoy Elixir Wizards on your favorite streaming platforms, and you now have the option to tune in to the Elixir Wizards video podcast on <a href="https://www.youtube.com/@SmartLogic-io">YouTube</a></p>
<p>
Season 11.5 began airing in March 2024.
Season 12 began airing in March 2024.
</p>
</div>
</div>
Expand All @@ -33,8 +33,8 @@ <h2>Season 11.5: Office Hours</h2>
</section>
<!-- main body content -->
<div class="content-page-wrapper">
<section class="section content-block podcast" id="s11.5">
{% include season-episodes.html season='Season 11.5' %}
<section class="section content-block podcast" id="s12">
{% include season-episodes.html season='Season 12' %}
</section>

<section>
Expand Down

0 comments on commit 3e10244

Please sign in to comment.