47 lines
2.2 KiB
PHP
47 lines
2.2 KiB
PHP
<div class="adm-cover">
|
||
<header class="login-header">
|
||
<div class="login-wrap">
|
||
<div class="logo-wrap">
|
||
<img src="<?php echo base_url(); ?>common_assets/<?= $school_info['color_logo']; ?>" style="width: 150px !important;">
|
||
<!-- <div class="logo-name">
|
||
<h3>Erisn</h3>
|
||
<p>Classrooms</p>
|
||
</div> -->
|
||
</div>
|
||
</div>
|
||
<div class="header-menu-wrap">
|
||
<div class="login-mob-menu"><i class="fas fa-bars"></i></div>
|
||
<ul class="mob-menu">
|
||
<li><a href="">About Us</a></li>
|
||
<li><a href="">Contact Us</a></li>
|
||
<li><a href="<?php echo base_url(); ?>student/admission-process"><button class="join-class-btn">Admission Process ></button></a></li>
|
||
</ul>
|
||
</div>
|
||
</header>
|
||
<div class="admission-process-wrap">
|
||
<div class="breadcrumb-section">
|
||
<ol class="breadcrumb breadcrumb-back">
|
||
<li class="breadcrumb-item"> <a href="<?php echo base_url(); ?>Student"> Back to home</a></li>
|
||
</ol>
|
||
</div>
|
||
<div class="admission-start">
|
||
<div class="admission-left">
|
||
<h3>Admission process</h3>
|
||
<p>Schools offer a nurturing environment which fosters skills in children to empower them for the 21st century. Our endeavour has been to ensure Quality in Education and to provide a platform where learning is experiential, sequential and a lifelong memory.</p><p> Just as learning is child’s play at Millennium, the admission procedure too is simple and parent friendly. </p><p>Follow these easy steps to be a part of the Millennium family-</p>
|
||
<h4>Requried documnets for application process:</h4>
|
||
<ul>
|
||
<li>Evidence of having graduated from the previous class.</li>
|
||
<li>4 photographs of the student</li>
|
||
<li>2 parents photographs</li>
|
||
<li>Original TC from the previous school</li>
|
||
</ul>
|
||
<div class="adm-fee"><strong>Application Fee:</strong><span> Rs 7,000.00</span></div>
|
||
<a href="<?php echo base_url(); ?>student/admission"><button class="join-class-btn">Start with application</button></a>
|
||
</div>
|
||
<div class="admission-right">
|
||
<img src="<?php echo base_url(); ?>assets_student/images/admission.jpg">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|