HowardHanna header, DeepL languages, Tasks, Pipedrive templates, Chubb script.

This commit is contained in:
Norm Rasmussen
2025-06-10 15:06:56 -04:00
parent f3631cf2d9
commit d82db4e6ca
89 changed files with 821 additions and 36 deletions

View File

@ -0,0 +1,24 @@
{% if isHowardHanna %}
<div class="calendar">
<iframe name="cw_frame" width="100%" height="1200" src=https://www.calendarwiz.com/calendars/calendar.php?crd=howardhanna&cid[]=all>Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</div>
{% elsif isRandRealty %}
<section class="section hh-padding-b" style="padding-top: 0; margin-bottom: 60px;">
<div class="grid">
<div class="grid__item grid__item--tablet-up-half grid__item--desktop-up-5" style="width: 100% !important">
<h2 class="heading--1 color-indigo-dark hh-margin-b calendar-title">Howard Hanna | Rand Realty Training Calendar</h2>
<p class="text-major calendar-subtitle">Register now for our training events! Use the drop-down menu to explore training in every office.</p>
<div class="calendar">
<iframe name="cw_frame" width="100%" height="1200" src="https://www.calendarwiz.com/calendars/calendar.php?crd=howardhannarandrealty&cid[]=293786">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</div>
</div>
</div>
</section>
{% endif %}
<style>
.calendar {
min-height: 1200px;
margin-top: 2rem;
}
</style>