File: /home/imensosw/public_html/imenso.co/lift-cincy/post_landing.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-img" style="background-image: url('images/bg.png');">
<div class="strip_white"><img src="images/bg_strip4.svg" alt="bg image" class="" /></div>
<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=""><a href="#" class="cbtn cbtn-bdr-light"><span class="back"><img src="images/arrow_back.svg" class="img-svg" /></span>Back</a></div>
<div>
<h1 class="border-bottom-0 text-white pb-2">Post a Volunteer Opportunity</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="burger_b pt-2 strip_bg1">
<div class="ccontainer">
<div class="crow g-0 flex-justify-center mb-4">
<div class="ccol ccol-md-4 ccol-sm-8 border-top-2 pt-1">
<form>
<div class="crow">
<div class="ccol ccol-sm-4">
<div class="form_fld">
<label>Nonprofit Organization Name</label>
<input type="text" placeholder="Enter Organization Name" class="fld-control">
</div>
</div>
<div class="ccol ccol-sm-4">
<div class="form_fld">
<label>Volunteer Opportunity Name</label>
<input type="text" placeholder="Enter Opportunity Name" class="fld-control">
</div>
</div>
</div>
<div class="crow">
<div class="ccol ccol-sm-8">
<div class="form_fld">
<label>Description of Work</label>
<textarea placeholder="Enter Description of Work" rows="4" class="fld-control"></textarea>
</div>
</div>
</div>
<div class="crow">
<div class="ccol ccol-sm-4">
<div class="form_fld">
<label>Date</label>
<input type="date" value="04/15/2022" class="fld-control">
</div>
</div>
<div class="ccol ccol-sm-4">
<div class="form_fld">
<label>Time</label>
<div class="fld-control p-0 d-flex">
<div style="width:100px">
<input type="text" value="7:00 PM" class="fld-control border-0">
</div> <span class="mx-2">to</span>
<div style="width:100px">
<input type="text" value="9:00 PM" class="fld-control border-0">
</div>
</div>
</div>
</div>
</div>
<div class="crow">
<div class="ccol ccol-sm-4">
<div class="form_fld">
<label>Service Address</label>
<input type="text" placeholder="Enter Service Address" class="fld-control">
</div>
</div>
<div class="ccol ccol-sm-4">
<div class="form_fld">
<label>Maximum Number of Volunteers</label>
<input type="text" placeholder="Enter Max Number of Volunteers" class="fld-control">
</div>
</div>
</div>
</form>
<div class="mt-2" style="max-width:250px">
<a href="#" class="cbtn cbtn-primary cbtn-block">Submit Opportunity <span><img src="images/arrow.svg" alt="arrow" class="img-svg" /></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<?php include 'footer.php'; ?>
<!-- Footer -->
</body>
</html>