Skip to content

Commit

Permalink
add testimonials in subscribe modal
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Sep 3, 2024
1 parent b47fae9 commit 3a29187
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
12 changes: 1 addition & 11 deletions html_chunk/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,7 @@ <h2>❤️ 10 best R tricks ❤️</h2>
</div>

<!-- Row 2 = all the testimonials -->
<div
style="
display: flex;
flex-wrap: nowrap;
overflow: scroll;
padding-left: 40px;
padding-right: 40px;
margin-top: 30px;
gap: 70px;
"
>
<div>
<script
src="https://widget.senja.io/widget/dbec7d0e-ac9b-4289-a216-ffef590a6039/platform.js"
type="text/javascript"
Expand Down
22 changes: 22 additions & 0 deletions html_chunk/subscribe_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,28 @@ <h1>❤️ My 10 best tips and tricks ❤️</h1>
</div>
</div>
</div>
<div
style="
display: flex;
flex-wrap: nowrap;
overflow: scroll;
margin-bottom: 30px;
gap: 70px;
"
>
<script
src="https://widget.senja.io/widget/dbec7d0e-ac9b-4289-a216-ffef590a6039/platform.js"
type="text/javascript"
async
></script>
<div
class="senja-embed"
data-id="dbec7d0e-ac9b-4289-a216-ffef590a6039"
data-mode="shadow"
data-lazyload="false"
style="display: block"
></div>
</div>
</div>
</div>
</div>

0 comments on commit 3a29187

Please sign in to comment.