MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/mcm/payment-receipt.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MCM School | Welcome to MCM School</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<link href="css/responsive.css" rel="stylesheet" type="text/css"/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>


<!-- Review popup  code -->

<section>
    <nav class="navbar-default">
        <div class="wrapper">
            <div class="navbar-header">
                <a class="navbar-brand" href="#"><img src="images/mcm_school_logo.png" class="img-responsive"></a>
            </div>
        </div>
    </nav>

  <div class="pad-t-20">
      <div class="container">
        <div class="row review-header">
            <div class="col-md-6">
            <p> <i class="fa fa-lock" aria-hidden="true"></i>  Secure Checkout </p>
            </div>
            <div class="col-md-6 text-right review_header_text">        
            <p> <i class="fa fa-phone" aria-hidden="true"></i>  1-000-000-0000 </p>
            </div>
        </div>
      </div>
      <div class="pad-t-20 bdr_bt"></div>

      <div class="container">
        <div class="row mt3 review_flex review-header">
          <div class="divider_review"><p> <span class="review_tab"> 1 </span><br> Review & Pay </p></div>
          <div class=""><p><span class="review_tab_grey"> 2 </span> <br/> Receipt </p> </div>
        </div>

        <div class="row pad-t-50">
            <h2> Receipt </h2>
            <div class="bdr_bt mt15"></div>

            <div class="col-md-12 text-center">
               <h3 class="pad-t-75"> Thanks for booking. <br/> We’re looking forward to meeting you. </h3>
               
               <p class="pad-t-20"> You will receive an email shortly that will contain your booking </p>
                <p> reference and course information. </p> 

                <div class="mt5"></div>

                <h4 class="review_course_item"> BOOKING REFERENCE </h4>

                 <p class="booking_reff"> 00012 </p>  
            </div>
        </div>

          <div class="row mt2">
              <div class="col-md-12 pad-t-20"> 
               <h4 class="review_heading_h4"> Your Course Summary </h4>  </div>
          </div>  
          
              <div class="bdr_bt mt15 mb2"></div>

              <h4 class="review_course_item"> BACHELORS COURSE </h4>
              <h3 class="review_heading_h4"> $4,999.00 </h3>
              <h4 class="review_course_item"> Duration: 7 week </h4>
           
              <p class="review_form_text"> <i class="fa fa-map-marker fa-2x marg-r-20" aria-hidden="true"></i>
              Location: 2809 Martha Ellen Drive, Reno, Nevada, 89506 </p>

              <P class="review_form_text  mt2"> Course Start Date: <span id="week_start_date"></span></P>
              <P class="review_form_text">Course End Date: <span id="week_end_date"></span></P>

            <div class="bdr_bt mt15"></div>

            <div class="location-item">
                
                <h3 class="pad-t-20"> Any Questions? </h3>
                <p class="review_form_text"> Email : <a href="#"> email@email.com </a> or visit our <a href="#"> FAQs </a></p>
            </div>

      </div>
  </div>

<div class="bdr_bt mt10"></div>

<div class="container">
<div class="row mb5">
  <div class="pad-t-20">
      <div class="col-md-6">
        <p class="review_form_text"> © 2017 MCM School. All rights reserved. </p>

        <p class="pad-t-20 review_form_text"> MCM School <br/>
          2809 Martha Ellen Drive,   <br/>
          Reno, Nevada, 89506     <br/>
          Registered in North America  <br/>
          Company registration number: 2446778 </p>
      </div>

      <div class="col-md-6">
             <p class="text-right review_form_text"> mcm.com is secure and your <br/>
                   details are protected</p>

            <img class="footer_img mt2" src="images/paypal-icon.png.jpeg" class="img-responsive" alt="" />
      </div>
  </div>
<!--  <button type="button" class="btn btn-default" data-dismiss="modal" style="float: right; margin-top: 30px;">Close</button> -->

</div>
</div>

</section>


</body>
</html>