Tons of Solutions Engineering work done today for the rest of the CS team! Headway, Howard Hanna, Engels, Brighton, etc. Also completed Datasnippers auth flow and worked on Anthology's script. Cloned Anthology's courses (900..) and will clone Full Story on Monday.
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user