X7ROOT File Manager
Current Path:
/home/u126090504/domains/oca.org.in/public_html
home
/
u126090504
/
domains
/
oca.org.in
/
public_html
/
π
..
π
.htaccess
(1.12 KB)
π
Antiraging-Cell.php
(2.73 KB)
π
B.Ed.&B.P.Ed.php
(4.4 KB)
π
about-us.php
(9.01 KB)
π
academic-head-message.php
(5.84 KB)
π
achievers.php
(3.07 KB)
π
admin
π
admission.php
(5.17 KB)
π
admission_submit.php
(1.96 KB)
π
album.php
(890 B)
π
computer-courses.php
(20.66 KB)
π
config.php
(1.16 KB)
π
contact-us.php
(14.68 KB)
π
contactdb.php
(796 B)
π
css
π
director's-message.php
(5.46 KB)
π
downloads.php
(3.14 KB)
π
error.log
(14.6 KB)
π
facilities.php
(7.19 KB)
π
faculty.php
(4.96 KB)
π
fonts
π
footer.php
(22.79 KB)
π
franchise.php
(2.09 KB)
π
gallery.php
(3.21 KB)
π
governing-body.php
(3.58 KB)
π
grievance-form.php
(13.71 KB)
π
header.php
(15 KB)
π
images
π
index.php
(63.18 KB)
π
js
π
lib
π
ocabdk
π
ocabdk.zip
(63.02 MB)
π
our-recruiters.php
(2.77 KB)
π
payment.php
(8.1 KB)
π
payment_submit.php
(10.97 KB)
π
payment_verify.php
(2.31 KB)
π
peret.php
(266.87 KB)
π
placement.php
(8.33 KB)
π
principal's-message.php
(6.02 KB)
π
qrcodes
π
revolution
π
scope.php
(14.14 KB)
π
search_videos.php
(1.76 KB)
π
submit-grievance.php
(3.88 KB)
π
thank-you.php
(1.28 KB)
π
tutorial.php
(4.81 KB)
π
u126090504_mmabpd.sql
(44.65 KB)
π
uploads
π
videos.php
(4.38 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">Principal's Message</h2> </div> <div class="breadcrumb-wrapper"> <span> <a title="Homepage" href="index.html">Home</a> </span> <span class="ttm-bread-sep"> > </span> <span class="current">Principal's Message</span> </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/pri.jpg" alt="Prof. Manoj Kumar Dandpat, Director of KIPS" /> </div> <div class="director-content"> <h2> Directorβs Message <span class="heading-underline"></span> </h2> <p class="intro" style="text-align:justify;"> βIt gives me immense pleasure to welcome you to the Kalinga Institute of Pharmaceutical Sciences (KIPS), Balasore β a center dedicated to nurturing competent, compassionate and ethical pharmacy professionals. Since its inception, KIPS has remained committed to excellence in teaching, research and service to the community.β </p> <p style="text-align:justify;"> In todayβs rapidly evolving healthcare landscape, the role of pharmacists extends far beyond dispensing medicines β it encompasses patient care, drug development, clinical research and regulatory affairs. At KIPS, our goal is to prepare students to meet these challenges with strong scientific knowledge, critical thinking and social responsibility. </p> <p style="text-align:justify;"> We provide an environment that encourages innovation, teamwork and leadership. Our modern laboratories, well-qualified faculty, and dynamic curriculum ensure that every student gains hands-on experience and practical exposure to real-world pharmaceutical practices. I firmly believe that education is not merely about acquiring degrees, but about developing values, vision and the confidence to contribute meaningfully to society. I invite you to be a part of KIPS, where learning transforms into a lifelong journey of discovery, service and success. </p> <div class="signature"> <span class="name">Prof. (Dr.) Bishnupada Biswal</span> <small><b>Principal, Kalinga Institute of Pharmaceutical Sciences (KIPS), Balasore</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: #01048f; background: linear-gradient(90deg, #01048f, #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