X7ROOT File Manager
Current Path:
/home/u126090504/domains/sistsoro.com/public_html
home
/
u126090504
/
domains
/
sistsoro.com
/
public_html
/
📁
..
📄
Antiraging-Cell.php
(2.73 KB)
📄
SVM-INT.zip
(117.51 MB)
📄
about-us.php
(8.62 KB)
📄
academic-calendar.php
(2.73 KB)
📄
achievements.php
(9.56 KB)
📄
achievers.php
(15.19 KB)
📁
admin
📄
admission-process.php
(6.84 KB)
📄
admission.php
(12.55 KB)
📄
admission_submit.php
(3.38 KB)
📄
album.php
(890 B)
📄
assessment-policy.php
(7.08 KB)
📄
cbse-curriculum-summary.php
(6.75 KB)
📄
computer-courses.php
(22.83 KB)
📄
config.php
(1.2 KB)
📄
contact-us.php
(14.59 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(10.44 KB)
📁
css
📄
director's-message.php
(6.53 KB)
📄
downloads.php
(2.9 KB)
📄
error.log
(14.6 KB)
📄
facilities.php
(6.83 KB)
📄
faculty.php
(10.27 KB)
📄
fee-structure.php
(7.97 KB)
📁
fonts
📄
footer.php
(17.78 KB)
📄
franchise.php
(2.09 KB)
📄
gallery.php
(3.05 KB)
📄
grievance-form.php
(16.17 KB)
📄
header.php
(17.72 KB)
📄
homework.php
(9.64 KB)
📁
images
📄
index.php
(37.62 KB)
📄
infrastructure-details.php
(5.48 KB)
📁
js
📁
lib
📄
managing-committee.php
(3.34 KB)
📄
media-corner.php
(2.48 KB)
📄
non-academic-achievers.php
(14.65 KB)
📄
payment.php
(22.31 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.52 KB)
📄
public-disclosure.php
(3.38 KB)
📁
qrcodes
📁
revolution
📄
scope.php
(14.14 KB)
📄
search_videos.php
(1.76 KB)
📁
sist
📄
subjects-offered.php
(6.9 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: principal's-message.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;">Principal's Message</h2> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!--about-section--> <section id="director-message" class="director-section"> <div class="director-container"> <div class="director-photo"> <img src="images/dir.png" alt="Mr. Basanta Kumar Puti" /> </div> <div class="director-content"> <h2 style="font-size:25px; color:#490101;"> Principal's Message </h2> <p class="intro" style="text-align:justify; font-weight:bold;"> Dear Parents, Students, and Well-Wishers, </p> <p style="text-align:justify;"> Welcome to our institution, where education is not just about academics, but about shaping character, confidence, and a lifelong love for learning.<br/> At our school, we believe that every child is unique and full of potential. Our mission is to provide a safe, inclusive, and inspiring environment where students are encouraged to think creatively, act responsibly, and grow into compassionate individuals. Along with strong academic foundations, we focus on values, discipline, innovation, and practical life skills that prepare our students for the challenges of the modern world.<br/> Our dedicated team of teachers works tirelessly to nurture curiosity, confidence, and excellence in every learner. Through a balanced blend of academics, co-curricular activities, and moral education, we strive to develop well-rounded personalities who are ready to contribute positively to society. </p> <div class="signature"> <!-- ========================= DIRECTOR NAME TYPING SECTION ========================= --> <section class="director-name-section"> <span class="name" id="typing-name"> </span> </section> <style> .director-name-section{ padding:20px 0; text-align:left; } #typing-name{ font-size:25px; font-weight:600; color:#490101; white-space:nowrap; border-right:2px solid #490101; padding-right:6px; animation: blink 0.8s infinite; } @keyframes blink{ 0%,50%,100%{ border-color:#490101; } 25%,75%{ border-color:transparent; } } </style> <script> const text = "Basanta Kumar Puti"; const typingSpeed = 120; const erasingSpeed = 80; const delayAfterTyping = 2000; let charIndex = 0; let isDeleting = false; const element = document.getElementById("typing-name"); function typeLoop() { if (!isDeleting && charIndex < text.length) { element.textContent += text.charAt(charIndex); charIndex++; setTimeout(typeLoop, typingSpeed); } else if (isDeleting && charIndex > 0) { element.textContent = text.substring(0, charIndex - 1); charIndex--; setTimeout(typeLoop, erasingSpeed); } else { isDeleting = !isDeleting; setTimeout(typeLoop, delayAfterTyping); } } document.addEventListener("DOMContentLoaded", typeLoop); </script> <small><b>Sai Vidya Mandir International School of CBSE</b></small> </div> </div> </div> <style> .director-section { background: #ffffff; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; padding: clamp(60px, 7vw, 100px) 20px; } .director-container { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 40px; max-width: 1180px; margin: 0 auto; } @media (max-width: 768px) { .director-container { grid-template-columns: 1fr; text-align: center; } .director-photo { justify-content: center; } } .director-photo img { width: 100%; max-width: 320px; border-radius: 20px; object-fit: cover; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); border: 1px solid #e5e7eb; transition: transform 0.4s ease; } .director-photo img:hover { transform: scale(1.03); } .director-content h2 { font-size: clamp(28px, 3vw, 40px); color: #01048f; font-weight: 800; position: relative; display: inline-block; margin-bottom: 18px; letter-spacing: -0.02em; } /* Animated underline */ .heading-underline { display: block; width: 100%; height: 4px; margin-top: 6px; background: linear-gradient(90deg, #01048f, #0ea5e9, #01048f); background-size: 200% 100%; animation: moveGradient 4s linear infinite; border-radius: 3px; } @keyframes moveGradient { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } .director-content p { color: #475569; line-height: 1.7; margin-bottom: 14px; font-size: 1rem; } .director-content .intro { font-style: italic; font-size: 1.05rem; color: #334155; } /* Signature area */ .signature { margin-top: 30px; display: flex; flex-direction: column; gap: 4px; } .signature .name { font-family: "Dancing Script", cursive; font-size: 1.6rem; color: #ea0000; background: linear-gradient(90deg, #ea0000, #0ea5e9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; letter-spacing: 0.5px; } .signature small { color: #475569; font-weight: 500; font-size: 0.95rem; } /* Google font import (signature style) */ @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap"); </style> </section> <!--about-section end--> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end-->
Upload File
Create Folder