File: /home/imensosw/.trash/storage.2/framework/views/1d7c0a3d7114308d6361d2f939c11d19828421b2.php
<footer class="footer bg-black text-white burger">
<div class="ccontainer">
<div class="crow g-0 justify-content-center">
<div class="ccol ccol-lg-1 ccol-md-2 py-0">
<div class="brand_logo">
<a href="#"><img src="<?php echo e(URL::asset('frontend/images/liftcincy-black.svg')); ?>" class="img-svg" /></a>
</div>
</div>
<div class="ccol ccol-lg-2 ccol-md-3 py-0">
<div class="mr-1">
<ul>
<li>2345 Ashland Ave, Suite 545, Cincinnati, OH 45206</li>
<li><a href="mailto:hello@liftcincy.org">hello@liftcincy.org</a></li>
<li><a href="details.php">FAQ</a></li>
</ul>
</div>
</div>
<div class="ccol ccol-lg-3 ccol-md-3 py-0">
<div>
<ul>
<li><a href="#">Post a Volunteer Opportunity</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- <a href="#" class="gotop"><i class="fa fa-long-arrow-up"></i></a> -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="<?php echo e(URL::asset('frontend/js/jquery.min.js')); ?>" type="text/javascript" ></script>
<script src="<?php echo e(URL::asset('frontend/js/custom.js')); ?>" type="text/javascript" ></script>
<script type="text/javascript" src="<?php echo e(URL::asset('frontend/js/swiper-bundle.min.js')); ?>"></script>
<script>
$(document).ready(function(){
$(document).ready(function(){
$('.single-select').select2({
theme: 'bootstrap4',
width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',
placeholder: $(this).data('placeholder'),
allowClear: Boolean($(this).data('allow-clear')),
});
$('.multiple-select').select2({
theme: 'bootstrap4',
width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',
placeholder: $(this).data('placeholder'),
allowClear: Boolean($(this).data('allow-clear')),
});
});
$(".navbar-toggler").click(function(){
var menu=$(this).attr("menu-target");
$(menu).toggleClass("open");
});
$(".modal_trigger").click(function(){
var data=$(this).attr("data-modal");
$(data).addClass("open");
});
$(".modal .close").click(function(){
$(".modal").removeClass("open");
});
});
</script><?php /**PATH /home/imensosw/liftcincy.imenso.co/resources/views/frontend/include/footer.blade.php ENDPATH**/ ?>