X7ROOT File Manager
Current Path:
/home/u126090504/domains/sketkaranjia.com/public_html
home
/
u126090504
/
domains
/
sketkaranjia.com
/
public_html
/
π
..
π
.htaccess
(1.12 KB)
π
Antiraging-Cell.php
(2.73 KB)
π
about-us.php
(8.49 KB)
π
academic-calendar.php
(2.73 KB)
π
achievements.php
(9.56 KB)
π
achievers.php
(15.19 KB)
π
admin
π
administrative-head.php
(5.41 KB)
π
admission-process.php
(13.74 KB)
π
admission.php
(12.71 KB)
π
admission_submit.php
(3.38 KB)
π
album.php
(890 B)
π
assessment-policy.php
(12.11 KB)
π
branches.php
(3.13 KB)
π
cbse-curriculum-summary.php
(8.79 KB)
π
computer-courses.php
(22.83 KB)
π
config.php
(1.25 KB)
π
contact-us.php
(14.62 KB)
π
contactdb.php
(796 B)
π
courses.php
(10.44 KB)
π
css
π
downloads.php
(2.9 KB)
π
error.log
(14.6 KB)
π
facilities.php
(6.39 KB)
π
faculty.php
(10.27 KB)
π
fee-structure.php
(7.97 KB)
π
fonts
π
footer.php
(18.14 KB)
π
franchise.php
(2.09 KB)
π
gallery.php
(3.05 KB)
π
grievance-form.php
(16.54 KB)
π
header.php
(22.5 KB)
π
homework.php
(9.64 KB)
π
images
π
index.php
(50.83 KB)
π
infrastructure-details.php
(4.41 KB)
π
js
π
lib
π
library.php
(7.04 KB)
π
managing-committee.php
(3.34 KB)
π
media-corner.php
(2.48 KB)
π
non-academic-achievers.php
(14.65 KB)
π
payment.php
(21.87 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
(11.85 KB)
π
public-disclosure.php
(3.38 KB)
π
qrcodes
π
revolution
π
scope.php
(14.14 KB)
π
search_videos.php
(1.76 KB)
π
secretary-message.php
(6.48 KB)
π
sket
π
skiet.zip
(137.75 MB)
π
subjects-offered.php
(14.79 KB)
π
submit-grievance.php
(3.88 KB)
π
thank-you.php
(1.28 KB)
π
uploads
π
videos.php
(6.87 KB)
π
xavint
Editing: infrastructure-details.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">Infrastructure Details</h2> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!-- =========================== Infrastructure Section =========================== --> <section id="infrastructure" style="background-color: #ffffff; padding: 80px 0; font-family: 'Poppins', sans-serif;"> <div class="container" style="max-width: 1200px; margin: 0 auto; text-align: center;"> <h2 style="color: #ea0000; font-size: 36px; font-weight: 700; margin-bottom: 10px;"> Our Infrastructure </h2> <div style="width: 80px; height: 4px; background-color: #000000; margin: 10px auto 40px auto; border-radius: 2px;"></div> <p style="color: #333; font-size: 17px; max-width: 800px; margin: 0 auto 50px auto; line-height: 1.7;"> At <strong>St. Xavierβs International School, Balasore</strong>, we provide a world-class campus designed for holistic learning and growth. Spread over <strong>8,924 sq. meters (0.89 hectares)</strong>, the school offers modern classrooms, advanced labs, creative studios, and spacious playgrounds β all within a safe and inspiring environment. </p> <div class="infra-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;"> <!-- Item 1 --> <div class="infra-card"> <div class="icon">π«</div> <h3>Classrooms</h3> <p>22 spacious classrooms (20.10 Γ 20 ft each), digitally equipped and well-ventilated for an engaging learning experience.</p> </div> <!-- Item 2 --> <div class="infra-card"> <div class="icon">π¬</div> <h3>Science & Computer Labs</h3> <p>Modern labs (40.20 Γ 20 ft each) designed for hands-on learning in science and technology.</p> </div> <!-- Item 3 --> <div class="infra-card"> <div class="icon">π</div> <h3>Library</h3> <p>A 32 Γ 20 ft library with books, journals, and digital resources β a perfect space to explore and learn.</p> </div> <!-- Item 4 --> <div class="infra-card"> <div class="icon">β½</div> <h3>Playgrounds</h3> <p>Two large playgrounds (1381.654 sq. meters) for games, athletics, and outdoor activities promoting fitness and teamwork.</p> </div> <!-- Item 5 --> <div class="infra-card"> <div class="icon">πΆ</div> <h3>Music & Dance Rooms</h3> <p>Two dance rooms and one music room where students explore their artistic and cultural talents.</p> </div> <!-- Item 6 --> <div class="infra-card"> <div class="icon">π³</div> <h3>Campus Area</h3> <p>A green and safe 8,924 sq. meter campus providing a peaceful, inspiring, and technology-enabled learning environment.</p> </div> </div> </div> </section> <!-- CSS Styling --> <style> .infra-card { background: #fff; border: 2px solid #ea0000; border-radius: 16px; padding: 30px 25px; transition: all 0.4s ease; box-shadow: 0 3px 8px rgba(0,0,0,0.08); } .infra-card:hover { transform: translateY(-8px); box-shadow: 0 6px 20px rgba(234,0,0,0.25); } .infra-card .icon { font-size: 40px; color: #ea0000; margin-bottom: 15px; } .infra-card h3 { color: #000000; font-size: 20px; font-weight: 700; margin-bottom: 10px; } .infra-card p { color: #444; font-size: 15px; line-height: 1.6; } @media (max-width: 768px) { #infrastructure h2 { font-size: 28px; } .infra-card { padding: 25px 20px; } } </style> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end-->
Upload File
Create Folder