File: /home/imensosw/www/imenso.co/lift-cincy/services_history.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 3 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="services_history burger">
<div class="ccontainer">
<div class="crow flex-justify-center ticket_area">
<div class="ccol ccol-xl-1 ccol-lg-2 ccol-md-4 ccol-sm-4">
<h3 class="heading_3">Let’s get that ticket.</h3>
</div>
<div class="ccol ccol-xl-2 ccol-lg-2 ccol-md-4 ccol-sm-4">
<p class="mt-0">Earn hours towards your ticket by completing service opportunities in the <strong>Opportunities</strong> tab. Completed opportunities will show up here automatically when you attend.</p>
<a href="opportunities.php" class="cbtn cbtn-primary mt-2">View opportunities <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")
$("#services_history").addClass("active");
});
</script>
</body>
</html>