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)
π
peret.php
(266.87 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: about-us.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">About Us</h2> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <section class="about-fixed"> <div class="about-wrap-fixed"> <!-- LEFT IMAGE GRID --> <div class="about-images-fixed"> <div class="img-big"> <img src="images/ab.jpg" alt=""> </div> <div class="img-circle"> <img src="images/cd.jpg" alt=""> </div> <div class="img-small"> <img src="images/ef.jpg" alt=""> </div> <div class="exp-badge"> <a href="admission.php" class="btn">Apply Now β</a> </div> </div> <!-- RIGHT CONTENT --> <div class="about-content-fixed"> <h2 style="font-size:25px;"> About Sai Adarsha International School, Baripada.<br> </h2> <p class="desc" style="text-align:justify;"> Sai Adarsha International School is a fast-growing and trusted name in quality education, proudly known as one of the best CBSE schools in Baripada, Mayurbhanj. We offer a well-structured CBSE curriculum from Nursery to Class VIII, focused on building strong academic foundations along with character, confidence, and discipline. Our school is driven by the belief that education should prepare children not only for exams, but for life. Through experienced teachers, smart classrooms, modern learning tools, and a supportive academic environment, we ensure that every child receives personal attention and meaningful learning experiences. At Sai Adarsha International School, equal importance is given to academics, creativity, physical development, and moral values. A safe and green campus, caring atmosphere, fun learning activities, and strong teamwork of staff create a positive space where students feel motivated, confident, and secure. With a clear vision, dedicated faculty, and a child-centric approach, we are committed to shaping responsible, capable, and future-ready learners. This commitment makes Sai Adarsha International School a preferred choice for parents seeking a reliable and best CBSE school in Baripada, Mayurbhanj. </p> <div class="features"> <div class="quote"> βEvery child is born with potential β we shape it with knowledge, values, and confidence. At Sai Adarsha International School, we donβt just educate minds, we build futures.β </div> </div> </div> </div> </section> <style> /* ================= BASE ================= */ .about-fixed{ padding:90px 16px; font-family:Poppins,sans-serif; } .about-wrap-fixed{ max-width:1200px; margin:auto; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; } /* ================= IMAGE GRID ================= */ .about-images-fixed{ display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:start; } .img-big{ grid-row:span 2; } .img-big img{ width:100%; border-radius:180px 0 180px 0; } .img-circle{ width:220px; height:220px; border:3px dashed #ff9800; border-radius:50%; padding:8px; justify-self:center; } .img-circle img{ width:100%; height:100%; border-radius:50%; object-fit:cover; } .img-small img{ width:100%; border-radius:26px; } .exp-badge{ grid-column:1/3; background:#ff9800; color:#fff; padding:20px; border-radius:26px; width:max-content; } /* ================= CONTENT ================= */ .tag{ color:#ff9800; font-weight:600; letter-spacing:1px; } .about-content-fixed h2{ font-size:42px; margin:14px 0; } .about-content-fixed h2 span{color:#ff9800} .desc{color:#6b7280;margin-bottom:28px} /* ================= FEATURES ================= */ .features{display:grid;gap:24px} .feature{ display:flex; gap:14px; } .icon{ width:52px; height:52px; background:#ff9800; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:22px; } .quote{ background:#eef3f2; padding:22px; border-radius:20px; position:relative; } .quote span{ position:absolute; right:16px; bottom:10px; font-size:26px; color:#1f7a63; } /* ================= ACTIONS ================= */ .actions{ margin-top:34px; display:flex; gap:30px; align-items:center; } .btn{ background:#ff9800; color:#fff; padding:14px 34px; border-radius:30px; text-decoration:none; font-weight:600; } .call{ display:flex; gap:12px; align-items:center; } .call-icon{ width:46px; height:46px; background:#1f7a63; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; } /* ================= MOBILE ================= */ @media(max-width:900px){ .about-wrap-fixed{ grid-template-columns:1fr; gap:40px; } .about-images-fixed{ grid-template-columns:1fr; } .about-content-fixed h2{font-size:32px} .actions{ flex-direction:column; align-items:stretch; } .btn{text-align:center} .call{justify-content:center} } </style> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end-->
Upload File
Create Folder