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: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/lift-cincy/ticket-list.php
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>LIFT Cincy</title>
    <?php include 'head.php'; ?>
  </head>

  <body class="home">
    <!-- Navbar -->
    <?php include 'navbar_1.php'; ?>
    <!-- Navbar -->

    <section class="small_banner burger bg-black">
      <div class="ccontainer">
        <div class="crow g-0">
          <div class="ccol ccol-xl-3 ccol-lg-4 ccol-md-7 ccol-sm-8 mx-auto">
            <div class="bannerslider__content">
              <div class="badge badge-light">0 of X Hours logged</div>
              <div class="d-flex flex-justify-between">
                <h1 class="border-bottom-0 text-white pb-2">Dwayne</h1>
                <div>
                  <div class="profile_img">
                    <!-- <img src="images/dwayne.png" class="img" /> -->
                    <input type="file" name="">
                  </div>
                </div>
              </div>
              <div class="progress-bar">
                <div class="progress" style="width:5%"></div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>

    <section>
      <?php include 'inner_nave.php'; ?>
      <div class="ticket_section burger  strip_bg1">
        <div class="ccontainer">
          <div class="crow flex-justify-center ticket_area">
            <div class="ccol ccol-xl-2 ccol-lg-3 ccol-md-4 ccol-sm-5 ticket_dtl">
              <div class="d-flex d-sm-block">
                <div>
                  <div class="ticket_sm mr-1 not_completed">
                    <span>Free</span>
                    <!-- <span>In Progress</span> -->
                  </div>
                </div>
                <div>
                  <div class="badge badge-warning">10 Days Away</div>
                  <h4>Free Ticket</h4>
                  <p>Log 3 volunteer hours to your profile to earn this free ticket to the event.</p>
                </div>
              </div>
            </div>
            <div class="ccol ccol-xl-1 ccol-lg-1 ccol-md-4 ccol-sm-3 ticket_dtl text-right">
              <a href="ticket.php" class="cbtn cbtn-bdr-primary">Change ticket <span><img src="images/arrow.svg" alt="arrow" class="img-svg" /></span></a>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- Footer -->   
    <?php include 'footer.php'; ?>
    <!-- Footer -->  

    <script>
      $(document).ready(function(){
        $(".inner_nav a").removeClass("active")
        $("#ticket_list").addClass("active");
      });
    </script>
  </body>
</html>