Added a new template for Anthology's ILTs register button and completed a ticket for LJ hooker and Tracy. No notes.

This commit is contained in:
Norm Rasmussen
2024-01-26 17:12:06 -05:00
parent 28036e8fa6
commit e01aee1612
89 changed files with 9079 additions and 0 deletions

View File

@ -0,0 +1,75 @@
{% include "header" %}
{% include "sub_navigation" %}
<main>
<div class="single-coach-heading-text">
Helping you Succeed
</div>
<div class="coach-image">
<div class="coach-description">
<div class="coach-name">Kiarni Hall</div>
<div class="coach-job">Business Solutions Specialist</div>
<div class="coach-desc">
<div class="specialties">
<div class="specialties-header">Kiarni specialises in:</div>
<ul>
<li>Move<sup>2</sup> & Freedom</li>
<li>Platform</li>
<li>Agent/vendor portal (reporting)</li>
<li>Realhub & Engage</li>
<li>Digital marketing</li>
</ul>
</div>
</div>
</div>
<div class="image-container">
<img class="coaching-image" src="https://s3.amazonaws.com/static.northpass.com/LightHouse-LJHooker/Coach+images/Kiarni+Morgans.png" />
</div>
</div>
<div class="about-coach-section np-max-width">
<div class="row">
<div class="col-xs-12 about-text-heading mb-4">About Kiarni</div>
<div class="col-xs-12 col-md-8">
<div class="about-coach-desc">
<p>
Commencing her real estate career in 2011 on Sydneys, northern beaches, Kiarni has extensive experience in an array of operational and client-facing roles across both the Sydney and Brisbane, residential and commercial property market.
</p>
<p>
A licensed QLD Real Estate Agent herself, Kiarni has been the recipient of a number of accolades including “Support Staff of the Year”, and “Professional of the Year” at the State Achievement Awards during her time with CBRE.
</p>
<p>
Kiarni is recognised as an extremely professional operator committed to driving individual and business success. She is known for her personalised training techniques and exceptional ability to assist teams in maximising their productivity by utilising the platforms available to them.
</p>
</div>
</div>
<div class="book-btns-wrapper col-xs-12 col-md-4">
<a class="np-button" href="https://calendly.com/kiarnihall/15min" target="blank">Book a 15min Meeting</a>
<a class="np-button" href="https://calendly.com/kiarnihall/30min" target="blank">Book a 30min Meeting</a>
<a class="np-button" href="https://calendly.com/kiarnihall/45-min-training-session">Book a 45min Meeting</a>
<a class="np-button" href="https://calendly.com/kiarnihall/60min" target="blank">Book a 60min Meeting</a>
</div>
</div>
</div>
{%comment%}
{% capture quote %}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
{% endcapture %}
{% include "quote_full_width", quote: quote %}
{%endcomment%}
{% include "carousel_coaches_sales" %}
{%comment%} {%include "events_carousel"%} {%endcomment%}
</main>
{% include "footer" %}
{% include "styles_single_coach_pages" %}
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/kiarnihall', text: 'Schedule time with me', color: '#1a1a1a', textColor: '#ffffff', branding: true }); }</script>