Skip to content

Commit

Permalink
zero pad episode numbers for alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Krouse committed May 22, 2018
1 parent d5ae9fb commit cd4ca29
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Expand Up @@ -135,15 +135,15 @@ <h4>Episodes</h4>
<li><span class="date">2017 Sep 25 - </span><a target="_blank" href="./episodes/12-research-recap-six-cycle-js-deep-dive.html">#12 - Research Recap Six: CycleJS Deep Dive</a></li>
<li><span class="date">2017 Sep 19 - </span><a target="_blank" href="./episodes/11-how-reactjs-was-created-with-pete-hunt.html">#11 - How ReactJS was created - with Pete Hunt</a></li>
<li><span class="date">2017 Sep 13 - </span><a target="_blank" href="./episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html">#10 - Unison's Paul Chiusano on how Abstraction Will Save Distributed Computing</a></li>
<li><span class="date">2017 Sep 11 - </span><a target="_blank" href="./episodes/9-research-recap-five.html">#9 - Research Recap Five</a></li>
<li><span class="date">2017 Aug 30 - </span><a target="_blank" href="./episodes/8-research-recap-four.html">#8 - Research Recap Four</a></li>
<li><span class="date">2017 Jul 21 - </span><a target="_blank" href="./episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html">#7 - Looker's Lloyd Tabb on Growing Languages Through Deprecation</a></li>
<li><span class="date">2017 Aug 24 - </span><a target="_blank" href="./episodes/6-research-recap-three.html">#6 - Research Recap Three (WoofJS Workflow)</a></li>
<li><span class="date">2017 Aug 09 - </span><a target="_blank" href="./episodes/5-samantha-john.html">#5 - Samantha John of Hopscotch on Learnable Programming</a></li>
<li><span class="date">2017 Aug 09 - </span><a target="_blank" href="./episodes/4-research-recap-two.html">#4 - Research Recap Two</a></li>
<li><span class="date">2017 Jul 29 - </span><a target="_blank" href="./episodes/3-jonathan-leung-on-inventing-on-principle.html">#3 - Jonathan Leung on Inventing on Principle</a></li>
<li><span class="date">2017 Jul 16 - </span><a target="_blank" href="./episodes/2-research-recap.html">#2 - Research Recap</a></li>
<li><span class="date">2017 Jul 13 - </span><a target="_blank" href="./episodes/1-welcome.html">#1 - Welcome to the Future of Coding</a></li>
<li><span class="date">2017 Sep 11 - </span><a target="_blank" href="./episodes/9-research-recap-five.html">#09 - Research Recap Five</a></li>
<li><span class="date">2017 Aug 30 - </span><a target="_blank" href="./episodes/8-research-recap-four.html">#08 - Research Recap Four</a></li>
<li><span class="date">2017 Jul 21 - </span><a target="_blank" href="./episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html">#07 - Looker's Lloyd Tabb on Growing Languages Through Deprecation</a></li>
<li><span class="date">2017 Aug 24 - </span><a target="_blank" href="./episodes/6-research-recap-three.html">#06 - Research Recap Three (WoofJS Workflow)</a></li>
<li><span class="date">2017 Aug 09 - </span><a target="_blank" href="./episodes/5-samantha-john.html">#05 - Samantha John of Hopscotch on Learnable Programming</a></li>
<li><span class="date">2017 Aug 09 - </span><a target="_blank" href="./episodes/4-research-recap-two.html">#04 - Research Recap Two</a></li>
<li><span class="date">2017 Jul 29 - </span><a target="_blank" href="./episodes/3-jonathan-leung-on-inventing-on-principle.html">#03 - Jonathan Leung on Inventing on Principle</a></li>
<li><span class="date">2017 Jul 16 - </span><a target="_blank" href="./episodes/2-research-recap.html">#02 - Research Recap</a></li>
<li><span class="date">2017 Jul 13 - </span><a target="_blank" href="./episodes/1-welcome.html">#01 - Welcome to the Future of Coding</a></li>
</ul>
</div>

Expand Down

0 comments on commit cd4ca29

Please sign in to comment.