?
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/home.php |
<?php $this->load->view('site/header'); ?> <script language="javascript" type="text/javascript" src="<?=base_url()?>/assets/js/jquery.totemticker.js"></script> <script language="javascript" type="text/javascript" src="<?=base_url()?>/assets/js/fade-plugin.js"></script> <script type="text/javascript"> $(function(){ $('#vertical-ticker').totemticker({ row_height : '118px', next : '#ticker-next', previous : '#ticker-previous', stop : '#stop', start : '#start', mousestop : true }); $("#transition").fadeTransition({pauseTime: 2000, transitionTime: 2000, delayStart: 2000, pauseOnMouseOver: true, createNavButtons: true}); }); $(document).ready(function() { //rotation speed and timer var speed = 5000; var run = setInterval('rotate()', speed); //grab the width and calculate left value var item_width = $('#slides li').outerWidth(); var left_value = item_width * (-1); //move the last item before first item, just in case user click prev button $('#slides li:first').before($('#slides li:last')); //set the default item to the correct position $('#slides ul').css({'left' : left_value}); //if user clicked on prev button $('#prev').click(function() { //get the right position var left_indent = parseInt($('#slides ul').css('left')) + item_width; //slide the item $('#slides ul:not(:animated)').animate({'left' : left_indent}, 200,function(){ //move the last item and put it as first item $('#slides li:first').before($('#slides li:last')); //set the default item to correct position $('#slides ul').css({'left' : left_value}); }); //cancel the link behavior return false; }); //if user clicked on next button $('#next').click(function() { //get the right position var left_indent = parseInt($('#slides ul').css('left')) - item_width; //slide the item $('#slides ul:not(:animated)').animate({'left' : left_indent}, 200, function () { //move the first item and put it as last item $('#slides li:last').after($('#slides li:first')); //set the default item to correct position $('#slides ul').css({'left' : left_value}); }); //cancel the link behavior return false; }); //if mouse hover, pause the auto rotation, otherwise rotate it $('#slides').hover( function() { clearInterval(run); }, function() { run = setInterval('rotate()', speed); } ); }); //a simple function to click next link //a timer will call this function, and the rotation will begin :) function rotate() { $('#next').click(); } </script> <div class="banner"> <div class="banner_top"></div><!--banner_top end--> <div class="banner_mid"> <object width="1027" height="280"> <param name="wmode" value="transparent"/> <param name="movie" value="<?=base_url()?>/assets/images/banner.swf"/> <embed wmode="transparent" quality="high" src="<?=base_url()?>/assets/images/banner.swf" width="1027" height="280"/> </object> </div><!--banner_mid end--> <div class="banner_bot"></div><!--banner_bot end--> </div><!--banner end--> <div class="content"> <div class="content_left"> <div style="float: right;" class="brochurediv" > <img src="<?=base_url()?>/assets/images/pdfIcon.png" alt="Unova E-Brochure"/> <a target="_blank" href="<?=base_url()?>/assets/resources/Brochure.pdf">Download Unova Brochure</a> </div> <div class="text_cont"> <h1>Welcome to UNOVA</h1> <p><b>U-Nova .... <i>the new</i> You!</b></p> <p>Shed your perceived limitations and glow with a new inner brilliance. <b>UNOVA</b> provides you with the means with which to <b>Transform</b> and <b>Empower</b> yourself. Emerge as the <b>New YOU</b>. </p> <p> <b>People</b> are the differentiators, the ones who can take a <b>good company</b> and turn it into a <b>great company</b>. </p> <p> Take yourself and your people through the UNOVA experience and arm your company with the best weapons in the marketplace – sharp, incisive, inspiring LEADERS. It is always the Leaders who galvanise the group into fierce action, a productive frenzy, creating the will to win. </p> <p> We will assist you to benefit from <b>Neuro Linguistic Programming</b>,<b> Behavioural Skills</b> and <b>Transformational Leadership Training</b>, <b>MBTI, Six Thinking Hats</b>, <b>Public Speaking</b> and <b>Presentation Skills Training</b>, <b> Sales and Marketing Training </b>and tailor-made <b>Coaching and Consultancy Services</b> to meet your specific needs. </p> <p>We welcome you to the <b>U-NOVA experience</b>. Together, <b>let us transform our world!</b></p> </div> <!--text_cont end--> <div class="upcoming_prgms"> <h2>Upcoming Programs</h2> <div class="upcoming-news"> <ul> <!--id="vertical-ticker"--> <?php if ($programmes->num_rows() > 0) { foreach ($programmes->result_array() as $program) { ?> <li> <div> <span class="register_link"><a href="<?=site_url();?>/site/event-registration/<?=$program['programme_id'];?>"><img src="<?=base_url()?>/assets/images/register.png" alt="Event Registration"/></a></span> <p><a href="<?=site_url();?>/site/event-registration/<?=$program['programme_id'];?>"><?=$program['programme_title'];?></a></p> <p><?=$program['second_line'];?></p> <p><?=$program['description'];?></p> <p><?=$program['third_line'];?></p> <p><?=$program['prgmdate'];?></p> </div> </li> <?php } } ?> </ul> </div> </div><!--upcoming_prgms end--> <!--<div id="navgbar"> <a href="#" id="ticker-previous">Previous</a> <a href="#" id="ticker-next">Next</a> <div class="clear"></div> </div>--> </div><!--content_left end--> <div class="content_right"> <div class="right_box_wrapper"> <div class="right_box"> <h3>Quote of the Week</h3> <div class="news_events"> <ul> <li><?php echo $quote->quote_content; ?></li> </ul> </div><!--right_box end--> </div><!--right_box end--> <div class="right_box_gallery"> <h3>John Maxwell Workshops</h3> <div id="carousel"> <div class="clear"></div> <div id="slides"> <ul> <li><a target="_blank" href="<?=base_url()?>/assets/resources/How_To_Be_A_REAL_Success_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/2.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>/assets/resources/Leadership_Gold_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/1.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>/assets/resources/Put_Your_Dreams_To_The_Test_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/3.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>/assets/resources/Becoming_A_Person_Of_Influence_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/4.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>/assets/resources/Everyone_Communicates_Few_Connect_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/5.jpg" width="200" height="240" alt="John Maxwel"/></a></li> </ul> <div class="clear"></div> </div> <div id="buttons_area"> <div id="buy_books"> <a target="_blank" href="http://www.johnmaxwell.com/132287.html"> <img src= "<?=base_url()?>/assets/images/buy.png" alt="Buy John Maxwell"/></a> </div> <div id="buttons"> <a href="#" id="prev">prev</a> <a href="#" id="next">next</a> <div class="clear"></div> </div> </div> </div> </div> <div class="right_box"> <div class="testimonils" id="transition"> <?php if ($testimonial->num_rows() > 0) { foreach ($testimonial->result_array() as $test) { ?> <div id="testimonials_container"> <?php $limit=130; $summary=strip_tags($test['testimonial']); if (strlen($summary) > $limit) { $summary_new = substr($summary, 0, $limit)." ..."; } else $summary_new=$summary; ?> <p id="testimonials_txt"><?=$summary_new?></p> <p id="read_more"><a href="<?=site_url();?>/site/testimonials/">Read More>></a></p> <p id="testimonials_name"><?=$test['person']?></p> <?php $limit=65; $summarydesg=strip_tags($test['designation']); if (strlen($summarydesg) > $limit) { $summarydesg_new = substr($summarydesg, 0, $limit)." ..."; } else $summarydesg_new=$summarydesg; ?> <p id="testimonials_department"><?=$summarydesg_new?></p> </div> <?php } } ?> </div> </div> </div><!--right_box_wrapper end--> </div><!--content_right end--> </div><!--content end--> <?php $this->load->view('site/footer'); ?>