Skip to content

Commit

Permalink
feat (components): podcast
Browse files Browse the repository at this point in the history
  • Loading branch information
“Brennan” committed Sep 7, 2023
1 parent 39a37a5 commit 7b98229
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dist/templates/components/podcast.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!-- PODCAST MODULE -->
<table>
<tr>
<td style="vertical-align: top; width: 40%;">
<div class="content" style="padding: 25px 0 0 20px;">
<p><img src="https://media.sailthru.com/64d/1k7/7/6/64a70725dcba6.jpg" width="230" border="0" alt="Lorem ipsum." />
<div style="float:left;">June 6, 2023</div> <div style="float:right;">46:05 mins</div></p><br /><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-radius: 0 0 5px 5px; padding-top:15px;">
<tr>
<td align="center" bgcolor="#ef404d">
<a role="button" class="button-text" href="{affiliate_website}" style="font-family: Arial, sans-serif; color: #ffffff; padding: 12px 18px; border: 1px solid #ef404d; display: inline-block; font-size: 18px; font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase">&#9658; Listen</a>
</td>
</tr>
</table>
</div>
</td>
<td>
<div class="content" style="padding: 0 20px 0 20px;">
<h2>Lorem ipsum dolor sit amet</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>

</div>
</td>
</tr>
</table><br />
<!-- PODCAST MODULE -->

0 comments on commit 7b98229

Please sign in to comment.