Updated Pipedrive's templates, mostly.

This commit is contained in:
Norm Rasmussen
2024-09-12 18:25:34 -04:00
parent 70b5d04b26
commit e78efae8aa
353 changed files with 5405 additions and 1769 deletions

View File

@ -0,0 +1,24 @@
<div class="width-limit">
<div class="upcoming-webinars-title">
Upcoming webinars by Pipedrive
</div>
<div class="upcoming-webinars-iframe">
<iframe width="100%" height="400" frameborder="0" src="https://app.livestorm.co/pipedrive/upcoming?limit=9" title="Pipedrive events | Livestorm"></iframe>
</div>
</div>
<style>
.upcoming-webinars-iframe {
width: 70%;
min-height: 375px;
border: 1px solid #E4E6E9;
border-radius: 4px;
}
.upcoming-webinars-title {
font-size: 34px;
font-weight: 700;
line-height: 44px;
margin: 40px 0;
}
</style>