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

207
available-homes.html Normal file
View File

@@ -0,0 +1,207 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Available Homes | 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">Leadership</a>
<a href="available-homes.html" class="nav-item nav-link active">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">Available Homes</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">Available Homes</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<div class="container-fluid wow fadeIn mb-5" data-wow-delay="0.1s">
<a href="https://www.kaliber-homes.com/" target=_blank>
<img src="img/logos/kaliber-homes-logo-crop.png" class="img-fluid d-block mx-auto d-lg-none" style="max-width: 250px;" alt="Kaliber Homes">
<img src="img/logos/kaliber-homes-logo-crop.png" class="img-fluid d-block mx-auto d-none d-lg-block" style="max-width: 400px;" alt="Kaliber Homes">
</a>
<div class="container text-center mt-3" style="max-width: 800px;">
<p class="privacy text-start">At Kaliber Homes, we specialize in providing high-quality new and used manufactured homes that fit every lifestyle and budget. Whether youre looking for a brand-new model with modern amenities or a pre-owned home at an affordable price, were here to help you find the perfect place to call home.
</div>
</div>
<div class="container-fluid wow fadeInUp mb-5" data-wow-delay="0.1s">
<div class="text-center mx-auto mb-3" style="max-width: 760px;">
<h2 class="text-primary" style="font-size: 30px">Why Choose Kaliber Homes?</h2>
</div>
<div class="mx-auto" style="max-width: 700px;">
<ul class="custom-checklist privacy text-start">
<li>Wide selection of new and used manufactured homes in our communities</li>
<li>Affordable pricing and flexible financing options</li>
<li>Expert guidance through the home-buying process</li>
<li>Hassle-free application and approval process</li>
</ul>
</div>
</div>
<div class="container-fluid wow fadeInUp mb-5" data-wow-delay="0.1s">
<div class="text-center mx-auto mb-3" style="max-width: 760px;">
<h2 class="text-primary" style="font-size: 30px">How to Apply</h2>
<div class="d-inline-block text-start">
<h3 style="font-size:25px;" class="mb-3">
Getting started is easy! Follow these simple steps to begin your journey toward homeownership:
</h3>
</div>
</div>
<div class="mx-auto" style="max-width: 700px;">
<ul class="custom-checklist privacy text-start">
<li>Get Pre-Qualified Contact us to discuss financing options and see what you qualify for.</li>
<li>Submit Your Application Complete our quick and easy application online with a background check.</li>
<li>Approval & Next Steps Once approved, well guide you through the final steps, including contracts and move-in details.</li>
</ul>
</div>
</div>
<div class="wow fadeInUp" data-wow-delay="0.1s">
<div class="text-center mx-auto mb-3" style="max-width: 760px;">
<h2 class="text-primary" style="font-size: 30px">Ready to Apply?</h2>
<a href="https://kaliber.twa.rentmanager.com/ApplyNow" target="_blank" class="btn btn-primary rounded-pill py-3 px-5 mt-3" style="font-size: 22px;">Apply Now</a>
</div>
</div>
<!-- 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>