X7ROOT File Manager
Current Path:
/home/u126090504/domains/svmbaripada.org.in/public_html
home
/
u126090504
/
domains
/
svmbaripada.org.in
/
public_html
/
📄
+2-science-&-+2arts.php
(8.87 KB)
📁
..
📄
.htaccess
(1.12 KB)
📄
Antiraging-Cell.php
(2.73 KB)
📄
about-us.php
(8.85 KB)
📄
academic-calendar.php
(2.73 KB)
📄
achievements.php
(9.56 KB)
📄
achievers.php
(15.19 KB)
📁
admin
📄
admission-process.php
(9.23 KB)
📄
admission.php
(13.96 KB)
📄
admission_submit.php
(3.38 KB)
📄
album.php
(890 B)
📄
assessment-policy.php
(7.08 KB)
📄
class-1-to-5th.php
(7.78 KB)
📄
class6th-to-10th.php
(7.96 KB)
📄
computer-courses.php
(22.83 KB)
📄
config.php
(1.21 KB)
📄
contact-us.php
(14.63 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(10.44 KB)
📁
css
📄
director's-message.php
(6.49 KB)
📄
downloads.php
(2.9 KB)
📄
error.log
(14.6 KB)
📄
facilities.php
(6.57 KB)
📄
faculty.php
(10.27 KB)
📄
fee-structure.php
(7.97 KB)
📁
fonts
📄
footer.php
(17.95 KB)
📄
franchise.php
(2.09 KB)
📄
gallery.php
(3.05 KB)
📄
grievance-form.php
(16.84 KB)
📄
header.php
(20.08 KB)
📄
homework.php
(9.64 KB)
📁
images
📄
index.php
(46.64 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
(23.12 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.33 KB)
📄
public-disclosure.php
(3.38 KB)
📁
qrcodes
📁
revolution
📄
scope.php
(14.14 KB)
📄
search_videos.php
(1.76 KB)
📄
shyam-classes.php
(6.91 KB)
📄
submit-grievance.php
(3.88 KB)
📄
thank-you.php
(1.28 KB)
📁
uploads
📄
videos.php
(6.87 KB)
Editing: footer.php
<?php // footer.php — KIPS (Modern Red/Black + Full-Section Particles) ?> <!-- ====== FOOTER (Modern Particle Theme) ====== --> <!--🔴 Black & Red Sticky Top Bar (Mobile Only)--> <div class="mobile-sticky-top"> <a href="payment.php"> <i class="fa fa-indian-rupee-sign"></i> <span>Pay Online</span> </a> <a href="homework.php"> <i class="fa fa-book"></i> <span>Home Work</span> </a> </div> <script> jQuery(function ($) { function bindMobileSubmenus() { // Remove any old handlers then bind fresh (prevents double-binding) $('#menu .has-submenu > a').off('click.mobile').on('click.mobile', function (e) { if (window.matchMedia('(max-width: 991px)').matches) { var $link = $(this); var $li = $link.parent(); var $sub = $li.children('.mega-submenu'); // Toggle open/close e.preventDefault(); // stop navigation for toggling if (!$li.hasClass('open')) { // Close siblings $li.siblings('.has-submenu.open').removeClass('open') .children('.mega-submenu').stop(true, true).slideUp(200) .prev('a.mega-menu-link').attr('aria-expanded','false'); $li.addClass('open'); $sub.stop(true, true).slideDown(200); $link.attr('aria-expanded', 'true'); } else { $li.removeClass('open'); $sub.stop(true, true).slideUp(200); $link.attr('aria-expanded', 'false'); } } }); } bindMobileSubmenus(); // When resizing back to desktop, reset styles/classes $(window).on('resize', function () { if (!window.matchMedia('(max-width: 991px)').matches) { $('#menu .has-submenu').removeClass('open') .children('.mega-submenu').removeAttr('style'); $('#menu .has-submenu > a').attr('aria-expanded','false'); } }); }); </script> <style> :root{ --footer-bg: #A30000; /* black */ --accent: #eae500; /* red */ --text: #FFFFFF; --muted: #D9D9D9; /* 🔽 adjust these to change FB box height */ --fb-height-desktop: 320px; --fb-height-mobile: 360px; /* map height */ --map-height-desktop: 310px; --map-height-mobile: 300px; } .footer.kips-footer{ position: relative; color: var(--text); background: radial-gradient(1200px 600px at 15% 0%, rgba(234,0,0,0.10) 0%, rgba(0,0,0,0) 55%), radial-gradient(800px 400px at 85% 20%, rgba(234,0,0,0.10) 0%, rgba(0,0,0,0) 60%), linear-gradient(180deg, #0a0a0a 0%, #A30000 45%, #060606 100%); border-top: 3px solid var(--accent); border-bottom: 3px solid var(--accent); box-shadow: inset 0 1px 0 rgba(234,0,0,0.25), 0 0 30px rgba(234,0,0,0.10); overflow: hidden; /* ensures particles stay clipped to footer edges */ isolation: isolate; } /* sweeping sheen */ .footer.kips-footer::before{ content:""; position:absolute; inset:-20% -50% auto -50%; height: 140%; background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,0.06) 50%, transparent 100%); transform: rotate(8deg) translateX(-110%); animation: kipsSweep 9s linear infinite; pointer-events:none; } @keyframes kipsSweep{ 0% { transform: rotate(8deg) translateX(-110%); opacity:.6; } 50% { opacity:.35; } 100% { transform: rotate(8deg) translateX(110%); opacity:.6; } } /* particles canvas: full footer cover */ .kips-particles{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; filter: blur(0.3px); } .footer .second-footer{ position: relative; z-index:1; } .footer .widget-area{ margin-bottom:32px; } .footer .widget{ background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)); border: 1px solid rgba(234,0,0,0.30); border-radius: 14px; box-shadow: inset 0 1px 10px rgba(234,0,0,0.10), 0 10px 28px rgba(0,0,0,.45), 0 0 0 2px rgba(234,0,0,.06); padding: 18px 16px; backdrop-filter: blur(2px); } .footer .widget-title{ font-weight: 800; letter-spacing:.2px; margin-bottom: 18px; display:inline-flex; align-items:center; gap:10px; text-transform: uppercase; color:#fff; filter: drop-shadow(0 2px 6px rgba(234,0,0,.35)); } .footer .widget-title::before{ content:""; width:10px; height:10px; border-radius:50%; background: var(--accent); box-shadow: 0 0 12px rgba(234,0,0,.9), 0 0 2px rgba(234,0,0,1); } .footer .widget-title::after{ content:""; display:block; height:3px; width:38px; background: linear-gradient(90deg, var(--accent), rgba(234,0,0,0)); border-radius: 999px; } .footer .textwidget{ color: var(--muted); line-height:1.75; text-align: justify; } .footer a{ color:#ffb3b3; text-decoration:none; transition: all .25s ease; } .footer a:hover{ color:#ffffff; text-shadow: 0 0 10px rgba(234,0,0,.9), 0 0 2px rgba(234,0,0,1); } /* list links styling */ #menu-footer-quick-links{ list-style:none; padding-left:0; margin:0; display:flex; flex-direction:column; gap:10px; } #menu-footer-quick-links li a{ display:inline-flex; align-items:flex-start; gap:8px; padding:6px 0; border-bottom: 1px dashed rgba(234,0,0,.35); } #menu-footer-quick-links li:last-child a{ border-bottom:none; } /* FB & Map boxes with fixed, tunable heights */ .fb-box, .map-box{ width:100%; border-radius:12px; overflow:hidden; border:1px solid rgba(234,0,0,.45); box-shadow: 0 0 0 2px rgba(234,0,0,.08), 0 10px 24px rgba(0,0,0,.45); background: #0a0a0a; } .fb-box{ height: var(--fb-height-desktop); } .map-box{ height: var(--map-height-desktop); } .fb-box iframe, .map-box iframe{ width:100%; height:100%; border:0; } /* bottom bar */ .bottom-footer-text{ position:relative; z-index:1; border-top: 2px solid rgba(234,0,0,.45); background: linear-gradient(180deg, rgba(234,0,0,0.10), rgba(0,0,0,0) 30%); } .bottom-footer-text .credit{ color:#ffb3b3; padding:16px 0; } .bottom-footer-text .credit a{ color:#ffffff; text-decoration: underline dotted; } /* subtle ambient glow at edges */ .footer.kips-footer .glow-border{ position:absolute; inset:0; pointer-events:none; z-index:0; background: radial-gradient(600px 120px at 20% 100%, rgba(234,0,0,.25), transparent 60%), radial-gradient(420px 120px at 80% 100%, rgba(234,0,0,.18), transparent 60%); mix-blend-mode: screen; } /* responsive */ @media (max-width: 991.98px){ .fb-box{ height: var(--fb-height-mobile); } .map-box{ height: var(--map-height-mobile); } } /* accessibility: reduce motion */ @media (prefers-reduced-motion: reduce){ .footer.kips-footer::before{ animation: none !important; } } </style> <footer class="footer ttm-bgcolor-darkgrey ttm-textcolor-white clearfix kips-footer" data-aos="fade-up"> <!-- particles layer covering FULL footer --> <canvas id="kipsParticles" class="kips-particles" aria-hidden="true"></canvas> <span class="glow-border" aria-hidden="true"></span> <div class="second-footer"> <div class="container"> <div class="row gx-24"> <!-- About --> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-3 widget-area"> <div class="widget widget_text clearfix"> <h3 class="widget-title">About Us</h3> <div class="textwidget widget-text"> SVM Group of Institutions is a leading educational organization in Mayurbhanj district, Odisha, known for quality education and consistent academic excellence. With a strong focus on discipline, concept-based learning, and student-centric teaching, SVM has earned the trust of students and parents in secondary and higher secondary education. </div> </div> </div> <!-- Facebook --> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-3 widget-area"> <div class="widget widget_nav_menu clearfix"> <h3 class="widget-title">Facebook</h3> <ul id="menu-footer-quick-links"> <li style="list-style:none; padding:0; border:none;"> <div class="fb-box"> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fsvmbaripada&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=578293714142434" width="340" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe> </div> </li> </ul> </div> </div> <!-- Address --> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-3 widget-area"> <div class="widget style2 widget-out-link clearfix"> <h3 class="widget-title">Address</h3> <ul id="menu-footer-quick-links"> <li><a href="#">Kathapal, Near Rangalal High School, Baripada, Mayurbhanj, Odisha – 757001</a></li> <li><a href="#"> 9439667645, 9692393616, 9853886431,9658061929 </a></li> <li><a href="#">saividyamandir4you@gmail.com </a></li> </ul> </div> </div> <!-- Map --> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-3 widget-area"> <div class="widget style2 widget-out-link clearfix"> <h3 class="widget-title">Our Location</h3> <ul id="menu-footer-quick-links"> <li style="list-style:none; padding:0; border:none;"> <div class="map-box"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3700.9777397715425!2d86.7392742!3d21.9354072!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a1dae1ef2fca957%3A0x8ac70c540bb6bc9c!2sSai%20Vidya%20Mandir!5e0!3m2!1sen!2sin!4v1767882169284!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </li> </ul> </div> </div> <!-- /col --> </div> </div> </div> <div class="bottom-footer-text text-center"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="credit text-center pb-15"> Copyright © SVM Group of Institutions | Developed By <a href="https://eduwebsoft.co.in/">Eduweb Software Solutions</a> </div> </div> </div> </div> </div> </footer> <!-- ====== /FOOTER ====== --> <!-- GetButton.io widget (unchanged) --> <!-- ✅ Sticky Call (Left) + WhatsApp Business (Right) --> <style> :root { --cta-size: 58px; --cta-offset: 18px; --cta-z: 9999; } .sticky-btn { position: fixed; bottom: var(--cta-offset); width: var(--cta-size); height: var(--cta-size); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); z-index: var(--cta-z); pointer-events: auto; animation: floatIn 0.5s ease-out both; } /* Left (Call Button) */ .cta-call { left: var(--cta-offset); background-color: #E53935; animation-delay: 0.1s; } /* Right (WhatsApp Button) */ .cta-whatsapp { right: var(--cta-offset); background-color: #25D366; animation-delay: 0.2s; } /* Hover effects */ .sticky-btn:hover { transform: scale(1.08); } /* Pulse Animation */ .sticky-btn::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15); animation: pulse 1.8s ease-out infinite; z-index: -1; } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18); } 70% { box-shadow: 0 0 0 18px rgba(0, 0, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } } /* Floating entrance */ @keyframes floatIn { from { opacity: 0; transform: translateY(20px) scale(0.9); } to { opacity: 1; transform: translateY(0) scale(1); } } /* Responsive bottom space fix */ @media (max-width: 520px) { .sticky-btn { bottom: 14px; } } </style> <!-- 📞 CALL BUTTON --> <a href="tel:+919439667645" class="sticky-btn cta-call" aria-label="Call Us"> <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="white" viewBox="0 0 24 24"> <path d="M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.11.37 2.31.57 3.58.57a1 1 0 011 1v3.5a1 1 0 01-1 1C11.4 21.82 2.18 12.6 2.18 2a1 1 0 011-1H6.7a1 1 0 011 1c0 1.27.2 2.47.57 3.58a1 1 0 01-.24 1.01l-2.2 2.2z"/> </svg> </a> <!-- 🟢 WHATSAPP BUSINESS BUTTON --> <!-- 🟢 WHATSAPP BUSINESS BUTTON (inline SVG — no external image) --> <!-- 🟢 WHATSAPP BUSINESS BUTTON (Professional Standard) --> <a href="https://wa.me/919439667645?text=Hello%20SVM%20Group%20of%20Institutions%20Team%2C%0A%0AI%20would%20like%20to%20enquire%20about%20admissions%20at%20SVM%20Group%20of%20Institutions.%0AKindly%20share%20details%20regarding%20courses%2C%20fees%20and%20admission%20process.%0A%0AThank%20you." target="_blank" rel="noopener noreferrer" class="sticky-btn cta-whatsapp" aria-label="Chat with SVM Group" title="Chat with SVM Group"> <!-- WhatsApp Icon --> <svg viewBox="0 0 32 32" width="26" height="26" aria-hidden="true"> <path d="M16 3C9.38 3 4 8.38 4 15c0 2.52.76 4.85 2.07 6.78L5 29l7.4-1.94A11.9 11.9 0 0016 27c6.62 0 12-5.38 12-12S22.62 3 16 3z" fill="#ffffff"/> <circle cx="16" cy="16" r="3.2" fill="#25D366"/> </svg> <!-- Button Label --> <span class="whatsapp-label"> SVM</span> </a> <!-- ✅ /Sticky Footer Buttons --> <!-- AOS --> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script>AOS.init({ offset: 300, duration: 1700 });</script> <!-- Your Scripts --> <script src="js/custom.js"></script> <script> // Mobile menu toggle document.addEventListener("DOMContentLoaded", function(){ var btn = document.querySelector(".btn-show-menu-mobile"); if(btn){ btn.addEventListener("click", function(){ var menu = document.getElementById("menu"); if(menu){ menu.style.display = (getComputedStyle(menu).display === "none") ? "block" : "none"; } }); } }); </script> <script src="js/custom-header.js"></script> <!-- Lightweight Particles (full-section, red on black, no external lib) --> <script> (function(){ const footer = document.querySelector('footer.kips-footer'); const cvs = document.getElementById('kipsParticles'); if(!footer || !cvs) return; const ctx = cvs.getContext('2d'); const DPR = Math.min(window.devicePixelRatio || 1, 2); let w=0, h=0, particles = [], raf; const RED = 'rgba(228,207,6,'; // opacity appended at render function makeParticle(){ const speed = 0.12 + Math.random()*0.35; // slow float return { x: Math.random()*w, y: Math.random()*h, r: 0.8 + Math.random()*2.2, vx: (Math.random()*2-1)*speed, vy: (Math.random()*2-1)*speed, a: 0.08 + Math.random()*0.22 }; } function resize(){ const rect = footer.getBoundingClientRect(); // ✅ FULL FOOTER SIZE const newW = Math.max(1, Math.floor(rect.width * DPR)); const newH = Math.max(1, Math.floor(rect.height * DPR)); if(newW === w && newH === h) return; // avoid redundant work w = newW; h = newH; cvs.width = w; cvs.height = h; cvs.style.width = rect.width + 'px'; cvs.style.height = rect.height + 'px'; const target = Math.max(60, Math.min(240, Math.floor((w*h)/(12000)))); if(particles.length < target){ for(let i=particles.length; i<target; i++) particles.push(makeParticle()); } else { particles.length = target; } } function step(){ ctx.clearRect(0,0,w,h); // soft red vignette const g = ctx.createRadialGradient(w*0.5,h*0.2,0, w*0.5,h*0.2, Math.max(w,h)*0.8); g.addColorStop(0, 'rgba(234,0,0,0.04)'); g.addColorStop(1, 'rgba(0,0,0,0)'); ctx.fillStyle = g; ctx.fillRect(0,0,w,h); // points for(const p of particles){ p.x += p.vx; p.y += p.vy; // wrap edges if(p.x < -10) p.x = w+10; if(p.x > w+10) p.x = -10; if(p.y < -10) p.y = h+10; if(p.y > h+10) p.y = -10; ctx.beginPath(); ctx.arc(p.x, p.y, p.r*DPR, 0, Math.PI*2); ctx.fillStyle = RED + p.a + ')'; ctx.shadowColor = 'rgba(234,0,0,0.6)'; ctx.shadowBlur = 10*DPR; ctx.fill(); ctx.shadowBlur = 0; } // connecting lines (short distances) for(let i=0;i<particles.length;i++){ for(let j=i+1;j<particles.length;j++){ const a = particles[i], b = particles[j]; const dx = a.x-b.x, dy = a.y-b.y, d2 = dx*dx+dy*dy; const maxD = 140*DPR; if(d2 < maxD*maxD){ const o = 0.12 - d2/(maxD*maxD)*0.12; if(o > 0){ ctx.beginPath(); ctx.moveTo(a.x, a.y); ctx.lineTo(b.x, b.y); ctx.strokeStyle = RED + (o*0.8) + ')'; ctx.lineWidth = 0.6*DPR; ctx.stroke(); } } } } raf = requestAnimationFrame(step); } // observe footer size (handles responsive + content height) const ro = new ResizeObserver(resize); ro.observe(footer); // pause when tab hidden let running = true; document.addEventListener('visibilitychange', () => { if(document.hidden){ running=false; cancelAnimationFrame(raf); } else if(!running){ running=true; step(); } }); resize(); step(); })(); </script>
Upload File
Create Folder