?
Current Path : /home1/savoy/public_html/unova.in/test/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/test/application/views/site/leadershipworkshops.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/testimonial.jpg" alt="Leadership Workshops"/></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">Leadership Workshops</h1> <div class="trainingservicecontact"> <p>John Maxwell’s team of coaches, trainers and speakers have been trained and certified by John to help you be intentional in your life both privately and professionally—by working with purpose and having a solid plan. Being intentional is about relying on a pre-determined strategy.</p> <p>Jessica our John Maxwell certified coach, speaker and trainer is equipped with the best materials and has developed the proper skill sets to work with you one-on-one, in group settings, and through workshops and seminars to visualize, create and execute a customized leadership strategy to best fit your needs. The 21 Irrefutable Laws of Leadership is a must for any Leader to become THE BEST LEADER.</p> <br/><br/> <h2>Leadership Master Mind</h2> <p>Here is synergy of energy, commitment and excitement that participants bring to a mastermind group. My facilitated groups offer a combination of masterminding, peer brainstorming, education, accountability and support in a group setting to sharpen your business and personal skills. By bringing fresh ideas and a different perspective, my masterminds can help you achieve success. </p> <p>Key Benefits of a Mastermind Group:</p> <ul> <li>Increase your own experience and confidence</li> <li>Sharpen your business and personal skills</li> <li>Create real progress in your business and your life</li> <li>Add an instant and valuable support network</li> <li>Get honest feedback, advice and brainstorming</li> <li>Borrow on the experience and skills of the other members</li> <li>Study the 21 Irrefutable Laws of Leadership, create an action plan and have the group hold you accountable for fulfilling your plan and goals</li> <li>Receive critical insights into yourself</li> <li>Optimistic peer support in maintaining a positive mental attitude</li> <li>A sense of shared endeavor – there are others out there!</li> </ul> <p><strong>"Hold yourself responsible for a higher standard than anybody else expects of you."</strong> Henry Ward Beecher</p> <span class="trainingcontact">For your workshop on "Leadership Master Mind"</span> <div class="contacttouch"> <a href="<?=site_url();?>/site/workshop-registration/6"><img src="<?=base_url()?>/assets/images/contact-us-button.jpg" alt=""/></a> </div> <br/><br/> <h1 class="centeraligned">Our Specialized John Maxwell Workshops</h1> <br/><br/> <?php if ($leadership_workshops->num_rows() > 0) { foreach ($leadership_workshops->result_array() as $wrkshp) { if($wrkshp['active']==1) { ?> <div> <h2><?=$wrkshp['workshop_title'];?></h2> <div class="books"> <img src="<?=base_url()?>/assets/images/<?=$wrkshp['workshop_image'];?>" title="Leadership Workshop" width="150" height="150"> </div> <br/><br/><br/> <?=$wrkshp['workshop_content'];?> <span class="trainingcontact"><?=$wrkshp['workshop_contact'];?></span> <div class="contacttouch"> <a href="<?=site_url();?>/site/workshop-registration/<?=$wrkshp['workshop_id'];?>"><img src="<?=base_url()?>/assets/images/contact-us-button.jpg" alt=""/></a> </div> <br/><br/> <br/><br/> </div> <?php } } } ?> </div> <h2 class="testi">Testimonials on recent Mastermind Workshop</h2> <div class="test"> <img class="test_image" src="<?=base_url()?>/assets/images/photo.jpg" alt="Testimonial"> <span class="test_head">Rammohan M. Rai</span> <span class="test_designation">-Learning & Development Coordinator; Qatar Petrochemical Company</span> <p> The Irrefutable Laws of Leadership gave me a new insight into the magic that leadership is. The magic is that we need to work for it. Some of the great leaders who we perceive as gifted leaders, have all worked on the laws that we discussed to let that leadership manifest on them. This course gave me an opportunity to recognize some of the leadership qualities I already possess, but more importantly, it gave me the tools in the form of six laws which should help me become a better, more effective leader. </p> <p>Jessica Sajan has her own stamp as a presenter. Suave and humble, she epitomizes the laws that she teaches. Her very kind, polite and humble, disposition manifests as some of her strong qualities that you tend to respect and accept her instantly as a leader. A good ambassador for John C. Maxwell and his brand of leadership.</br> My special thanks to you</p> </div> </div><!--content_left end--> <div class="content_right_contact"> <br/><br/><br/><br/> <img src="<?=base_url()?>/assets/images/191.jpg" alt="" /> </div> </div><!--content end--> <?php $this->load->view('site/footer.php'); ?>