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,73 @@
{% 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">Scott Carter</div>
<div class="coach-job">Growth Manager Regional (NSW)</div>
<div class="coach-desc">
<div class="specialties">
<div class="specialties-header">Scott specialises in:</div>
<ul>
<li>Sponsorship, getting the most out of it</li>
<li>Prospecting back to basics</li>
<li>Personal branding as an agent</li>
<li>Regional business operations</li>
<li>Consistency in marketing yourself</li>
</ul>
</div>
</div>
</div>
<div class="image-container">
<img class="coaching-image" src="https://s3.amazonaws.com/static.northpass.com/LightHouse-LJHooker/Scott+Carter+-+Booking+Page.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 Scott</div>
<div class="col-xs-12 col-md-8">
<div class="about-coach-desc">
<p>
Scott has been in real estate for over 17 years. Commencing his real estate career in Armidale NSW, Scott was responsible for the back-end administration of the offices business activities including accounts and HR, and also ran their offices Strata Management portfolio. Throughout Scotts nearly 10 years, he learned operational skills for all aspects of the business. Prior to this Scott worked for Elders for 10 years, as an Agronomist.
</p>
<p>
Prior to joining LJ Hooker, Scott spent 7.5 years with First National as a Business Growth Manager. Scott was responsible for ensuring his offices were utilising the resources available to them from First National and became a business mentor to many principals and staff. Throughout his tenure at First National, he also sat on the Regional & Rural Chapter and organised their annual conference each year. Scott was the implementation specialist for one of First Nationals digital marketing programs conducting online training with staff.
</p>
<p>
Throughout Scotts working career, he has had a passion for the success of regional businesses. Scott enjoys working with real estate businesses to implement new operating initiatives so that their presence in their community is well respected and they are successful and profitable.
</p>
</div>
</div>
<div class="book-btns-wrapper col-xs-12 col-md-4">
<a class="np-button" href="https://calendly.com/scarter-ljh/quick-chat-15-mins" target="blank">Book a 15min Chat</a>
<a class="np-button" href="https://calendly.com/scarter-ljh/30min" target="blank"> Book a 30min Coaching Session</a>
<a class="np-button" href="https://calendly.com/scarter-ljh/group-session-60-mins" 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/scarter-ljh', text: 'Schedule time with me', color: '#1a1a1a', textColor: '#ffffff', branding: true }); }</script>