Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1><a href="/"><img src="/img/hof-logo.png" alt="Kentucky Entrepreneur Hall of
<li><a href="/media">Media</a></li>
<li><a href="/founders-series">Founders Series</a></li>
<li><a href="https://fellowship.awesomeinc.org/portfolio">The Fellowship</a></li>
<li><a href="/book">The Book</a></li>
<!-- <li><a href="/book">The Book</a></li> -->
<li><a href="/nominate">Nominate</a></li>
<!-- <li><a href="/event/">Event</a></li> -->
<li><a href="https://www.kychamber.com/node/1828">Register</a></li>
Expand Down
29 changes: 29 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,35 @@ div#press,
div#podcast,
div#book {
padding-right:40px;
margin-bottom: 75px;
}

/* div#press .title,
div#podcast .title,
div#book .title,
div#recent-photos .title {
border: none;
} */

div#podcast .title,
div#book .title {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

div#podcast p {
margin: 10px 0;
display: flex;
justify-content: space-between;
align-items: center;
}

div#podcast a,
div#book .title a {
color: #af0a09;
display: inline-block;
}

div#podcast iframe {
Expand Down
8 changes: 7 additions & 1 deletion media.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<div id="podcast">
<div class="title">
<h2>Podcast</h2>
<p>
<a href="https://www.youtube.com/playlist?list=PL_YvoQ-KM3YHtlmn9_E841lpegYDVlXOk" target="_blank">Click to view full youtube playlist</a>
<span>&nbsp;|&nbsp;</span>
<a href="https://anchor.fm/kehof" target="_blank">Check us out online!</a>
</p>
</div>

<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL_YvoQ-KM3YHtlmn9_E841lpegYDVlXOk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Expand All @@ -18,6 +23,7 @@ <h2>Podcast</h2>
<div id="book">
<div class="title">
<h2>Book</h2>
<a href="http://amzn.to/2yrO97K" target="_blank">Click to view on Amazon</a>
</div>

<div class="row-fluid book">
Expand Down Expand Up @@ -393,7 +399,7 @@ <h3>Class of 2010</h3>

</div>
</div>
<div class="span4">
<div class="span4" id="recent-photos">
<div class="title">
<h2>Recent Photos</h2>
<div id="linkdiv">
Expand Down