Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat (components): podcast #40

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Changes from 1 commit
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
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>
barsinister marked this conversation as resolved.
Show resolved Hide resolved
<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;">
barsinister marked this conversation as resolved.
Show resolved Hide resolved
<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>
barsinister marked this conversation as resolved.
Show resolved Hide resolved
<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 -->
Loading