BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: admission.php
<?php include('header.php'); ?> <div class="page-title parallax parallax1"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-title-heading"> <h1 class="title">Admission</h1> <div class="breadcrumbs"> <ul> <li><a href="">Venkateshwar Signature School</a></li> <li>Admission</li> </ul> </div> </div> </div> </div> </div> </div> <section class="flat-row pad-bottom90px"> <div class="container"> <div class="row"> <div class="title-style title-center"> <h2>Admission Process</h2> </div> </div> <div class="row admission-subtext"> <!-- <div class="col-md-6 text-center col-center"> <p>Registration for classes, KG-1 KG-2 and classes I to IX begins on</p> </div> --> </div> <div class="row admission-registration"> <div class="col-md-6 col-sm-6 col-xs-6 width-full-575 text-right"> <ul class="equal-heigth"> <li> <h5>Registration</h5> <p>Forms will be available at the school’s Reception on all working days between 9:00 a.m. to 2:40 p.m.</p> </li> <li> <p> Online Registration can also be done by clicking below on Register now.You will receive an acknowledgement mail with registration number and online payment details. Date and time for the meeting will also be informed via email and telephonically. </p> </li> </ul> </div> <div class="col-md-6 col-sm-6 col-xs-6 width-full-575 text-left"> <ul class="equal-heigth"> <li> <h5>Admission Process</h5> <p style="font-weight: 700;margin-bottom: 0;">School Visit</p> <p>The admission process begins with a visit to the school campus.</p> </li> <li> <p style="font-weight: 700;margin-bottom: 0;">Registration</p> <p>Parents are required to complete the registration process.</p> </li> <li> <p style="font-weight: 700;margin-bottom: 0;">Assessment / Interaction</p> <p style="margin-bottom: 0;">KG I and KG II: Admission is based on an interaction with the child and parents.</p> <p style="margin-bottom: 0;">Grade I onwards: Admission is based on an aptitude assessment.</p> <p style="margin-bottom: 0;">Selected parents and students will thereafter be called for an interaction.</p> </li> <li> <p style="font-weight: 700;margin-bottom: 0;">Admission Confirmation</p> <p>Admission will be granted based on the fulfilment of the above criteria.</p> </li> </ul> </div> </div> <div class="row text-center"> <div class="col-md-12"> <a href="https://vss.skoolroom.in/online_process" class="btn btn-new" target="_blank">Register Now</a> <!-- <a href="https://vss.skoolroom.in/uploads/vss/1new.pdf" class="btn btn-new">Fee Structure</a> --> <a href="https://vss.skoolroom.in/uploads/vss/Documents Required List - A.Y. 2026-27.pdf" class="btn btn-new">Documents Required for A.Y. 2026-2027</a> <a href="https://vss.skoolroom.in/uploads/vss/Stream Choice for Class XI 2026-27.pdf" class="btn btn-new">Stream Choice for Class XI 2026-2027</a> </div> </div> </div> </section> <style> .btn-new { margin: 0 10px; } .admission-subtext p { font-weight: 600; margin-bottom: 20px; font-size: 1.3em !important; line-height: 190%; } .admission-registration p { margin-bottom: 20px; } .admission-registration ul li { list-style-type: none; list-style-position: inside; font-size: 16px; margin-bottom: 13px; } .column_padding li:last-child { margin-bottom: 0; } .column_padding { padding: 43px; } .admission-registration img { max-height: 560px; margin: auto; display: table; } .align-item { display: flex; align-items: center; } .col-center { float: none; margin: auto; clear: both; } .btn-new { background: #de292d; border-color: #de292d; font-size: 18px; text-transform: uppercase; padding: 11px 23px; font-weight: bold; margin-top: 30px; color: white; } .btn-new:focus, .btn-new:active:focus, .btn-new.active:focus, .btn-new.focus, .btn-new:active.focus, .btn-new.active.focus, .btn-new:hover { color: white; outline: none; background: #b51e22; } .admission-registration ul li a { color: #de292d; font-weight: bold; border-bottom: 2px solid #de292d; } .admission-registration span { margin-left: 10px; } .admission-registration ul { box-shadow: 0 0 9px 0px #ddd; padding: 40px; border-radius: 6px; border: 1px solid #ddd; } .admission-registration { margin-top: 20px; } .admission-registration h5:after { content: ''; display: block; width: 100%; height: 2px; background: #de292d; } .admission-registration h5 { text-transform: uppercase; margin-bottom: 15px; display: inline-block; } .img-center { margin: auto; display: table; } @media (max-width: 575px) { .width-full-575 { width: 100%; margin-bottom: 30px; } .width-full-575:last-child { margin-bottom: 0; } } </style> <?php include('footer.php'); ?>
Save
Cancel