?
Current Path : /home1/savoy/public_html/unova.in/application/views/site/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/unova.in/application/views/site/coaching-services.php |
<?php $this->load->view('site/header'); ?> <div class="banner"> <div class="banner_top"></div><!--banner_top end--> <div class="banner_mid_inner"><img src="<?=base_url()?>/assets/images/training.jpg" alt="Coaching Services"/></div><!--banner_mid end--> <div class="banner_bot"></div><!--banner_bot end--> </div><!--banner end--> <div class="content"> <div class="content_left_contact"> <h1 class="centeraligned">Coaching Services</h1> <div class="trainingservicecontact"> <p> In a recent Minute with Maxwell message, John defined a coach as “…someone who can come alongside of you and can correct you without criticizing you in a way that is negative in your life. A coach is a word that means ‘come alongside’. Come alongside and share together, teach, listen and lead.” My coaching involves the ability to understand you: to live where you live, think how you think, and understand your perspective. From this benchmark, I will place another perspective on top of yours stretching and growing you to gently see a different way. As a certified John Maxwell coach, I can see what you are going through and things you are going to go through. Coaching is foreseeing, paving the way, coming alongside and adding value to you. </p> </div> <?php if ($coaching->num_rows() > 0) { foreach ($coaching->result_array() as $program) { ?> <div class="trainingservicecontact" id="<?=$program['coaching_id']?>"> <h3 class="leftaligned"><?=$program['coaching_title'];?></h3> <?=$program['coaching_content'];?> <span class="trainingcontact"><?=$program['coaching_contact'];?></span> <div class="contacttouch"> <a href="<?=site_url();?>/site/coaching-registration/<?=$program['coaching_id'];?>"><img src="<?=base_url()?>/assets/images/contact-us-button.jpg" alt=""/></a> </div> <br/> </div> <?php } } ?> </div><!--content_left end--> <div class="content_right_contact"> <img src="<?=base_url()?>/assets/images/side-training.jpg" alt="" /> </div> </div><!--content end--> <?php $this->load->view('site/footer.php'); ?>