| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/binal/ |
Upload File : |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI-powered Verbal Skills Trainer | Verbix AI</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.carousel.min.css">
<link rel="stylesheet"
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="anim.css">
<link rel="stylesheet" href="media.css">
</head>
<body>
<nav class="navigation">
<div class="wrapper">
<div class="logo"><a href="index.html"><img src="./images/verbix-logo.png" class="img-fluid"
alt="verbix-logo"></a></div>
<div class="main-menu">
<input type="radio" name="slider" id="menu-btn">
<input type="radio" name="slider" id="close-btn">
<ul class="nav-links">
<label for="close-btn" class="btn close-btn"><i class="fas fa-times"></i></label>
<li>
<a href="index.html" class="desktop-item">Home</a>
<label for="showDrop1" class="mobile-item"><a href="index.html">Home</a></label>
</li>
<li>
<a href="#" class="desktop-item">Solutions <i class="fa-solid fa-angle-down"></i></a>
<input type="checkbox" id="showDrop3">
<label for="showDrop3" class="mobile-item">Solutions <i class="fa-solid fa-angle-down"></i></label>
<ul class="drop-menu">
<li><a href="./verbix-analytics.html" target="_blank">Verbix Analytics</a></li>
<li><a href="./verbix-chatter.html" target="_blank">Verbix Chatter</a></li>
<li><a href="./verbix-voice-agent.html" target="_blank">Verbix Voice Agent</a></li>
</ul>
</li>
<li>
<a href="about.html" class="desktop-item">About us</a>
<label for="showDrop4" class="mobile-item"><a href="about.html" target="_blank">About us</a></label>
</li>
<div class="btn_group d-flex d-lg-none ms-4">
<button type="button" class="btn btn-primary cust-primary"><a href="contact.php" target="_blank">Contact Us</a></button>
</div>
</ul>
<label for="menu-btn" class="btn menu-btn"><i class="fas fa-bars"></i></label>
</div>
<div class="btn_group d-none d-lg-block">
<button type="button" class="btn btn-secondary cust-secondary ms-2 invisible">Login</button>
<button type="button" class="btn btn-primary cust-primary"><a href="contact.php" target="_blank">Contact Us</a></button>
</div>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script>
const header = document.querySelector(".navigation");
const toggleClass = "is-sticky";
window.addEventListener("scroll", () => {
const currentScroll = window.pageYOffset;
if (currentScroll > 20) {
header.classList.add(toggleClass);
} else {
header.classList.remove(toggleClass);
}
});
</script>
</body>
</html>