This commit is contained in:
2026-01-24 17:29:05 -05:00
commit 2b35282fe5
188 changed files with 24006 additions and 0 deletions

233
leadership.html Normal file
View File

@@ -0,0 +1,233 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leadership | Kaliber Management</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-69CX9XJGDV"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-69CX9XJGDV'); </script>
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Roboto:wght@500;700;900&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white navbar-light sticky-top p-0">
<a href="index.html" class="navbar-brand d-flex align-items-center px-4 px-lg-5">
<img src="img/logos/kaliberlogotransparent.png" alt="Kaliber Management" style="height: 68px;">
</a>
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto p-4 p-lg-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="leadership.html" class="nav-item nav-link active">Leadership</a>
<a href="available-homes.html" class="nav-item nav-link">Available Homes</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">MHP Communities</a>
<div class="dropdown-menu bg-light m-0">
<a href="mhp-communities/bayou-oaks.html" class="dropdown-item">Bayou Oaks</a>
<a href="mhp-communities/bluff-creek.html" class="dropdown-item">Bluff Creek</a>
<a href="mhp-communities/camellia-trace.html" class="dropdown-item">Camellia Trace</a>
<a href="mhp-communities/creekside-willows.html" class="dropdown-item">Creekside Willows</a>
<a href="mhp-communities/creola.html" class="dropdown-item">Creola</a>
<a href="mhp-communities/delmar-woods.html" class="dropdown-item">Delmar Woods</a>
<a href="mhp-communities/glen-acres.html" class="dropdown-item">Glen Acres</a>
<a href="mhp-communities/greenwood.html" class="dropdown-item">Greenwood</a>
<a href="mhp-communities/griffith.html" class="dropdown-item">Griffith</a>
<a href="mhp-communities/hamilton-oaks.html" class="dropdown-item">Hamilton Oaks</a>
<a href="mhp-communities/livingston.html" class="dropdown-item">Livingston</a>
<a href="mhp-communities/maddox.html" class="dropdown-item">Maddox</a>
<a href="mhp-communities/oaklawn-estates.html" class="dropdown-item">Oaklawn Estates</a>
<a href="mhp-communities/park-place-estates.html" class="dropdown-item">Park Place Estates</a>
<a href="mhp-communities/pecan-point.html" class="dropdown-item">Pecan Point</a>
<a href="mhp-communities/ridgecrest.html" class="dropdown-item">Ridgecrest</a>
<a href="mhp-communities/saraland.html" class="dropdown-item">Saraland</a>
<a href="mhp-communities/summerdale.html" class="dropdown-item">Summerdale</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">RV Communities</a>
<div class="dropdown-menu bg-light m-0">
<a href="https://cochrangajellystonepark.com" target="_blank" class="dropdown-item">Jellystone<br>Cochran GA</a>
<a href="https://www.jellystonegulfcoast.com" target="_blank" class="dropdown-item">Jellyston<br>Elberta AL</a>
<a href="https://www.oaklawnrvpark.com" target="_blank" class="dropdown-item">Oaklawn<br>RV Park</a>
<a href="https://www.creeksidewillowsrv.com/" target="_blank" class="dropdown-item">Creekside Willows<br>RV Park</a>
<a href="https://sunsetgrovervpark.com" target="_blank" class="dropdown-item">Sunset Grove<br>RV Park</a>
<a href="https://www.retreatonstyxriver.com" target="_blank" class="dropdown-item">The Retreat<br>on Styx River</a>
</div>
</div>
</div> <!-- Closing navbar-nav -->
</div> <!-- Closing collapse navbar-collapse -->
</nav>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header py-5 mb-5" style="--bg-image: url('../img/hero2.jpg');">
<div class="container py-5">
<h1 class="display-3 text-white mb-3 animated slideInDown">Our Leadership</h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a class="text-white" href="#">Home</a></li>
<li class="breadcrumb-item text-white active" aria-current="page">Leadership</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<!-- Team Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<h2 class="text-primary" style="font-size:20px">Kaliber Management</h2>
<h3 class="mb-4" style="font-size:38px">Our Leadership Team</h3>
</div>
<div class="row g-4">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item rounded overflow-hidden">
<div class="d-flex">
<img class="img-fluid w-75" src="img/bryce-mcmurry1.jpeg" alt="Bryce McMurry, Founder and CEO">
<div class="team-social w-25">
<a class="btn btn-lg-square btn-outline-primary rounded-circle mt-3" href="https://www.linkedin.com/in/bryce-mcmurry-703299211" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="p-4">
<h4 style="font-size:1.25rem;">Bryce McMurry</h4>
<p style="color:#303E4B">Founder and CEO</p>
<span style="color:#080A0C">Bryce McMurry is the Co-founder and CEO of Kaliber Management and its portfolio entities, specializing in managing and revitalizing underperforming manufactured home communities and destination RV campgrounds (over 2,000 plus units). Under his leadership, Kaliber Management has been recognized as one of the Top 100 Manufactured Housing professional management firms in the nation, with an in-house construction team that delivers exceptional results across its projects.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item rounded overflow-hidden">
<div class="d-flex">
<img class="img-fluid w-75" src="img/lloyd.jpg" alt="Lloyd Osafo, Founder and Executive Chairman">
<div class="team-social w-25">
<a class="btn btn-lg-square btn-outline-primary rounded-circle mt-3" href="https://www.linkedin.com/in/lloyd-osafo-41939625?trk=public_post_feed-actor-name" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="p-4">
<h4 style="font-size:1.25rem;">Lloyd Osafo</h4>
<p style="color:#303E4B">Founder and Executive Chairman</p>
<span style="color:#080A0C">Lloyd Osafo is the Co-founder and Executive Chairman of Kaliber Management LLC, overseeing its vertically integrated portfolio of companies that manage and construct real estate assets, including manufactured home communities and destination RV campgrounds across the Southeastern United States. A serial entrepreneur, Lloyd founded and successfully sold a technology company that supported National Security and the Department of Defense. As a seasoned hands-on information technologist with extensive business and leadership expertise, he combines technical proficiency with strategic vision.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="team-item rounded overflow-hidden">
<div class="d-flex">
<img class="img-fluid w-75" src="img/brent.jpg" alt="Brent Dudley, President">
<div class="team-social w-25">
<a class="btn btn-lg-square btn-outline-primary rounded-circle mt-3" href="https://www.linkedin.com/in/brentdudley" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="p-4">
<h4 style="font-size:1.25rem;">Brent Dudley</h4>
<p style="color:#303E4B">President</p>
<span style="color:#080A0C">Brent is the President of Kaliber Management, leading its vertically integrated in-house construction and manufactured home retail company. He drives corporate strategy, business development, and operational growth across the Kaliber portfolio, overseeing acquisitions, partnerships, and investor opportunities to ensure alignment with the companys purpose, values, and vision. Brent provides strategic leadership to the executive team and portfolio leaders, fostering high performance and continuous improvement.</span>
</div>
</div>
</div>
<!--<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="team-item rounded overflow-hidden">
<div class="d-flex">
<img class="img-fluid w-75" src="img/.jpg" alt="Kathleen Alrbright, Regional Manager">
<div class="team-social w-25">
<a class="btn btn-lg-square btn-outline-primary rounded-circle mt-3" href="https://www.linkedin.com/in/brentdudley" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="p-4">
<h4>Kathleen Albright</h4>
<p style="color:#303E4B">Regional Manager</p>
<span style="color:#080A0C">Ms. Kathleen Albright is a seasoned professional with over 20 years of experience in real estate acquisitions, operations, construction, and asset management. She has managed various property types, including manufactured housing, single-family homes, retail spaces, and apartments, serving a diverse clientele such as individuals, family offices, trusts, nonprofits, and municipalities.</span>
</div>
</div>
</div>-->
</div>
</div>
</div>
<!-- Team End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-body footer mt-5 pt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-3">
<div class="row g-5">
<div class="col-lg-4 col-md-6">
<h4 class="text-white mb-4" style="font-size: 1.25rem;">Connect With Us</h4>
<p class="mb-2">
<i class="fa fa-envelope me-3"></i>
<a href="mailto:information@kalibermanagement.com" style="color: white">information@kalibermanagement.com</a>
</p>
<div class="d-flex pt-2">
<a class="btn btn-square btn-outline-light btn-social" href="https://www.linkedin.com/company/kaliber-management-llc" target="_blank" ><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-square btn-outline-light btn-social" href="https://www.facebook.com/kalibermanagement/" target="_blank" ><i class="fab fa-facebook"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4 class="text-white mb-4" style="font-size: 1.25rem;">Quick Links</h4>
<a class="btn btn-link" href="index.html">Home</a>
<a class="btn btn-link" href="privacy-policy.html">Privacy Policy</a>
<a class="btn btn-link" href="https://www.kaliber-homes.com/" target="_blank">Kaliber Homes</a>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
<a href="#">&copy; 2025 Kaliber Management.</a> All Rights Reserved.
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>