ok

Mini Shell

Direktori : /home/ngwcolle/www/
Upload File :
Current File : /home/ngwcolle/www/online-pmt.php

<?php
include "header.php";
date_default_timezone_set('Asia/Kolkata');
include "admin/includes/config.php";
?>
<section class="inner-banner"></section>
<section class="breadcrumb-sec">
  <div class="container">
        <div class="row">
            <div class="col-md-12">
                <nav aria-label="breadcrumb">
                    <ol class="breadcrumb">
                        <li class="breadcrumb-item"><a href="index.html">Home</a></li>
                        <li><i class="fa fa-caret-right" aria-hidden="true"></i></li>
                        <li class="breadcrumb-item">Fees Payment</li>
                    </ol>
                </nav>
            </div>
        </div>
    </div>
</section>
<section class="section-15 about-section">
    <div class="container">
      <div class="row">
        <div class="col-md-9">
          <div class="title">
            <h1><span>Fees Payment Online</span></h1>
			<style>
			.btn.btn-skew {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer;
        color: #fff;
}
			</style>
          </div>
                  <p>NGWC has facilitated the payment of fees through online for the convenience of parents and students. The online payments can be made through various options. </p>
				  </br>
				  <a href="#" class="btn btn-primary btn-skew">Pay Direct</a>
				    <a href="#" class="btn btn-success btn-skew">Student Login</a>
				 <a href="#" class="btn btn-info btn-skew">Download Payment Receipt</a>
 <a href="#" class="btn btn-warning btn-skew">Hostel Fees</a>
<a href="#" class="btn btn-danger btn-skew">Admin/College</a>

				   <div class="title mt-3">
            <h1><span>Steps to make online payment</span></h1>
          </div>
		  <p> Will updated soon............</p>
        <div class="title mt-3">
            <h1><span>Scan the QRCODE to make online payment</span></h1>
          </div>
   <p> Will updated soon............</p>
        </div>
        <?php include"sidebar.php";?>
    </div>
</section>
<?php
include "footer.php";
?>

<script>
//   $('#example').dataTable( {
//     // "dom": '<"top"i>rt<"bottom"flp><"clear">'
// } )

  $(document).ready(function () {
    // $('#tt').DataTable();
    $('#tt').dataTable( {
  "pageLength": 50
} );
});

</script>

Zerion Mini Shell 1.0