LJ Hooker templates re-downloaded so Tracy didn't have to send a ticket to the blackhole of Jira. Updated some scripts to get Sandata groups and a few Walmart screenshots.

This commit is contained in:
Norm Rasmussen
2024-04-10 17:37:51 -04:00
parent 9ddc3f7b1e
commit 958f1ec991
107 changed files with 2280 additions and 146 deletions

View File

@ -0,0 +1,78 @@
{% 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">Tom Donnelly</div>
<div class="coach-job">Head of Commercial</div>
<div class="coach-desc">
<div class="specialties">
<div class="specialties-header">Tom specialises in:</div>
<ul>
<li>CRE business strategy</li>
<li>CRE basics</li>
<li>CRE leasing</li>
<li>CRE property management</li>
</ul>
</div>
</div>
</div>
<div class="image-container">
<img class="coaching-image" src="https://s3.amazonaws.com/static.northpass.com/LightHouse-LJHooker/Tom+Donnelly+1280x450.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 Tom</div>
<div class="col-xs-12 col-md-8">
<div class="about-coach-desc">
<p>
Originally from the UK, Tom brings extensive expertise in commercial property and finance, with a focus on real estate sales, leasing, and property/asset management. He launched his Australian career with LJ Hooker Group in 2004, initially in the finance team and later as a Franchise Manager in LJ Hooker Commercial.
</p>
<p>
For nine years starting in 2009, Tom served as General Manager/Partner at Portfolio Solutions (formerly LJ Hooker Portfolio Solutions). His roles encompassed business development, strategy implementation, financial analysis, staff management, and overseeing property sales and leasing contracts, including valuations.
</p>
<p>
Before his role as Head of Commercial, Tom was the Director/Partner of Asset Management at MMJ Real Estate, responsible for various commercial properties in Sydney's CBD. His day-to-day activities included business development, tenant and landlord liaison, financial management, and reporting. </p>
<p>
Tom's passion for commercial real estate is evident in his dedication to LJ Hooker Commercial franchises. Apart from his wealth of experience, he holds a diploma in Property, a Degree in Social Policy & Economics, and is a licensed real estate agent (CLASS 1) in NSW. </p>
</div>
</div>
<div class="book-btns-wrapper col-xs-12 col-md-4">
<a
class="np-button"
href="https://calendly.com/tdonnelly-7fc/30-minute-meeting-clone"
target="blank">Book a 15min Meeting</a>
<a
class="np-button"
href="https://calendly.com/tdonnelly-7fc/quick-chat-30min"
target="blank">Book a 30min Meeting</a>
<a
class="np-button"
href="https://calendly.com/tdonnelly-7fc/30-minute-meeting-clone-1"
target="blank">Book a 60min Meeting</a>
</div>
</div>
</div>
{% comment %} {% include "carousel_coaches_property_management" %} {% 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/tdonnelly-7fc/', text: 'Schedule time with me', color: '#1a1a1a', textColor: '#ffffff', branding: undefined }); }
</script>