Listen

Description

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="description" content="Welcome to Unfiltered &amp; Inconvenient, where we discuss marriage, masculinity, freedom, faith and business. Subscribe and stay updated!">

<title>Unfiltered &amp; Inconvenient</title>

<style>

body {

font-family: Arial, sans-serif;

line-height: 1.6;

margin: 0;

padding: 0;

background-color: #f9f9f9;

color: #333;

}

header {

background-color: #333;

color: #fff;

padding: 1rem 0;

text-align: center;

}

header h1 {

margin: 0;

}

.container {

max-width: 800px;

margin: 20px auto;

padding: 0 15px;

}

.episode {

background: #fff;

margin-bottom: 20px;

padding: 15px;

border-radius: 5px;

box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.episode h2 {

margin-top: 0;

}

.subscribe {

text-align: center;

margin: 20px 0;

}

.subscribe a {

display: inline-block;

margin: 0 10px;

text-decoration: none;

color: #fff;

background-color: #007bff;

padding: 10px 15px;

border-radius: 5px;

}

</style>

</head>

<body>

<header>

<h1>Unfiltered &amp; Inconvenient</h1>

<p>Join us weekly for insights on marriage, masculinity, freedom, faith and business. </p>

</header>

<div class="container">

<section class="pisodes">

<h2>Previous Episode</h2>

<div class="episode">

<h3>Episode 6:Learning to grow while handing failure</h3>

<audio controls>

<source src="https://creators.spotify.com/pod/show/jono47/episodes/EP06-Learning-to-grow-while-handing-failure-e2tdt1a"

type="audio/mpeg">

Your browser does not support the audio element.

</audio>

</div>

</div>

</section>

<section class="subscribe">

<h2>Subscribe</h2>

<a href="https://open.spotify.com/episode/49JpyaR55Y6Rnr7QhVnPlq" target="_blank">Spotify</a>

</div>

<a href="https://podcasts.apple.com/us/podcast/ep01-unfiltered-inconvenient-with-jono-and-chase/id1785507228?i=1000680439870" target="_blank">Apple</a>

</section>

</div>

<footer>

<p style="text-align: center; padding: 10px; background: #333; color: #fff;">&copy; 2024 Unfiltered &amp; Inconvenient. All rights reserved.</p>

</footer>

</body>

</html>