X7ROOT File Manager
Current Path:
/home/u126090504/domains/saiadarshainternationalschool.org.in/public_html
home
/
u126090504
/
domains
/
saiadarshainternationalschool.org.in
/
public_html
/
π
..
π
.htaccess
(0 B)
π
Antiraging-Cell.php
(2.73 KB)
π
SVM-INT (1) (1).zip
(117.51 MB)
π
about-us.php
(5.86 KB)
π
academic-calendar.php
(2.73 KB)
π
achievements.php
(9.56 KB)
π
achievers.php
(15.19 KB)
π
admin
π
admission-process.php
(6.85 KB)
π
admission.php
(12.93 KB)
π
admission_submit.php
(3.38 KB)
π
album.php
(890 B)
π
assessment-policy.php
(6.8 KB)
π
cbse-curriculum-summary.php
(5.99 KB)
π
computer-courses.php
(22.83 KB)
π
config.php
(1.27 KB)
π
contact-us.php
(14.63 KB)
π
contactdb.php
(796 B)
π
courses.php
(10.44 KB)
π
css
π
director's-message.php
(6.54 KB)
π
downloads.php
(2.9 KB)
π
error.log
(14.6 KB)
π
facilities.php
(6.04 KB)
π
faculty.php
(10.27 KB)
π
fee-structure.php
(7.97 KB)
π
fonts
π
footer.php
(23.95 KB)
π
franchise.php
(2.09 KB)
π
gallery.php
(3.05 KB)
π
google929b505e9f42f894.html
(53 B)
π
grievance-form.php
(16.52 KB)
π
header.php
(19.69 KB)
π
homework.php
(9.64 KB)
π
images
π
index.php
(39.38 KB)
π
infrastructure-details.php
(5.39 KB)
π
js
π
lib
π
managing-committee.php
(3.34 KB)
π
media-corner.php
(2.48 KB)
π
non-academic-achievers.php
(14.65 KB)
π
payment.php
(21.85 KB)
π
payment_submit.php
(15.1 KB)
π
payment_verify.php
(2.31 KB)
π
placement.php
(8.33 KB)
π
principal's-message.php
(6.65 KB)
π
public-disclosure.php
(3.38 KB)
π
qrcodes
π
revolution
π
sai
π
scope.php
(14.14 KB)
π
search_videos.php
(1.76 KB)
π
sitemap.xml
(4.69 KB)
π
subjects-offered.php
(6 KB)
π
submit-grievance.php
(3.88 KB)
π
svm
π
thank-you.php
(1.28 KB)
π
u126090504_svmint.sql
(40.87 KB)
π
uploads
π
videos.php
(6.87 KB)
Editing: admission-process.php
<?php include("header.php"); ?><!--header end--> <!-- page-title --> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner ttm-textcolor-white"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="page-title-heading"> <h2 class="title" style="font-size:30px;">Admission Process</h2> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!-- =========================== ADMISSION PROCESS β MODERN SCHOOL DESIGN =========================== --> <section class="adm-modern"> <div class="adm-wrap"> <!-- Header --> <span class="adm-badge">Simple β’ Transparent β’ Parent-Friendly</span> <h2 class="adm-title">Admission Process</h2> <p class="adm-subtitle"> At <strong>Sai Adarsha International School</strong>, our admission process is designed to be smooth, transparent, and stress-free for both parents and students. We ensure clear guidance and personal support at every step, from enquiry to successful enrollment. </p> <!-- Steps --> <div class="adm-steps"> <div class="adm-step reveal"> <span class="step-no">01</span> <h3>Enquiry & Campus Visit</h3> <p> Parents are welcome to visit the school campus or connect with us through phone or website to learn about classes, curriculum, facilities, and seat availability. </p> </div> <div class="adm-step reveal"> <span class="step-no">02</span> <h3>Application Submission</h3> <p> The admission application form can be collected from the school office or filled online. Parents are requested to submit complete and accurate student details. </p> </div> <div class="adm-step reveal"> <span class="step-no">03</span> <h3>Student Interaction / Assessment</h3> <p> A friendly, age-appropriate interaction or basic assessment is conducted to understand the childβs learning level, interests, and readiness for the applied class. </p> </div> <div class="adm-step reveal"> <span class="step-no">04</span> <h3>Document Verification</h3> <p> Parents are required to submit necessary documents such as birth certificate, Aadhaar copy, previous school records, and recent photographs for verification. </p> </div> <div class="adm-step reveal"> <span class="step-no">05</span> <h3>Fee Payment & Admission Confirmation</h3> <p> Admission is confirmed upon payment of the prescribed fees. Parents receive official confirmation along with academic session details. </p> </div> <div class="adm-step reveal"> <span class="step-no">06</span> <h3>Welcome to Sai Adarsha International School</h3> <p> After enrollment, students receive orientation details, books, uniforms, and are warmly welcomed to begin their learning journey with us. </p> </div> </div> <!-- CTA --> <div class="adm-cta reveal"> <h3 style="color:white;">Admissions Open</h3> <p> Take the first step towards your childβs bright future with quality CBSE education, individual attention, and holistic development at Sai Adarsha International School. </p> <a href="admission.php">Apply for Admission</a> </div> </div> </section> <!-- ================= CSS ================= --> <style> .adm-modern{ padding:110px 20px; background:linear-gradient(180deg,#f8fafc,#eef2f7); font-family:'Poppins',sans-serif; } .adm-wrap{ max-width:1200px; margin:auto; text-align:center; } .adm-badge{ display:inline-block; padding:8px 22px; border-radius:30px; background:#ffe6e6; color:#9a0000; font-weight:600; font-size:14px; } .adm-title{ font-size:40px; color:#8b0000; margin:18px 0 15px; } .adm-subtitle{ max-width:900px; margin:0 auto 80px; color:#444; line-height:1.8; } /* Steps Grid */ .adm-steps{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:35px; margin-bottom:90px; } /* Step Card */ .adm-step{ background:rgba(255,255,255,0.9); backdrop-filter:blur(14px); padding:48px 35px; border-radius:30px; box-shadow:0 25px 55px rgba(0,0,0,0.08); text-align:left; transition:.45s ease; } .adm-step:hover{ transform:translateY(-12px); box-shadow:0 35px 70px rgba(139,0,0,.25); } .step-no{ display:inline-flex; width:64px; height:64px; border-radius:50%; align-items:center; justify-content:center; font-size:22px; font-weight:700; color:#fff; background:linear-gradient(135deg,#8b0000,#e00000); margin-bottom:18px; box-shadow:0 15px 30px rgba(139,0,0,.45); } .adm-step h3{ font-size:21px; margin-bottom:10px; color:#111; } .adm-step p{ font-size:15px; color:#555; line-height:1.7; } /* CTA */ .adm-cta{ background:linear-gradient(135deg,#8b0000,#c80000); color:#fff; padding:70px 40px; border-radius:34px; box-shadow:0 35px 75px rgba(139,0,0,.45); } .adm-cta h3{ font-size:30px; margin-bottom:12px; } .adm-cta p{ max-width:720px; margin:0 auto 26px; line-height:1.7; } .adm-cta a{ display:inline-block; padding:15px 38px; background:#fff; color:#8b0000; border-radius:30px; font-weight:700; text-decoration:none; transition:.3s; } .adm-cta a:hover{ background:#ffecec; } /* Reveal Animation */ .reveal{ opacity:0; transform:translateY(50px); transition:.8s ease; } .reveal.show{ opacity:1; transform:none; } @media(max-width:768px){ .adm-title{font-size:30px} } </style> <!-- ================= JS ================= --> <script> const revealItems = document.querySelectorAll('.reveal'); const observer = new IntersectionObserver(entries=>{ entries.forEach((entry,index)=>{ if(entry.isIntersecting){ setTimeout(()=>{ entry.target.classList.add('show'); }, index * 120); } }); },{threshold:0.25}); revealItems.forEach(el=>observer.observe(el)); </script> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end-->
Upload File
Create Folder