1257 lines
111 KiB
HTML
1257 lines
111 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="assets/images/favicon.png">
|
|
<title>ListOn - Directory & Listing HTML Template</title>
|
|
<link href="assets/plugins/aos/aos.min.css" rel="stylesheet">
|
|
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="assets/plugins/fontawesome/css/all.min.css" rel="stylesheet">
|
|
<link href="assets/plugins/OwlCarousel2/css/owl.carousel.min.css" rel="stylesheet">
|
|
<link href="assets/plugins/OwlCarousel2/css/owl.theme.default.min.css" rel="stylesheet">
|
|
<link href="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/fancy_fileupload.css" rel="stylesheet">
|
|
<link href="assets/plugins/ion.rangeSlider/ion.rangeSlider.min.css" rel="stylesheet">
|
|
<link href="assets/plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
|
|
<link href="assets/plugins/select2/select2.min.css" rel="stylesheet">
|
|
<link href="assets/plugins/select2-bootstrap-5/select2-bootstrap-5-theme.min.css" rel="stylesheet">
|
|
<!-- Custom style for this template -->
|
|
<link href="assets/css/style.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- start navbar -->
|
|
<nav class="navbar navbar-expand-lg navbar-light sticky-top">
|
|
<div class="container">
|
|
<a class="navbar-brand m-0" href="index.html">
|
|
<img class="logo-white" src="assets/images/logo-white.png" alt="">
|
|
<img class="logo-dark" src="assets/images/logo.png" alt="">
|
|
</a>
|
|
<div class="d-flex order-lg-2">
|
|
<!-- start button -->
|
|
<a href="signin.html" class="d-flex align-items-center justify-content-center p-0 btn-user position-relative" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-custom-class="custom-tooltip" data-bs-title="Favourite">
|
|
<i class="fa-solid fa-heart"></i>
|
|
<span class="align-items-center bg-primary d-flex end-0 fs-11 justify-content-center nav-count position-absolute rounded-circle text-white">0</span>
|
|
</a>
|
|
<!-- end /. button -->
|
|
<!-- start button -->
|
|
<a href="sign-in.html" class="d-flex align-items-center justify-content-center p-0 btn-user" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-custom-class="custom-tooltip" data-bs-title="Sign In">
|
|
<i class="fa-solid fa-user-plus"></i>
|
|
</a>
|
|
<!-- end /. button -->
|
|
<!-- start button -->
|
|
<button type="button" id="themeToggleBtn" class="align-items-center bg-transparent border-0 btn-user d-flex justify-content-center p-0">
|
|
<i class="fa-solid fa-moon"></i>
|
|
</button>
|
|
<!-- end /. button -->
|
|
<!-- start button -->
|
|
<a href="add-listing.html" class="btn btn-primary d-none d-sm-flex fw-medium gap-2 hstack rounded-5">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16">
|
|
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
|
|
<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z" />
|
|
</svg>
|
|
<div class="vr d-none d-sm-inline-block"></div>
|
|
<span class="d-none d-sm-inline-block">Add Listing</span>
|
|
</a>
|
|
<!-- end /. button -->
|
|
<!-- start navbar toggle button -->
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span id="nav-icon" class="">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</span>
|
|
</button>
|
|
<!-- end /. navbar toggle button -->
|
|
</div>
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav m-auto mb-2 mb-lg-0">
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" href="#" aria-current="page" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
|
|
Home
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="index.html">Home (Main)</a></li>
|
|
<li><a class="dropdown-item" href="home-classic.html">Home (Classic)</a></li>
|
|
<li><a class="dropdown-item" href="home-rounded.html">Home (Rounded)</a></li>
|
|
<li><a class="dropdown-item" href="home-map.html">Home (Map)</a></li>
|
|
<li><a class="dropdown-item" href="home-grid.html">Home (Grid)</a></li>
|
|
<li><a class="dropdown-item" href="home-waves.html">Home (Waves)</a></li>
|
|
<li><a class="dropdown-item" href="home-car.html">Home (Car) <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
|
<li><a class="dropdown-item" href="home-restaurant.html">Home (Restaurant) <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle material-ripple" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
|
<i class="typcn typcn-weather-stormy top-menu-icon"></i>Dashboard
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="dashboard/dashboard.html">Dashboard</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/bookings.html">Bookings</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/messages.html">Message</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/wallet.html">Wallet</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/profile.html">Edit Profile</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/add-listing.html">Add listing</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/my-listing.html">My listing</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/bookings.html">Bookings</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/reviews.html">Reviews</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/bookmark.html">Bookmark</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/setting-app.html">Settings</a></li>
|
|
<li><a class="dropdown-item" href="dashboard/invoice.html">Invoice</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
|
|
Listing
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">List View</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="listings-list-left.html">Left Sidebar</a></li>
|
|
<li><a class="dropdown-item" href="listings-list-right.html">Right Sidebar</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Grid View 1</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="listings-grid-1-left.html">Left Sidebar</a></li>
|
|
<li><a class="dropdown-item" href="listings-grid-1-right.html">Right Sidebar</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Grid View 2</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="listings-grid-2-left.html">Left Sidebar</a></li>
|
|
<li><a class="dropdown-item" href="listings-grid-2-right.html">Right Sidebar</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Half Map + Sidebar</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="listings-map.html">Half Map List</a></li>
|
|
<li><a class="dropdown-item" href="listings-map-car.html">Half Map List (Car) <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
|
<li><a class="dropdown-item" href="listings-map-grid-1.html">Half Map Grid 1</a></li>
|
|
<li><a class="dropdown-item" href="listings-map-grid-2.html">Half Map Grid 2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Listing Details</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="listing-details.html">Listing Details 1</a></li>
|
|
<li><a class="dropdown-item" href="listing-details-2.html">Listing Details 2</a></li>
|
|
<li><a class="dropdown-item" href="listing-details-car.html">Listing Details Car <span class="badge text-bg-primary fw-semibold">New</span></a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="listings-map-grid-1.html">Explore</a>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle active" href="#" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
|
|
Template
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">About</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="about.html">About us 1</a></li>
|
|
<li><a class="dropdown-item" href="about-2.html">About us 2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle active" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Agent</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="agent.html">Agent</a></li>
|
|
<li><a class="dropdown-item active" href="agent-details.html">Agent Details</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="blog.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">Blog</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="blog.html">Blog</a></li>
|
|
<li><a class="dropdown-item" href="blog-details.html">Blog Standard</a></li>
|
|
<li><a class="dropdown-item" href="blog-post-galary.html">Blog Galary</a></li>
|
|
<li><a class="dropdown-item" href="blog-post-video.html">Blog Video</a></li>
|
|
<li><a class="dropdown-item" href="blog-post-audio.html">Blog Audio</a></li>
|
|
<li><a class="dropdown-item" href="blog-archive.html">Blog Archive</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a class="dropdown-item" href="add-listing.html">Add Listing</a></li>
|
|
<li><a class="dropdown-item" href="submit-rider.html">Submit Rider</a></li>
|
|
<li><a class="dropdown-item" href="contact.html">Contact</a></li>
|
|
<li><a class="dropdown-item" href="pricing.html">Pricing</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Authentication</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="sign-in.html">Sign In</a></li>
|
|
<li><a class="dropdown-item" href="sign-up.html">Sign Up</a></li>
|
|
<li><a class="dropdown-item" href="forgot-password.html">Forgot Password</a></li>
|
|
<li><a class="dropdown-item" href="two-factor-auth.html">Two factor authentication</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Specialty</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="404.html">404 Page</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Help Center</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="faq.html">Faq Page</a></li>
|
|
<li><a class="dropdown-item" href="terms-conditions.html">Terms & Conditions</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a class="dropdown-item" href="style-guide.html">Style Guide</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<div class="d-sm-none">
|
|
<!-- start button -->
|
|
<a href="signin.html" class="btn btn-primary d-flex gap-2 hstack justify-content-center rounded-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16">
|
|
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
|
|
<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z" />
|
|
</svg>
|
|
<div class="vr d-none d-sm-inline-block"></div>
|
|
<span>Add Listing</span>
|
|
</a>
|
|
<!-- end /. button -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<!-- end /. navbar -->
|
|
<!-- start page header -->
|
|
<section class="dark-overlay hero mx-3 overflow-hidden position-relative py-4 py-lg-5 rounded-4 text-white">
|
|
<img class="bg-image" src="assets/images/header/04.jpg" alt="Image">
|
|
<div class="container overlay-content">
|
|
<div class="row justify-content-center">
|
|
<div class="col-sm-10 col-md-10 col-lg-8 col-xl-7">
|
|
<!-- start section header -->
|
|
<div class="section-header text-center mb-5" data-aos="fade-down">
|
|
<!-- start section header -->
|
|
<h2 class="display-4 fw-semibold mb-3 section-header__title text-capitalize">Find your <span class="font-caveat text-primary">dream</span> place</h2>
|
|
<!-- end /. section header title -->
|
|
<!-- start description -->
|
|
<div class="sub-title fs-18">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
|
|
<!-- end /. section header sub title -->
|
|
</div>
|
|
<!-- end /. section header -->
|
|
</div>
|
|
</div>
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-10">
|
|
<!-- start search content -->
|
|
<div class="border-0 card d-flex flex-md-row position-relative search-wrapper">
|
|
<div class="align-items-center d-flex search-field w-100">
|
|
<div class="svg-icon">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
|
|
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
|
|
</svg>
|
|
</div>
|
|
<!-- start input -->
|
|
<input type="email" class="form-control search-input" placeholder="What are you looking for?">
|
|
<!-- end /. input -->
|
|
</div>
|
|
<div class="vertical-divider"></div>
|
|
<div class="align-items-center d-flex search-field w-100">
|
|
<div class="svg-icon">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16">
|
|
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z" />
|
|
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
|
|
</svg>
|
|
</div>
|
|
<!-- start select -->
|
|
<select class="form-select search-select-field">
|
|
<option selected>Location</option>
|
|
<option value="1">Florence, Italy</option>
|
|
<option value="2">Second choice</option>
|
|
<option value="3">Third choice</option>
|
|
</select>
|
|
<!-- end /. select -->
|
|
</div>
|
|
<input type="submit" value="Search places" class="btn btn-primary rounded-5 mt-3 mt-md-0">
|
|
</div>
|
|
<!-- end /. search content -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- end /. page header -->
|
|
<div class="py-5 bg-light m-3 rounded-4">
|
|
<div class="container py-4">
|
|
<div class="row">
|
|
<div class="col-lg-4 sidebar">
|
|
<!-- start profile card -->
|
|
<div class="card border-0 p-4 p-xl-5 position-relative profile-card rounded-4 shadow-sm text-center">
|
|
<!-- profile image -->
|
|
<div class="bg-cover bg-dark bg-no-repeat js-bg-image overflow-hidden position-absolute profile-card_bg--img start-0 top-0 w-100" data-image-src="assets/images/profile-cover.jpg"></div>
|
|
<div class="border border-3 border-white d-block position-relative profile-image-wrap rounded-circle">
|
|
<!-- profile photo -->
|
|
<img src="assets/images/avatar/01.jpg" class="h-100 img-fluid object-fit-cover profile-image rounded-circle w-100" alt="">
|
|
<div class="align-items-center bg-white d-flex end-0 justify-content-center position-absolute rounded-circle star-circle text-primary top-0 btn-icon">
|
|
<i class="fa-solid fa-star"></i>
|
|
</div>
|
|
</div>
|
|
<!--profile title-->
|
|
<h3 class="profile-card__name">Gabriel North</h3>
|
|
<div class="profile-card__txt">Front-end Developer from <strong>Bangladesh</strong></div>
|
|
<!--profile socials-->
|
|
<div class="card-social d-flex flex-wrap fs-19 gap-3 justify-content-center mb-4 mt-2">
|
|
<a class="dribbble" target="_blank" href="https://dribbble.com/"><i class="fab fa-dribbble"></i></a>
|
|
<a class="twitter" target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a>
|
|
<a class="github" target="_blank" href="https://github.com/"><i class="fab fa-github"></i></a>
|
|
<a class="spotify" target="_blank" href="https://www.spotify.com/"><i class="fab fa-spotify"></i></a>
|
|
<a class="stack-overflow" target="_blank" href="https://stackoverflow.com/"><i class="fab fa-stack-overflow"></i></a>
|
|
</div>
|
|
<div class="mb-5">
|
|
<!-- <hr> -->
|
|
<div class="border-bottom border-top py-3 fs-15">
|
|
<div class="align-items-center d-flex justify-content-between">
|
|
<span class="text-muted">Mobile</span>
|
|
<span class="fw-semibold">+48 0340 909 032</span>
|
|
</div>
|
|
<div class="align-items-center d-flex justify-content-between mb-2">
|
|
<span class="text-muted">Email</span>
|
|
<span class="fw-semibold">example@homely.com</span>
|
|
</div>
|
|
</div>
|
|
<div class="border-bottom py-3 fs-15">
|
|
<div class="align-items-center d-flex justify-content-between mb-2">
|
|
<span class="text-muted">Address Office</span>
|
|
<span class="fw-semibold">400 St.Petersburg</span>
|
|
</div>
|
|
<div class="align-items-center d-flex justify-content-between mb-2">
|
|
<span class="text-muted">400 St.Petersburg</span>
|
|
<span class="fw-semibold">+98 0390 009 002</span>
|
|
</div>
|
|
<div class="align-items-center d-flex justify-content-between mb-2">
|
|
<span class="text-muted">Fax</span>
|
|
<span class="fw-semibold">1-320 900 6800</span>
|
|
</div>
|
|
</div>
|
|
<div class="pt-3 fs-15">
|
|
<div class="align-items-center d-flex justify-content-between">
|
|
<span class="text-muted">Address Office</span>
|
|
<span class="fw-semibold">400 St.Petersburg</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--card buttons-->
|
|
<div class="bottom-0 card-btn_wrap g-0 position-absolute row start-0 w-100">
|
|
<a href="#" download="" class="align-items-center card-btn col-6 d-flex fs-13 fw-bold gap-2 justify-content-center position-relative text-uppercase">
|
|
<span class="text">Download CV</span>
|
|
<i class="fa-solid fa-download fs-18"></i>
|
|
</a>
|
|
<a href="contact.html" class="align-items-center card-btn col-6 d-flex fs-13 fw-bold gap-2 justify-content-center position-relative text-uppercase">
|
|
<span class="text">Contact Me</span>
|
|
<i class="fa-solid fa-id-card fs-18"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. profile card -->
|
|
</div>
|
|
<div class="col-lg-8 ps-xxl-5 content">
|
|
<div class="border-0 card listing-form mb-4 p-4 rounded-4 shadow-sm">
|
|
<div class="align-items-sm-center bg-light mb-4 p-4 rounded-3">
|
|
<h4 class="fw-semibold fs-2">Listing <span class="font-caveat text-primary">Agent</span></h4>
|
|
<p class="mb-0 fs-15">There are many variations of passages of Lorem Ipsum<br class="d-none d-lg-block"> available, but the majority have</p>
|
|
</div>
|
|
<div class="row g-4">
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/01.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-star"></i> Featured</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-tag"></i> $12.00 - $40.00</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-18 fw-semibold mb-0">
|
|
Green Mart Apartment
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-patch-check-fill text-success" viewBox="0 0 16 16">
|
|
<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zm.287 5.984-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z" />
|
|
</svg>
|
|
</h4>
|
|
<!-- end /. card title -->
|
|
<!-- start contact content -->
|
|
<div class="d-flex flex-wrap gap-3 mt-2 z-1">
|
|
<a href="tel:+4733378901" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="#9b9b9b" class="bi bi-telephone" viewBox="0 0 16 16">
|
|
<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z" />
|
|
</svg>
|
|
<span>(123) 456-7890</span>
|
|
</a>
|
|
<a href="#" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#9b9b9b" class="bi bi-compass" viewBox="0 0 16 16">
|
|
<path d="M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z" />
|
|
<path d="m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z" />
|
|
</svg>
|
|
<span>Directions</span>
|
|
</a>
|
|
</div>
|
|
<!-- end contact content -->
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/02.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-star"></i> Featured</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-tag"></i> $12.00 - $40.00</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-18 fw-semibold mb-0">Chuijhal Hotel And Restaurant</h4>
|
|
<!-- end /. card title -->
|
|
<!-- start contact content -->
|
|
<div class="d-flex flex-wrap gap-3 mt-2 z-1">
|
|
<a href="tel:+4733378901" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="#9b9b9b" class="bi bi-telephone" viewBox="0 0 16 16">
|
|
<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z" />
|
|
</svg>
|
|
<span>(123) 456-7890</span>
|
|
</a>
|
|
<a href="#" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#9b9b9b" class="bi bi-compass" viewBox="0 0 16 16">
|
|
<path d="M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z" />
|
|
<path d="m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z" />
|
|
</svg>
|
|
<span>Directions</span>
|
|
</a>
|
|
</div>
|
|
<!-- end contact content -->
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/03.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-star"></i> Featured</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-tag"></i> $12.00 - $40.00</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-18 fw-semibold mb-1">The Barber's Lounge</h4>
|
|
<!-- end /. card title -->
|
|
<p class="mb-0 small">CoWorking, Dedicated Desk, Serviced Offices POA</p>
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/04.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-star"></i> Featured</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2"><i class="fa-solid fa-tag"></i> $12.00 - $40.00</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-18 fw-semibold mb-1">Gaming Expo Spectacle</h4>
|
|
<!-- end /. card title -->
|
|
<p class="mb-0 small">CoWorking, Dedicated Desk, Serviced Offices POA</p>
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/05.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">10% OFF</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">$100 off $399: eblwc</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-17 fw-semibold mb-0">Green Mart Apartment</h4>
|
|
<!-- end /. card title -->
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/06.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">10% OFF</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">$100 off $399: eblwc</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-17 fw-semibold mb-0">Exclusive Education Aid</h4>
|
|
<!-- end /. card title -->
|
|
<!-- start contact content -->
|
|
<div class="d-flex flex-wrap gap-3 mt-2 z-1">
|
|
<a href="tel:+4733378901" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="#9b9b9b" class="bi bi-telephone" viewBox="0 0 16 16">
|
|
<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z" />
|
|
</svg>
|
|
<span>(123) 456-7890</span>
|
|
</a>
|
|
<a href="#" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#9b9b9b" class="bi bi-compass" viewBox="0 0 16 16">
|
|
<path d="M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z" />
|
|
<path d="m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z" />
|
|
</svg>
|
|
<span>Directions</span>
|
|
</a>
|
|
</div>
|
|
<!-- end contact content -->
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/07.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">10% OFF</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">$100 off $399: eblwc</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-17 fw-semibold mb-0">Northridge University</h4>
|
|
<!-- end /. card title -->
|
|
<!-- start contact content -->
|
|
<div class="d-flex flex-wrap gap-3 mt-2 z-1">
|
|
<a href="tel:+4733378901" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="#9b9b9b" class="bi bi-telephone" viewBox="0 0 16 16">
|
|
<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z" />
|
|
</svg>
|
|
<span>(123) 456-7890</span>
|
|
</a>
|
|
<a href="#" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#9b9b9b" class="bi bi-compass" viewBox="0 0 16 16">
|
|
<path d="M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z" />
|
|
<path d="m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z" />
|
|
</svg>
|
|
<span>Directions</span>
|
|
</a>
|
|
</div>
|
|
<!-- end contact content -->
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
<div class="col-sm-6 d-flex">
|
|
<!-- start listing card -->
|
|
<div class="card card-hover flex-fill overflow-hidden rounded-3 shadow-sm w-100 card-hover-bg">
|
|
<!-- start card link -->
|
|
<a href="listing-details.html" class="stretched-link"></a>
|
|
<!-- end /. card link -->
|
|
<!-- start card image wrap -->
|
|
<div class="card-img-wrap card-image-hover overflow-hidden dark-overlay">
|
|
<img src="assets/images/place/08.jpg" alt="" class="img-fluid">
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">10% OFF</div>
|
|
<div class="bg-blur card-badge d-inline-block position-absolute start-0 text-white z-2">$100 off $399: eblwc</div>
|
|
<div class="d-flex end-0 gap-2 me-3 mt-3 position-absolute top-0 z-1">
|
|
<a href="" class="align-items-center bg-blur btn-icon d-flex justify-content-center rounded-circle shadow-sm text-white" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Bookmark">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-heart" viewBox="0 0 16 16">
|
|
<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"></path>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- end /. card image wrap -->
|
|
<div class="d-flex flex-column h-100 position-relative p-3">
|
|
<div class="align-items-center bg-primary cat-icon d-flex justify-content-center position-absolute rounded-circle text-white"><i class="fa-solid fa-shop"></i></div>
|
|
<div class="align-items-center d-flex flex-wrap gap-1 text-primary card-start mb-1">
|
|
<!-- start ratings -->
|
|
<i class="fa-solid fa-star"></i>
|
|
<!-- end /. ratings -->
|
|
<!-- start ratings counter text -->
|
|
<span class="fw-medium text-primary"><span class="fs-6 fw-semibold me-1">(4.5)</span>2,391 reviews</span>
|
|
<!-- end /. ratings counter text -->
|
|
</div>
|
|
<!-- start card title -->
|
|
<h4 class="fs-17 fw-semibold mb-0">Green Mart Apartment</h4>
|
|
<!-- end /. card title -->
|
|
<!-- start contact content -->
|
|
<div class="d-flex flex-wrap gap-3 mt-2 z-1">
|
|
<a href="tel:+4733378901" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="#9b9b9b" class="bi bi-telephone" viewBox="0 0 16 16">
|
|
<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z" />
|
|
</svg>
|
|
<span>(123) 456-7890</span>
|
|
</a>
|
|
<a href="#" class="d-flex gap-2 align-items-center fs-13 fw-semibold">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#9b9b9b" class="bi bi-compass" viewBox="0 0 16 16">
|
|
<path d="M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z" />
|
|
<path d="m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z" />
|
|
</svg>
|
|
<span>Directions</span>
|
|
</a>
|
|
</div>
|
|
<!-- end contact content -->
|
|
</div>
|
|
</div>
|
|
<!-- end /. listing card -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- start recent coments -->
|
|
<div class="border-0 card listing-form mb-4 p-4 rounded-4 shadow-sm">
|
|
<div class="align-items-sm-center bg-light mb-4 p-4 rounded-3">
|
|
<h4 class="fw-semibold fs-2">Recent <span class="font-caveat text-primary">Comment</span></h4>
|
|
<p class="mb-0 fs-15">There are many variations of passages of Lorem Ipsum<br class="d-none d-lg-block"> available, but the majority have</p>
|
|
</div>
|
|
<div class="border p-4 mb-5 rounded-4">
|
|
<div class="row g-4 align-items-center">
|
|
<div class="col-sm-auto">
|
|
<div class="rating-block text-center">
|
|
<!-- start title -->
|
|
<h5 class="font-caveat fs-4 mb-4">Average user rating</h5>
|
|
<!-- end /. title -->
|
|
<!-- Start Rating Point -->
|
|
<div class="rating-point position-relative ml-auto mr-auto">
|
|
<!-- Start Svg Icon -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width=".5" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star text-primary">
|
|
<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"> </polygon>
|
|
</svg>
|
|
<!-- /.End Svg Icon -->
|
|
<h3 class="position-absolute mb-0 fs-18 text-primary">4.3</h3>
|
|
</div>
|
|
<!-- End Rating Point -->
|
|
<span class="fs-13">2,525 Ratings &</span><br>
|
|
<span class="fs-13">293 Reviews</span>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="rating-position">
|
|
<!-- start title -->
|
|
<h5 class="font-caveat fs-4 mb-4">Rating breakdown</h5>
|
|
<!-- end /. title -->
|
|
<!-- Start Rating Point -->
|
|
<!-- start rating dimension -->
|
|
<div class="align-items-center d-flex mb-2 rating-dimension gap-2">
|
|
<!-- start rating quantity -->
|
|
<div class="d-flex align-items-center gap-2">
|
|
<span class="fs-14 fw-semibold rating-points">5</span>
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
</div>
|
|
</div>
|
|
<!-- end /. rating quantity -->
|
|
<!-- Start Progress -->
|
|
<div class="progress flex-grow-1 me-2">
|
|
<div class="progress-bar bg-primary" role="progressbar" style="width: 90%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
|
|
</div>
|
|
<!-- /.End Progress -->
|
|
<!-- Start User Rating -->
|
|
<div class="bg-dark fs-11 fw-medium px-2 py-1 rounded-pill text-white user-rating">4.5</div>
|
|
<!-- /.End User Rating -->
|
|
</div>
|
|
<!-- end /. rating dimension -->
|
|
<!-- start rating dimension -->
|
|
<div class="align-items-center d-flex mb-2 rating-dimension gap-2">
|
|
<!-- start rating quantity -->
|
|
<div class="d-flex align-items-center gap-2">
|
|
<span class="fs-14 fw-semibold rating-points">5</span>
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon half"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
</div>
|
|
</div>
|
|
<!-- end /. rating quantity -->
|
|
<!-- start progress -->
|
|
<div class="progress flex-grow-1 me-2">
|
|
<div class="progress-bar bg-success" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
|
|
</div>
|
|
<!-- end /. progress -->
|
|
<!-- start user rating -->
|
|
<div class="bg-dark fs-11 fw-medium px-2 py-1 rounded-pill text-white user-rating">3.5</div>
|
|
<!-- end /. user rating -->
|
|
</div>
|
|
<!-- end /. rating dimension -->
|
|
<!-- start rating dimension -->
|
|
<div class="align-items-center d-flex mb-2 rating-dimension gap-2">
|
|
<!-- start rating quantity -->
|
|
<div class="d-flex align-items-center gap-2">
|
|
<span class="fs-14 fw-semibold rating-points">3</span>
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon half"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
</div>
|
|
</div>
|
|
<!-- end /. rating quantity -->
|
|
<!-- start progress -->
|
|
<div class="progress flex-grow-1 me-2">
|
|
<div class="progress-bar bg-warning" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
|
|
</div>
|
|
<!-- end /. progress -->
|
|
<!-- start user rating -->
|
|
<div class="bg-dark fs-11 fw-medium px-2 py-1 rounded-pill text-white user-rating">1.5</div>
|
|
<!-- end /. user rating -->
|
|
</div>
|
|
<!-- end /. rating dimension -->
|
|
<!-- start rating dimension -->
|
|
<div class="align-items-center d-flex mb-2 rating-dimension gap-2">
|
|
<!-- start rating quantity -->
|
|
<div class="d-flex align-items-center gap-2">
|
|
<span class="fs-14 fw-semibold rating-points">3</span>
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon half"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
</div>
|
|
</div>
|
|
<!-- end /. rating quantity -->
|
|
<!-- start progress -->
|
|
<div class="progress flex-grow-1 me-2">
|
|
<div class="progress-bar bg-info" role="progressbar" style="width: 40%" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"></div>
|
|
</div>
|
|
<!-- end /. progress -->
|
|
<!-- start user rating -->
|
|
<div class="bg-dark fs-11 fw-medium px-2 py-1 rounded-pill text-white user-rating">5.2</div>
|
|
<!-- end /. user rating -->
|
|
</div>
|
|
<!-- end /. rating dimension -->
|
|
<!-- start rating dimension -->
|
|
<div class="align-items-center d-flex mb-2 rating-dimension gap-2">
|
|
<!-- start rating quantity -->
|
|
<div class="d-flex align-items-center gap-2">
|
|
<span class="fs-14 fw-semibold rating-points">1</span>
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
</div>
|
|
</div>
|
|
<!-- end /. rating quantity -->
|
|
<!-- start progress -->
|
|
<div class="progress flex-grow-1 me-2">
|
|
<div class="progress-bar text-bg-danger" role="progressbar" style="width: 20%" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"></div>
|
|
</div>
|
|
<!-- end /. progress -->
|
|
<!-- start user rating -->
|
|
<div class="bg-dark fs-11 fw-medium px-2 py-1 rounded-pill text-white user-rating">6.9</div>
|
|
<!-- end /. user rating -->
|
|
</div>
|
|
<!-- end /. rating dimension -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex mb-4 border-bottom pb-4">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/01.jpg" alt="..." height="70" width="70" class="object-fit-cover rounded-circle">
|
|
</div>
|
|
<div class="flex-grow-1 ms-4">
|
|
<div class="comment-header d-flex flex-wrap gap-2 mb-3">
|
|
<div>
|
|
<h4 class="fs-18 mb-0">- Ethan Blackwood</h4>
|
|
<div class="comment-datetime fs-12 text-muted">25 Oct 2023 at 12.27 pm</div>
|
|
</div>
|
|
<!-- start rating -->
|
|
<div class="d-flex align-items-center gap-2 ms-auto">
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon half"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
</div>
|
|
<span class="fs-14 fw-semibold rating-points">3.5/5</span>
|
|
</div>
|
|
<!-- end /. rating -->
|
|
</div>
|
|
<div class="fs-15">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which.</div>
|
|
<!-- start review -->
|
|
<a href="#" class="btn btn-light btn-sm mt-4 px-3 rounded-pill gap-2 d-inline-flex">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hand-thumbs-up" viewBox="0 0 16 16">
|
|
<path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z" />
|
|
</svg>
|
|
Helpful Review
|
|
<div class="vr d-none d-sm-inline-block"></div>
|
|
<span class="fw-semibold">16</span>
|
|
</a>
|
|
<!-- end /. review -->
|
|
<div class="row mt-3 g-2 review-image zoom-gallery">
|
|
<div class="col-auto">
|
|
<a href="assets/images/listing-details/review-image-02.jpg" class="galary-overlay-hover dark-overlay position-relative d-block overflow-hidden rounded-3">
|
|
<img src="assets/images/listing-details/review-image-02.jpg" alt="" class="img-fluid rounded-3 object-fit-cover" height="70" width="112">
|
|
<div class="galary-hover-element h-100 position-absolute start-50 top-50 translate-middle w-100">
|
|
<i class="fa-solid fa-expand text-white position-absolute top-50 start-50 translate-middle bg-primary rounded-1 p-2 lh-1"></i>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-auto">
|
|
<a href="assets/images/listing-details/review-image-03.jpg" class="galary-overlay-hover dark-overlay position-relative d-block overflow-hidden rounded-3">
|
|
<img src="assets/images/listing-details/review-image-03.jpg" alt="" class="img-fluid rounded-3 object-fit-cover" height="70" width="112">
|
|
<div class="galary-hover-element h-100 position-absolute start-50 top-50 translate-middle w-100">
|
|
<i class="fa-solid fa-expand text-white position-absolute top-50 start-50 translate-middle bg-primary rounded-1 p-2 lh-1"></i>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-auto">
|
|
<a href="assets/images/listing-details/review-image-04.jpg" class="galary-overlay-hover dark-overlay position-relative d-block overflow-hidden rounded-3">
|
|
<img src="assets/images/listing-details/review-image-04.jpg" alt="" class="img-fluid rounded-3 object-fit-cover" height="70" width="112">
|
|
<div class="galary-hover-element h-100 position-absolute start-50 top-50 translate-middle w-100">
|
|
<i class="fa-solid fa-expand text-white position-absolute top-50 start-50 translate-middle bg-primary rounded-1 p-2 lh-1"></i>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex mt-4 border-top pt-4">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/06.jpg" alt="..." height="60" width="60" class="object-fit-cover rounded-circle">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<div class="comment-header d-flex flex-wrap gap-2 mb-3">
|
|
<div>
|
|
<h4 class="fs-18 mb-0">- Gabriel North</h4>
|
|
<div class="comment-datetime fs-12 text-muted">25 Oct 2023 at 12.27 pm</div>
|
|
</div>
|
|
</div>
|
|
<div class="fs-15"> This is some content from a media component. You can replace this with any content and adjust it as needed.</div>
|
|
<!-- start review -->
|
|
<a href="#" class="btn btn-light btn-sm mt-4 px-3 rounded-pill gap-2 d-inline-flex">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hand-thumbs-up" viewBox="0 0 16 16">
|
|
<path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z" />
|
|
</svg>
|
|
Helpful Review
|
|
<div class="vr d-none d-sm-inline-block"></div>
|
|
<span class="fw-semibold">16</span>
|
|
</a>
|
|
<!-- end /. review -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex mb-4 border-bottom pb-4">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/04.jpg" alt="..." height="70" width="70" class="object-fit-cover rounded-circle">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<div class="comment-header d-flex flex-wrap gap-2 mb-3">
|
|
<div>
|
|
<h4 class="fs-18 mb-0">- Pranoti Deshpande</h4>
|
|
<div class="comment-datetime fs-12 text-muted">25 Oct 2023 at 12.27 pm</div>
|
|
</div>
|
|
<!-- start rating -->
|
|
<div class="d-flex align-items-center gap-2 ms-auto">
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon half"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
</div>
|
|
<span class="fs-14 fw-semibold rating-points">3.5/5</span>
|
|
</div>
|
|
<!-- end /. rating -->
|
|
</div>
|
|
<div class="fs-15">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. </div>
|
|
<!-- start review -->
|
|
<a href="#" class="btn btn-light btn-sm mt-4 px-3 rounded-pill gap-2 d-inline-flex">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hand-thumbs-up" viewBox="0 0 16 16">
|
|
<path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z" />
|
|
</svg>
|
|
Helpful Review
|
|
<div class="vr d-none d-sm-inline-block"></div>
|
|
<span class="fw-semibold">16</span>
|
|
</a>
|
|
<!-- end /. review -->
|
|
</div>
|
|
</div>
|
|
<div class="d-flex mb-4">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/05.jpg" alt="..." height="70" width="70" class="object-fit-cover rounded-circle">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<div class="comment-header d-flex flex-wrap gap-2 mb-3">
|
|
<div>
|
|
<h4 class="fs-18 mb-0">- Marcus Knight</h4>
|
|
<div class="comment-datetime fs-12 text-muted">25 Oct 2023 at 12.27 pm</div>
|
|
</div>
|
|
<!-- start rating -->
|
|
<div class="d-flex align-items-center gap-2 ms-auto">
|
|
<div class="d-flex align-items-center text-primary rating-stars">
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon"></i>
|
|
<i class="fa-star-icon half"></i>
|
|
<i class="fa-star-icon none"></i>
|
|
</div>
|
|
<span class="fs-14 fw-semibold rating-points">3.5/5</span>
|
|
</div>
|
|
<!-- end /. rating -->
|
|
</div>
|
|
<div class="fs-15"> This is some content from a media component. You can replace this with any content and adjust it as needed.</div>
|
|
<!-- start review -->
|
|
<a href="#" class="btn btn-light btn-sm mt-4 px-3 rounded-pill gap-2 d-inline-flex">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hand-thumbs-up" viewBox="0 0 16 16">
|
|
<path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z" />
|
|
</svg>
|
|
Helpful Review
|
|
<div class="vr d-none d-sm-inline-block"></div>
|
|
<span class="fw-semibold">16</span>
|
|
</a>
|
|
<!-- end /. review -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end /. recent coments -->
|
|
<!-- start comment form -->
|
|
<div class="border-0 card listing-form p-4 rounded-4 shadow-sm">
|
|
<div class="align-items-sm-center bg-light mb-4 p-4 rounded-3">
|
|
<h4 class="fw-semibold fs-2">Leave a <span class="font-caveat text-primary">Comment</span></h4>
|
|
<p class="mb-0 fs-15">There are many variations of passages of Lorem Ipsum<br class="d-none d-lg-block"> available, but the majority have</p>
|
|
</div>
|
|
<div class="row g-4">
|
|
<div class="col-sm-6">
|
|
<!-- start form group -->
|
|
<div class="">
|
|
<label class="required fw-medium mb-2">Full Name</label>
|
|
<input type="text" class="form-control" placeholder="Enter your name" required="">
|
|
</div>
|
|
<!-- end /. form group -->
|
|
</div>
|
|
<div class="col-sm-6">
|
|
<!-- start form group -->
|
|
<div class="">
|
|
<label class="required fw-medium mb-2">Email Address</label>
|
|
<input type="text" class="form-control" placeholder="Enter your email address" required="">
|
|
</div>
|
|
<!-- end /. form group -->
|
|
</div>
|
|
<div class="col-sm-12">
|
|
<!-- start form group -->
|
|
<div class="">
|
|
<label class="required fw-medium mb-2">Comment</label>
|
|
<textarea class="form-control" rows="7" placeholder="Tell us what we can help you with!"></textarea>
|
|
</div>
|
|
<!-- end /. form group -->
|
|
</div>
|
|
<div class="col-sm-12 text-end">
|
|
<button type="submit" class="btn btn-primary">Submit</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end /. comment form -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- start footer -->
|
|
<footer class="footer-dark main-footer overflow-hidden position-relative pt-5">
|
|
<div class="container pt-4">
|
|
<div class="py-5">
|
|
<!-- start app download content -->
|
|
<div class="bg-primary rounded-4">
|
|
<div class="col-xxl-10 col-md-11 col-10 d-flex flex-md-row flex-column-reverse align-items-md-end align-items-center mx-auto px-0 gap-4">
|
|
<img class="app-image flex-shrink-0" src="assets/images/phone-mpckup.png" width="270" alt="Mobile app">
|
|
<div class="align-items-lg-center align-self-center d-flex flex-column flex-lg-row ps-xxl-4 pt-5 py-md-3 text-center text-md-start">
|
|
<div class="me-md-5">
|
|
<h4 class="text-white">Download Our App</h4>
|
|
<p class="mb-lg-0 text-white">It is a long established fact that a reader will be distracted by the readable content.</p>
|
|
</div>
|
|
<div class="d-flex flex-shrink-0 flex-wrap gap-3 justify-content-center">
|
|
<!-- start apple store button -->
|
|
<a class="align-items-center app-btn d-flex px-3 py-2 rounded-3 text-decoration-none text-white border" href="#"> <i class="fa-apple fab fs-28 me-2"></i>
|
|
<div> <span class="fs-13 d-block">Available on the</span> <span class="fs-17 text-capitalize">App Store</span> </div>
|
|
</a>
|
|
<!-- end /. apple store button -->
|
|
<a class="align-items-center app-btn d-flex fs-11 px-3 py-2 rounded-3 text-decoration-none text-white border" href="#"> <i class="fab fa-google-play fs-25 me-2"></i>
|
|
<div> <span class="fs-13 d-block">Get it on</span> <span class="fs-17 text-capitalize">Google Play</span> </div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end /. app download content -->
|
|
</div>
|
|
<div class="border-top py-5">
|
|
<div class="footer-row row gy-5 g-sm-5 gx-xxl-6">
|
|
<div class="border-end col-lg-4 col-md-7 col-sm-6">
|
|
<h5 class="fw-bold mb-4">Get In Touch</h5>
|
|
<div class="mb-4">Join our newsletter and receive the best job<br class="d-none d-xxl-block"> openings of the week, right on your inbox.</div>
|
|
<div class="border rounded-4 p-4 mb-4">
|
|
<h6 class="text-white-50 mb-3">Join our Whatsapp:</h6>
|
|
<a class="align-items-center d-block d-flex whatsapp-number" href="#"><i class="fa-brands fa-whatsapp fs-2 me-2"></i><span class="fs-5 fw-semibold text-decoration-underline">(123) 456-7890</span></a>
|
|
</div>
|
|
<h5 class="fw-bold mb-4">Want to join ListOn?<br> Write us !</h5>
|
|
<span>support@ListOn.com</span>
|
|
</div>
|
|
<div class="border-end col-lg-4 col-md-5 col-sm-6">
|
|
<h5 class="fw-bold mb-4">Stay Connect</h5>
|
|
<div>1123 Fictional St, San Francisco<br class="d-none d-xxl-block"> , CA 94103</div>
|
|
<div class="mt-4">
|
|
<a class="d-block fw-medium mb-1" href="#">
|
|
<i class="fa-solid fa-phone me-2"></i><span>(123) 456-7890</span>
|
|
</a>
|
|
<a class="email-link d-block fw-medium" href="#">
|
|
<i class="fa-solid fa-envelope me-2"></i>
|
|
support@ListOn.com
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-4">
|
|
<h5 class="fw-bold mb-4">Get In Touch</h5>
|
|
<div class="newsletter position-relative mt-4">
|
|
<input type="email" class="form-control" placeholder="name@example.com">
|
|
<button type="button" class="btn btn-primary search-btn position-absolute top-50 rounded-circle"><i class="fa-solid fa-angle-right"></i></button>
|
|
</div>
|
|
<div class="border-top my-4"></div>
|
|
<h5 class="fw-bold mb-4">Follow the location</h5>
|
|
<!-- start social icon -->
|
|
<ul class="d-flex flex-wrap gap-2 list-unstyled mb-0 social-icon">
|
|
<li>
|
|
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white inst">
|
|
<i class="fab fa-instagram"></i>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white twi">
|
|
<i class="fab fa-twitter"></i>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white dri">
|
|
<i class="fab fa-dribbble"></i>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white fb">
|
|
<i class="fab fa-facebook-f"></i>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="rounded-circle align-items-center d-flex fs-19 icon-wrap justify-content-center rounded-2 text-white whatsapp">
|
|
<i class="fa-brands fa-whatsapp"></i>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /. end social icon -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container border-top">
|
|
<div class="align-items-center g-3 py-4 row">
|
|
<div class="col-lg-auto">
|
|
<!-- start footer nav -->
|
|
<ul class="list-unstyled list-separator mb-2 footer-nav">
|
|
<li class="list-inline-item"><a href="#">Privacy</a></li>
|
|
<li class="list-inline-item"><a href="#">Sitemap</a></li>
|
|
<li class="list-inline-item"><a href="#">Cookies</a></li>
|
|
</ul>
|
|
<!-- end /. footer nav -->
|
|
</div>
|
|
<div class="col-lg order-md-first">
|
|
<div class="align-items-center row">
|
|
<!-- start footer logo -->
|
|
<a href="index.html" class="col-sm-auto footer-logo mb-2 mb-sm-0">
|
|
<img src="assets/images/logo-white.png" alt="">
|
|
</a>
|
|
<!-- end /. footer logo -->
|
|
<!-- start text -->
|
|
<div class="col-sm-auto copy">© 2022 ListOn - All Rights Reserved- All Rights Reserved</div>
|
|
<!-- end /. text -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- end /. footer -->
|
|
<!-- Optional JavaScript -->
|
|
<script src="assets/plugins/jQuery/jquery.min.js"></script>
|
|
<script src="assets/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/plugins/aos/aos.min.js"></script>
|
|
<script src="assets/plugins/macy/macy.js"></script>
|
|
<script src="assets/plugins/simple-parallax/simpleParallax.min.js"></script>
|
|
<script src="assets/plugins/OwlCarousel2/owl.carousel.min.js"></script>
|
|
<script src="assets/plugins/theia-sticky-sidebar/ResizeSensor.min.js"></script>
|
|
<script src="assets/plugins/theia-sticky-sidebar/theia-sticky-sidebar.min.js"></script>
|
|
<script src="assets/plugins/waypoints/jquery.waypoints.min.js"></script>
|
|
<script src="assets/plugins/counter-up/jquery.counterup.min.js"></script>
|
|
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.ui.widget.js"></script>
|
|
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.fileupload.js"></script>
|
|
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.iframe-transport.js"></script>
|
|
<script src="assets/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.fancy-fileupload.js"></script>
|
|
<script src="assets/plugins/ion.rangeSlider/ion.rangeSlider.min.js"></script>
|
|
<script src="assets/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
|
<script src="assets/plugins/select2/select2.min.js"></script>
|
|
<!-- Custom script for this template -->
|
|
<script src="assets/js/script.js"></script>
|
|
</body>
|
|
|
|
</html> |