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,67 @@
{% 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">Natalie Mikhael</div>
<div class="coach-job">Network Performance Manager (NSW)</div>
<div class="coach-desc">
<div class="specialties">
<div class="specialties-header">Natalie specialises in:</div>
<ul>
<li>All things sales (prospect, list, negotiate, sell)</li>
<li>Listing and selling auctions</li>
<li>DISC profiling for better outcomes</li>
<li>Organisational performance for business owners</li>
</ul>
</div>
</div>
</div>
<div class="image-container">
<img class="coaching-image" src="https://s3.amazonaws.com/static.northpass.com/LightHouse-LJHooker/Nat+Booking+Page+New.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 Natalie</div>
<div class="col-xs-12 col-md-8">
<div class="about-coach-desc">
<p>
Natalie has been in the real estate industry since 2003, with a particular focus on residential auctions and sales throughout NSW. She has consistently worked within high performance and award-winning teams, always learning and leading, and striving for professional integrity and excellence at all times.
</p>
<p>
Since joining the corporate space, she has helped business owners grow their teams and improve their overall performance across the board. She is particularly interested in developing operational strategy and process, providing ongoing coaching/mentoring, and ensuring businesses are recruitment ready and culture focused.
</p>
</div>
</div>
<div class="book-btns-wrapper col-xs-12 col-md-4">
<a class="np-button" href="https://calendly.com/nmikhael/quick-chat-15-mins?" target="blank">Book a 15min Chat</a>
<a class="np-button" href="https://calendly.com/nmikhael/quick-chat-15-mins-clone?" target="blank"> Book a 30min Coaching Session</a>
<a class="np-button" href="https://calendly.com/nmikhael/one-on-one-session-30-mins-clone?" target="blank"> Book a 60min Group Session</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/nmikhael?primary_color=1a1a1a', text: 'Schedule time with me', color: '#1a1a1a', textColor: '#ffffff', branding: true }); }</script>