<h1>For the Dev</h1>

Because who else would care?

I wanted visitors on this site to be greeted with a landing page without a nav bar but instead leave a link on the first section to where they could easily view the collection of Podcast. I think this helps the site stay cleaner and the visitor is directed easier.

I added the code for this site by navigating to Website > Website Tools > Custom CSS

Code Used

#block-yui_3_17_2_1_1697489180704_2012 {
  max-width: 80%;
}
#collection-652d847cf8ca6d6266407f4c header {
  display: none; 
}
.header-title-text {
  border-bottom: solid 1px yellow;
  padding-bottom: 30px;
}