838 lines
64 KiB
HTML
838 lines
64 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" 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" href="agent-details.html">Agent Details</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="dropdown-item dropdown-toggle active" 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 active" 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="bg-bottom bg-cover bg-light hero js-bg-image mx-3 overflow-hidden position-relative py-4 py-lg-5 rounded-4" data-image-src="assets/images/pattern.svg">
|
|
<!-- <img class="bg-image" src="assets/images/header/01.jpg" alt="Image"> -->
|
|
<div class="container overlay-content py-5">
|
|
<div class="row justify-content-center">
|
|
<div class="col-sm-10 col-md-10 col-lg-10">
|
|
<!-- start section header -->
|
|
<div class="section-header text-center" data-aos="fade-down">
|
|
<!-- start description -->
|
|
<div class="bg-primary d-inline-block fs-14 mb-3 px-4 py-2 rounded-5 sub-title text-white text-uppercase">Archive Page</div>
|
|
<!-- end /. section header sub title -->
|
|
<!-- start section header -->
|
|
<h2 class="display-4 fw-semibold mb-3 section-header__title text-capitalize mb-0">Archive Page</h2>
|
|
<!-- end /. section header title -->
|
|
</div>
|
|
<!-- end /. section header -->
|
|
<!-- start breadcrumbs -->
|
|
<div class="row gy-2 gx-4 justify-content-center mt-5">
|
|
<h4 class="col-auto fs-18 fw-semibold mb-0 page-title text-capitalize">Archive</h4>
|
|
<span class="opacity-50 col-auto">|</span>
|
|
<div class="col-auto">
|
|
<ol class="align-items-center breadcrumb fw-medium mb-0">
|
|
<li class="breadcrumb-item d-flex align-items-center">
|
|
<a href="index.html" class="text-decoration-none"> <i class="fa-solid fa-house-chimney-crack fs-18"></i> </a>
|
|
</li>
|
|
<li class="breadcrumb-item d-flex align-items-center active" aria-current="page">Archive Page</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<!-- end /. breadcrumbs -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- end /. page header -->
|
|
<div class="py-5">
|
|
<div class="container py-4">
|
|
<div class="row">
|
|
<div class="col-lg-8 pe-lg-4 pe-xxl-5 content">
|
|
<div class="blog-grid">
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">Etiam Dapibus Metus Aliquam Orci Venenatis, Suscipit Efficitur.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/01.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Ethan Blackwood</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="position-relative overflow-hidden">
|
|
<a href="blog-details.html" class="h-100 position-absolute start-0 top-0 w-100 z-1" aria-label="Read more"></a>
|
|
<a href="#" class="align-items-center bg-white btn-icon d-flex end-0 justify-content-center me-3 mt-3 position-absolute rounded-circle text-primary top-0 z-3" data-bs-toggle="tooltip" data-bs-placement="left" aria-label="Read later" data-bs-original-title="Read later">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bookmark" viewBox="0 0 16 16">
|
|
<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"></path>
|
|
</svg>
|
|
</a>
|
|
<img src="assets/images/blog/01-lg.jpg" class="card-img-top image-zoom-hover" alt="Image">
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">Praesent sit amet augue tincidunt, venenatis risus ut.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/02.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Alexander Kaminski</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="position-relative overflow-hidden">
|
|
<a href="blog-details.html" class="h-100 position-absolute start-0 top-0 w-100 z-1" aria-label="Read more"></a>
|
|
<a href="#" class="align-items-center bg-white btn-icon d-flex end-0 justify-content-center me-3 mt-3 position-absolute rounded-circle text-primary top-0 z-3" data-bs-toggle="tooltip" data-bs-placement="left" aria-label="Read later" data-bs-original-title="Read later">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bookmark" viewBox="0 0 16 16">
|
|
<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"></path>
|
|
</svg>
|
|
</a>
|
|
<img src="assets/images/blog/02-lg.jpg" class="card-img-top image-zoom-hover" alt="Image">
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">Duis volutpat ipsum eget pretium posuere.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/03.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Edwin Martins</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">In ut tellus id nisl convallis bibendum eu nec diam.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/04.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Pranoti Deshpande</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">Fusce et purus iaculis, tincidunt sem at, accumsan libero.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/05.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Gabriel North</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="position-relative overflow-hidden">
|
|
<a href="blog-details.html" class="h-100 position-absolute start-0 top-0 w-100 z-1" aria-label="Read more"></a>
|
|
<a href="#" class="align-items-center bg-white btn-icon d-flex end-0 justify-content-center me-3 mt-3 position-absolute rounded-circle text-primary top-0 z-3" data-bs-toggle="tooltip" data-bs-placement="left" aria-label="Read later" data-bs-original-title="Read later">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bookmark" viewBox="0 0 16 16">
|
|
<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"></path>
|
|
</svg>
|
|
</a>
|
|
<img src="assets/images/blog/03-lg.jpg" class="card-img-top image-zoom-hover" alt="Image">
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">Integer vel tellus at velit porttitor bibendum a eget turpis.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/06.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Marcus Knight</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="position-relative overflow-hidden">
|
|
<a href="blog-details.html" class="h-100 position-absolute start-0 top-0 w-100 z-1" aria-label="Read more"></a>
|
|
<a href="#" class="align-items-center bg-white btn-icon d-flex end-0 justify-content-center me-3 mt-3 position-absolute rounded-circle text-primary top-0 z-3" data-bs-toggle="tooltip" data-bs-placement="left" aria-label="Read later" data-bs-original-title="Read later">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bookmark" viewBox="0 0 16 16">
|
|
<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"></path>
|
|
</svg>
|
|
</a>
|
|
<img src="assets/images/blog/04-lg.jpg" class="card-img-top image-zoom-hover" alt="Image">
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">Morbi ultrices odio a tortor gravida, at hendrerit leo semper.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/07.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Ethan Blackwood</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
<!-- start article -->
|
|
<article class="bg-light border-0 card overflow-hidden">
|
|
<div class="card-body">
|
|
<div class="hstack gap-3 mb-3">
|
|
<span class="fs-sm small text-muted">9 hours ago</span>
|
|
<span class="opacity-25">|</span>
|
|
<a class="badge border fw-semibold text-primary bg-white" href="#">Events</a>
|
|
</div>
|
|
<h3 class="h5 fw-semibold mb-0 post-title overflow-hidden">
|
|
<a href="blog-details.html">Integer vel tellus at velit porttitor bibendum a eget turpis.</a>
|
|
</h3>
|
|
<p class="mt-3 mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
|
|
</div>
|
|
<div class="card-footer py-3">
|
|
<div class="d-flex align-items-center">
|
|
<div class="flex-shrink-0">
|
|
<img src="assets/images/avatar/03.jpg" class="rounded-circle" width="48" height="48" alt="Avatar">
|
|
</div>
|
|
<div class="flex-grow-1 ms-3">
|
|
<a href="#" class="d-block"><span class="fst-italic text-muted">By</span> <span class="fw-medium">Ethan Blackwood</span></a>
|
|
<small class="text-muted">Engineer</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<!-- end /. article -->
|
|
</div>
|
|
<!-- start pagination -->
|
|
<nav class="justify-content-center mt-5 pagination align-items-center">
|
|
<a class="prev page-numbers" href="#">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-left-short" viewBox="0 0 16 16">
|
|
<path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z" />
|
|
</svg>
|
|
previous
|
|
</a>
|
|
<span class="page-numbers current">1</span>
|
|
<a class="page-numbers" href="#">2</a>
|
|
<a class="next page-numbers" href="#">
|
|
next
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
|
|
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
|
|
</svg>
|
|
</a>
|
|
</nav>
|
|
<!-- end /. pagination -->
|
|
</div>
|
|
<div class="col-lg-4 ps-lg-4 ps-xxl-5 sidebar">
|
|
<div class="mb-4" data-aos="fade">
|
|
<!-- start title -->
|
|
<h5 class="fw-semibold mb-3 text-capitalize fs-23">Search <span class="font-caveat text-primary">Blog</span></h5>
|
|
<!-- end /. title -->
|
|
<div class="input-group flex-nowrap">
|
|
<span class="input-group-text" id="addon-wrapping"><i class="fa-solid fa-magnifying-glass"></i></span>
|
|
<input type="text" class="form-control" placeholder="Type and hit enter">
|
|
</div>
|
|
</div>
|
|
<div class="mb-4" data-aos="fade">
|
|
<!-- start title -->
|
|
<h5 class="fw-semibold mb-3 text-capitalize fs-23">Latest <span class="font-caveat text-primary">Posts</span></h5>
|
|
<!-- end /. title -->
|
|
<div class="news-list">
|
|
<!-- Start News Item -->
|
|
<div class="news-list-item d-flex py-3 news-list-item-lg">
|
|
<div class="flex-shrink-0 img-wrapper">
|
|
<!-- Start Image Thumb -->
|
|
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded"> <img src="assets/images/blog/01-sm.jpg" class="image-zoom-hover" alt="" height="85" width="115"> </a>
|
|
<!-- /.End Image Thumb -->
|
|
</div>
|
|
<div class="flex-grow-1 p-post ms-3">
|
|
<!-- Start Title -->
|
|
<h3 class="news-title fs-17 mb-2 overflow-hidden text-capitalize"><a href="blog-details.html">eu feugiat pretium nibh ipsum consequat</a></h3>
|
|
<!-- /.End Title -->
|
|
<!-- start meta info -->
|
|
<div class="small d-flex align-items-center gap-2 text-muted">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-alarm" viewBox="0 0 16 16">
|
|
<path d="M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z" />
|
|
<path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z" />
|
|
</svg>
|
|
Jun 23, 2023
|
|
</div>
|
|
<!-- end /. meta info -->
|
|
</div>
|
|
</div>
|
|
<!-- /.End News Item -->
|
|
<!-- Start News Item -->
|
|
<div class="news-list-item d-flex py-3 news-list-item-lg">
|
|
<div class="flex-shrink-0 img-wrapper">
|
|
<!-- Start Image Thumb -->
|
|
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded"> <img src="assets/images/blog/02-sm.jpg" class="image-zoom-hover" alt="" height="85" width="115"> </a>
|
|
<!-- /.End Image Thumb -->
|
|
</div>
|
|
<div class="flex-grow-1 p-post ms-3">
|
|
<!-- Start Title -->
|
|
<h3 class="news-title fs-17 mb-2 overflow-hidden text-capitalize"><a href="blog-details.html">ut faucibus pulvinar elementum integer?</a></h3>
|
|
<!-- /.End Title -->
|
|
<!-- start meta info -->
|
|
<div class="small d-flex align-items-center gap-2 text-muted">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-alarm" viewBox="0 0 16 16">
|
|
<path d="M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z" />
|
|
<path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z" />
|
|
</svg>
|
|
Jun 23, 2023
|
|
</div>
|
|
<!-- end /. meta info -->
|
|
</div>
|
|
</div>
|
|
<!-- /.End News Item -->
|
|
<!-- Start News Item -->
|
|
<div class="news-list-item d-flex py-3 news-list-item-lg">
|
|
<div class="flex-shrink-0 img-wrapper">
|
|
<!-- Start Image Thumb -->
|
|
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded"> <img src="assets/images/blog/03-sm.jpg" class="image-zoom-hover" alt="" height="85" width="115"> </a>
|
|
<!-- /.End Image Thumb -->
|
|
</div>
|
|
<div class="flex-grow-1 p-post ms-3">
|
|
<!-- Start Title -->
|
|
<h3 class="news-title fs-17 mb-2 overflow-hidden text-capitalize"><a href="blog-details.html">fames ac turpis egestas integer eget aliquet</a></h3>
|
|
<!-- /.End Title -->
|
|
<!-- start meta info -->
|
|
<div class="small d-flex align-items-center gap-2 text-muted">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-alarm" viewBox="0 0 16 16">
|
|
<path d="M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z" />
|
|
<path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z" />
|
|
</svg>
|
|
Jun 23, 2023
|
|
</div>
|
|
<!-- end /. meta info -->
|
|
</div>
|
|
</div>
|
|
<!-- /.End News Item -->
|
|
<!-- Start News Item -->
|
|
<div class="news-list-item d-flex py-3 news-list-item-lg">
|
|
<div class="flex-shrink-0 img-wrapper">
|
|
<!-- Start Image Thumb -->
|
|
<a href="blog-details.html" class="thumb position-relative d-block overflow-hidden position-relative rounded"> <img src="assets/images/blog/04-sm.jpg" class="image-zoom-hover" alt="" height="85" width="115"> </a>
|
|
<!-- /.End Image Thumb -->
|
|
</div>
|
|
<div class="flex-grow-1 p-post ms-3">
|
|
<!-- Start Title -->
|
|
<h3 class="news-title fs-17 mb-2 overflow-hidden text-capitalize"><a href="blog-details.html">ullamcorper a lacus vestibulum sed.</a></h3>
|
|
<!-- /.End Title -->
|
|
<!-- start meta info -->
|
|
<div class="small d-flex align-items-center gap-2 text-muted">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-alarm" viewBox="0 0 16 16">
|
|
<path d="M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z" />
|
|
<path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z" />
|
|
</svg>
|
|
Jun 23, 2023
|
|
</div>
|
|
<!-- end /. meta info -->
|
|
</div>
|
|
</div>
|
|
<!-- /.End News Item -->
|
|
</div>
|
|
</div>
|
|
<div class="mb-4" data-aos="fade">
|
|
<!-- start title -->
|
|
<h5 class="fw-semibold mb-3 text-capitalize fs-23">All <span class="font-caveat text-primary">Category</span></h5>
|
|
<!-- end /. title -->
|
|
<!-- Start Category -->
|
|
<ul class="fs-15 fw-medium list-inline list-separator mb-0 mt-3">
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Design</span><sup class="text-muted fs-13 ms-1">(36)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Solution</span><sup class="text-muted fs-13 ms-1">(29)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Skill</span><sup class="text-muted fs-13 ms-1">(24)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Branding</span><sup class="text-muted fs-13 ms-1">(17)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Jobs</span><sup class="text-muted fs-13 ms-1">(34)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Marketing</span><sup class="text-muted fs-13 ms-1">(51)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Business</span><sup class="text-muted fs-13 ms-1">(28)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Solution</span><sup class="text-muted fs-13 ms-1">(41)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Information</span><sup class="text-muted fs-13 ms-1">(21)</sup></a></li>
|
|
<li class="list-inline-item"><a href="#"><span class="fs-19">Learn</span><sup class="text-muted fs-13 ms-1">(23)</sup></a></li>
|
|
</ul>
|
|
<!-- / .End Category -->
|
|
</div>
|
|
<div class="mb-4" data-aos="fade">
|
|
<!-- start title -->
|
|
<h5 class="fw-semibold mb-3 text-capitalize fs-23">Tags <span class="font-caveat text-primary">Clouds</span></h5>
|
|
<!-- end /. title -->
|
|
<!-- Start Tags -->
|
|
<div class="tags-inner d-flex flex-wrap gap-2">
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Nature</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Fashion</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Wordpress</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Photo</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Travel</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Hotel</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Business</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Culture</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Sports</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Design</a>
|
|
<a href="#" class="card fw-semibold rounded tag text-uppercase ui">Entertainment </a>
|
|
</div>
|
|
<!-- /.End Tags -->
|
|
</div>
|
|
<div class="position-relative dark-overlay rounded-4 overflow-hidden me-xxl-5" data-aos="fade">
|
|
<div class="position-absolute w-100 text-center top-0 start-50 translate-middle-x pt-4 position-relative z-1">
|
|
<h4 class="pt-3 mb-0 text-white">Your banner<br> here!</h4>
|
|
</div>
|
|
<img class="img-fluid rounded-4 w-100" src="assets/images/banner.jpg" alt="Banner">
|
|
</div>
|
|
</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> |