📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
Dosya Düzenle: fee-details.php
<!DOCTYPE html> <html lang="zxx" class="no-js"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="icon" href="img/favicon.ico" type="image/gif" sizes="16x16"> <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"> <link rel="icon" href="img/favicon.ico" type="image/x-icon"> <title>Fee Payment Details | Mangaldai College (Autonomous)</title> <meta charset="UTF-8"> <link rel="stylesheet" href="css/linearicons.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/glowHd.css"> <link rel="stylesheet" href="css/nice-select.css"> <link rel="stylesheet" href="css/animate.min.css"> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/jquery-ui.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/notifications.css"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"> <style> body{ background:#f5f7fa; font-family:Arial, Helvetica, sans-serif; } .policy-box{ background:white; padding:40px; margin-top:60px; margin-bottom:60px; border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.08); } .policy-title{ font-size:32px; font-weight:700; margin-bottom:20px; color:#222; } .policy-text{ font-size:16px; line-height:1.8; color:#444; text-align:justify; } footer a{ text-decoration:none !important; } </style> </head> <body> <!-- Header Navbar --> <nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm"> <div class="container"> <a class="navbar-brand d-flex align-items-center" href="index.php"> <img src="img/logo.png" alt="Mangaldai College" style="height:45px; margin-right:10px;"> <span style="font-weight:600;">Mangaldai College (Autonomous)</span> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse justify-content-end" id="navbarNav"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link active" href="index.php">Home</a> </li> </ul> </div> </div> </nav> <div class="container"> <div class="policy-box"> <h1 class="policy-title">Fee Payment Details</h1> <p class="policy-text"> Students may pay their fees online through the payment portal of Mangaldai College using debit card, credit card, net banking, UPI, or any other payment method made available on the portal. </p> <p class="policy-text"> All fees must be paid within the due date specified by Mangaldai College. Payments made after the due date may be subject to late fees or penalties as per the rules and regulations of the college. </p> <p class="policy-text"> All payments using UPI is Free of cost. Additional charges will be imposed by banks or payment gateways, including transaction fees, service charges, or other applicable charges for using other payment methods. </p> </div> </div> <?php include("footer.html");?> <script src="js/vendor/jquery-2.2.4.min.js"></script> <script src="js/vendor/bootstrap.min.js"></script> <script src="js/main.js"></script> </body> </html>
💾 Kaydet
İptal