154 lines
5.4 KiB
HTML
154 lines
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="assets/image/favicon.ico">
|
|
<title>Opplens</title>
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- fix -->
|
|
|
|
<header>
|
|
<div class="excl-container">
|
|
<div class="header">
|
|
<div class="header-logo">
|
|
<img src="./assets/image/logo.png" alt="Opplens">
|
|
</div>
|
|
<div class="header-side">
|
|
<div class="hs-side">
|
|
<a class="white-btn" href="./contact-us.html">Contact us</a>
|
|
<a class="blue-btn" href="https://app.opplens.com">Login</a>
|
|
</div>
|
|
<div class="select-box js-do-flag">
|
|
<select name="" id="">
|
|
<option value="" data-flag="en">English</option>
|
|
</select>
|
|
<div class="flag">
|
|
<img class="en d-none" src="./assets/image/en-flag.png" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
|
|
<section class="main-section index">
|
|
<img class="effect-one" src="./assets/image/effect-1.svg" alt="">
|
|
|
|
<div class="excl-container">
|
|
<div class="slider">
|
|
<div class="slider-inner">
|
|
<div class="s-left">
|
|
<h1>AI-Powered</h1>
|
|
<div class="img">
|
|
<img src="./assets/image/mobile-res.png" alt="">
|
|
|
|
</div>
|
|
<h3>Tender <br> Management</h3>
|
|
<strong>Win more tenders, automatically!</strong>
|
|
<p>Our platform finds tenders tailored to your business, <br> automates document handling, and
|
|
sends
|
|
real-time alerts. Win <br> more opportunities with less effort and zero manual search.</p>
|
|
</div>
|
|
<div class="s-right">
|
|
<div class="s-right-inner">
|
|
<img src="./assets/image/mobile.png" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="our-sec">
|
|
<div class="our-sec-inner">
|
|
<div class="os-item">
|
|
<h1>200</h1>
|
|
<span>User</span>
|
|
<p>
|
|
Lacking the time, dedicated staff, and
|
|
expertise to constantly monitor the market
|
|
and prepare high-quality bids.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="os-item">
|
|
<h1>520</h1>
|
|
<span>Contract</span>
|
|
<p>
|
|
Lacking the time, dedicated staff, and
|
|
expertise to constantly monitor the market
|
|
and prepare high-quality bids.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="os-item">
|
|
<h1>1500</h1>
|
|
<span>tenders</span>
|
|
<p>
|
|
Lacking the time, dedicated staff, and
|
|
expertise to constantly monitor the market
|
|
and prepare high-quality bids.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<footer>
|
|
<div class="footer index">
|
|
<img class="effect-2" src="./assets/image/effect-2.png" alt="">
|
|
|
|
<div class="excl-container">
|
|
<div class="footter-inner">
|
|
|
|
<div class="f-top">
|
|
<img src="./assets/image/logo.png" alt="Opplens">
|
|
|
|
</div>
|
|
<div class="f-midd">
|
|
|
|
<div class="footer-item">
|
|
<span>
|
|
<img src="./assets/image/Location.svg" alt="">
|
|
info@Tendermanagment.com
|
|
</span>
|
|
</div>
|
|
|
|
<div class="footer-item">
|
|
<span>
|
|
<img src="./assets/image/Location.svg" alt="">
|
|
(+1) -20000
|
|
</span>
|
|
</div>
|
|
|
|
<div class="footer-item">
|
|
<span>
|
|
<img src="./assets/image/Location.svg" alt="">
|
|
USA , California
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="f-bott">
|
|
<p>© 2025 Opplens.com by PBL Partners AB. All Rights Reserved.</p>
|
|
<p>Democratizing Tender Access for SMEs.</p>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
<script src="assets/js/main.js"></script>
|
|
</body>
|
|
|
|
</html> |