D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ksclnmuac
/
public_html
/
ci_panel
/
application
/
views
/
user
/
Filename :
nss.php
back
Copy
<?php $data['title'] = "National Service Scheme"; $this->load->view("user/common/header",$data); $this->load->view("user/common/banner", $data); ?> <!-- pages content start --> <section class="inner-wrapper"> <div class="container"> <div class="row"> <div class="inner-wrapper-main about-edu"> <div class="col-sm-8" style="text-align:justify;"> <h2>National Service Scheme</h2> <p>Our college has one unit of NSS, NSS is a Central Sector Scheme of Government of India, Ministry of Youth Affairs & Sports. It provides opportunity to the student youth. The sole aim of the NSS is to provide hands on experience to young students in delivering community service. Since inception of the NSS in the year the College was established.</p> </div> <div class="col-sm-4"> <img src="<?php echo base_url()."public/user/images/nss.jpg"; ?>" alt="World-edu"> </div> </div> </div> </div> </section> <!-- pages content end --> <?php $this->load->view("user/common/footer_op");?>