D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ksclnmuac
/
public_html
/
ci_panel
/
application
/
views
/
user
/
Filename :
courses.php
back
Copy
<?php $data['title'] = "Courses"; $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>Programmes Offered</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>Course Name</strong></th> <th scope="col" style="text-align:center"><strong>Course Content</strong></th> <th scope="col" style="text-align:center"><strong>Total Seats</strong></th> </tr> </thead> <tbody> <tr> <td style="text-align:center">1</td> <td style="text-align:center">Under Graduate Level</td> <td style="text-align:center">I.Sc.</td> <td style="text-align:center">Physics, Chemistry, Mathematics, Botany & Zoology</td> <td style="text-align:center">512</td> </tr> <tr> <td style="text-align:center">2</td> <td style="text-align:center">Under Graduate Level</td> <td style="text-align:center">I.A.</td> <td style="text-align:center">All Arts Subjects</td> <td style="text-align:center">512</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/ccc.jpg" ?>" alt="World-edu"> </div> </div> </div> </div> </section> <!-- pages content end --> <?php $this->load->view("user/common/footer_op");?>