D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ksclnmuac
/
public_html
/
ci_panel
/
application
/
views
/
user
/
Filename :
admission.php
back
Copy
<?php $data['title'] = "Admission Procedure"; $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>Eligibility & Selection Criteria</h2> <p><u><strong>For College Admission, student have to submit these mentioned certificate alongwith the application form:</strong></u></p> <ul> <li>Previous School/College Leaving Certificate ( S.L.C or C.L.C ) or Transfer Certificate (T.C) [ Original Copy ]</li> <li>Past Examination Admit Card [ Original Copy and Xerox Copy ]</li> <li>Past Examination Mark Sheet [ Original Copy ]</li> <li>Five Passport Size color Photo at the time of Admission</li> <li>Previous School/College Leaving Certificate ( S.L.C or C.L.C ) or Transfer Certificate (T.C) [ Original Copy ]</li> </ul> <p> </p> <table align="left" border="1" cellpadding="1" cellspacing="1" class="table-custom table-dark"> <thead> <tr> <th scope="col"><strong>Sl No.</strong></th> <th scope="col" style="text-align:center"><strong>Programmes</strong></th> <th scope="col" style="text-align:center"><strong>Eligibility Criteria</strong></th> <th scope="col" style="text-align:center"><strong>Selction Procedure</strong></th> </tr> </thead> <tbody> <tr> <td style="text-align:center">1</td> <td style="text-align:center">I.S.C</td> <td style="text-align:center">Pass class 10 counting aggregate Marks.</td> <td style="text-align:center">Admission will be on merit determined by the aggregate percentage marks obtained in Class 10.</td> </tr> <tr> <td style="text-align:center">2</td> <td style="text-align:center">B.Sc. (Hons.) <p>Subjects -</p> <p>Physics,Chemistry,Mathematics,Botany,Zoology</p> </td> <td style="text-align:center">Intermediate with minimum aggregate of 45% counting all required subjects.</td> <td style="text-align:center">Admission will be on merit determined by the aggregate percentage marks obtained in subjects concerned in Class 12.</td> </tr> </tbody> </table> </div> <div class="col-sm-12 col-md-4 pull-right hidden-sm"> <img src="<?php echo base_url()."public/user/images/ec.jpg" ?>" alt="World-edu"> </div> </div> </div> </div> </section> <!-- pages content end --> <?php $this->load->view("user/common/footer_op");?>