477 рядки
19 KiB
HTML
477 рядки
19 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>
|
||
Brihaspathi Technologies - Leading IT Solutions & Services Provider
|
||
</title>
|
||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||
<meta content="" name="keywords" />
|
||
<meta content="" name="description" />
|
||
|
||
<!-- Google Web Fonts -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:slnt,wght@-10..0,100..900&display=swap"
|
||
rel="stylesheet" />
|
||
|
||
<!-- Icon Font Stylesheet -->
|
||
<link
|
||
rel="stylesheet"
|
||
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" />
|
||
<link
|
||
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"
|
||
rel="stylesheet" />
|
||
|
||
<!-- Libraries Stylesheet -->
|
||
<link rel="stylesheet" href="lib/animate/animate.min.css" />
|
||
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
|
||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
|
||
|
||
<!-- Customized Bootstrap Stylesheet -->
|
||
<link href="css/bootstrap.min.css" rel="stylesheet" />
|
||
|
||
<!-- Template Stylesheet -->
|
||
<link href="css/style.css" rel="stylesheet" />
|
||
<link href="css/navbar.css" rel="stylesheet" />
|
||
</head>
|
||
|
||
<body>
|
||
<!-- Spinner Start -->
|
||
<div
|
||
id="spinner"
|
||
class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
|
||
<div
|
||
class="spinner-border text-primary"
|
||
style="width: 3rem; height: 3rem"
|
||
role="status">
|
||
<span class="sr-only">Loading...</span>
|
||
</div>
|
||
</div>
|
||
<!-- Spinner End -->
|
||
|
||
<header class="header" id="header"></header>
|
||
<!-- Header Start -->
|
||
<!-- <div class="container-fluid bg-breadcrumb">
|
||
<div class="container text-center py-5" style="max-width: 900px;">
|
||
<h4 class="text-white display-4 mb-4 wow fadeInDown" data-wow-delay="0.1s">Our Features</h4>
|
||
<ol class="breadcrumb d-flex justify-content-center mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
|
||
<li class="breadcrumb-item"><a href="#">Pages</a></li>
|
||
<li class="breadcrumb-item active text-primary">Feature</li>
|
||
</ol>
|
||
</div>
|
||
</div> -->
|
||
<!-- Header End -->
|
||
<!-- Feature Start -->
|
||
<div class="container-fluid feature bg-light py-5 mt-5">
|
||
<div class="container mt-5">
|
||
<div
|
||
class="text-center mx-auto pb-5 wow fadeInUp"
|
||
data-wow-delay="0.2s"
|
||
style="max-width: 800px">
|
||
<!-- <h4 class="text-primary">Our Features</h4> -->
|
||
<h1 class="display-4 mb-4">Enterprise</h1>
|
||
<p class="mb-0">
|
||
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Tenetur
|
||
adipisci facilis cupiditate recusandae aperiam temporibus corporis
|
||
itaque quis facere, numquam, ad culpa deserunt sint dolorem autem
|
||
obcaecati, ipsam mollitia hic.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Feature End -->
|
||
|
||
<!-- Software develppment Start -->
|
||
<div class="container-fluid faq-section bg-light">
|
||
<div class="container py-5">
|
||
<div class="row g-5 align-items-center">
|
||
<div class="col-xl-6 wow fadeInLeft" data-wow-delay="0.2s">
|
||
<div class="h-100">
|
||
<div class="mb-5">
|
||
<h4 class="text-primary">Sub Heading</h4>
|
||
<h1 class="display-4 mb-0">Heading</h1>
|
||
</div>
|
||
<div>
|
||
<p>
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed
|
||
tellus erat, pulvinar et sollicitudin vehicula, posuere sed
|
||
leo. Donec at ligula accumsan, consectetur dolor in, pretium
|
||
ipsum. Aliquam interdum libero vitae quam elementum mattis.
|
||
Nulla ullamcorper et lectus sagittis pulvinar. </p>
|
||
<p>
|
||
Orci varius
|
||
natoque penatibus et magnis dis parturient montes, nascetur
|
||
ridiculus mus. Nullam quis nibh sed turpis faucibus porttitor.
|
||
Praesent ac eros lacus. Ut faucibus, urna nec accumsan
|
||
consequat, felis dolor commodo arcu, scelerisque blandit ante
|
||
quam et augue. Quisque vehicula diam vel arcu auctor, sit amet
|
||
congue leo luctus. Donec nec magna rutrum, iaculis sapien ut,
|
||
vestibulum dui. Fusce nisi turpis, hendrerit at quam at,
|
||
faucibus dapibus ante. Ut id augue lacus.
|
||
</p>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-xl-6 wow fadeInRight" data-wow-delay="0.4s">
|
||
<img
|
||
src="img/software-development.png"
|
||
class="img-fluid w-100"
|
||
alt="" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Software develppment End -->
|
||
|
||
<!-- Video analytics Start -->
|
||
<div class="container-fluid faq-section bg-light py-5">
|
||
<div class="container py-5">
|
||
<div class="row g-5 align-items-center">
|
||
<div class="col-xl-6 wow fadeInRight" data-wow-delay="0.4s">
|
||
<img src="img/video-analytics.png" class="img-fluid w-100" alt="" />
|
||
</div>
|
||
<div class="col-xl-6 wow fadeInLeft" data-wow-delay="0.2s">
|
||
<div class="h-100">
|
||
<div class="mb-5">
|
||
<h4 class="text-primary">Sub Heading</h4>
|
||
<h1 class="display-4 mb-0">Heading</h1>
|
||
</div>
|
||
<div>
|
||
<p>
|
||
orem ipsum dolor sit amet, consectetur adipiscing elit. Sed
|
||
tellus erat, pulvinar et sollicitudin vehicula, posuere sed
|
||
leo. Donec at ligula accumsan, consectetur dolor in,
|
||
</p>
|
||
<p class="text-dark">
|
||
<i class="fa fa-check text-primary me-3"></i>Expertise in
|
||
Technologies
|
||
</p>
|
||
<p class="text-dark">
|
||
<i class="fa fa-check text-primary me-3"></i>Nationwide Reach
|
||
with a Local Touch
|
||
</p>
|
||
<p class="text-dark">
|
||
<i class="fa fa-check text-primary me-3"></i>Customer-Centric
|
||
Approach
|
||
</p>
|
||
<p class="text-dark mb-4">
|
||
<i class="fa fa-check text-primary me-3"></i>Proven Track
|
||
Record of Succes
|
||
</p>
|
||
|
||
<a class="btn btn-primary rounded-pill py-3 px-5" href="#"
|
||
>More Information</a
|
||
>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Video analytics End -->
|
||
|
||
<!-- Footer Start -->
|
||
<footer>
|
||
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
|
||
<div class="container py-5">
|
||
<div class="row g-5">
|
||
<div class="col-xl-9">
|
||
<!-- <div class="mb-5"> -->
|
||
<!-- <div class="row g-4"> -->
|
||
<!-- <div class="col-md-6 col-lg-6 col-xl-5"> -->
|
||
<!-- <div class="footer-item"> -->
|
||
<!-- <a href="index.html" class="p-0"> -->
|
||
<!-- <h3 class="text-white"> -->
|
||
<!-- <i class="fab fa-slack me-3"></i> LifeSure -->
|
||
<!-- </h3> -->
|
||
<!-- <!-- <img src="img/logo.png" alt="Logo"> -->
|
||
<!-- </a> -->
|
||
<!-- <p class="text-white mb-4"> -->
|
||
<!-- Dolor amet sit justo amet elitr clita ipsum elitr -->
|
||
<!-- est.Lorem ipsum dolor sit amet, consectetur adipiscing... -->
|
||
<!-- </p> -->
|
||
<!-- <div class="footer-btn d-flex"> -->
|
||
<!-- <a class="btn btn-md-square rounded-circle me-3" href="#" -->
|
||
<!-- ><i class="fab fa-facebook-f"></i -->
|
||
<!-- ></a> -->
|
||
<!-- <a class="btn btn-md-square rounded-circle me-3" href="#" -->
|
||
<!-- ><i class="fab fa-twitter"></i -->
|
||
<!-- ></a> -->
|
||
<!-- <a class="btn btn-md-square rounded-circle me-3" href="#" -->
|
||
<!-- ><i class="fab fa-instagram"></i -->
|
||
<!-- ></a> -->
|
||
<!-- <a class="btn btn-md-square rounded-circle me-0" href="#" -->
|
||
<!-- ><i class="fab fa-linkedin-in"></i -->
|
||
<!-- ></a> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- <div class="col-md-6 col-lg-6 col-xl-3"> -->
|
||
<!-- <div class="footer-item"> -->
|
||
<!-- <h4 class="text-white mb-4">Useful Links</h4> -->
|
||
<!-- <a href="#" -->
|
||
<!-- ><i class="fas fa-angle-right me-2"></i> About Us</a -->
|
||
<!-- > -->
|
||
<!-- <a href="#" -->
|
||
<!-- ><i class="fas fa-angle-right me-2"></i> Features</a -->
|
||
<!-- > -->
|
||
<!-- <a href="#" -->
|
||
<!-- ><i class="fas fa-angle-right me-2"></i> Services</a -->
|
||
<!-- > -->
|
||
<!-- <a href="#" -->
|
||
<!-- ><i class="fas fa-angle-right me-2"></i> FAQ's</a -->
|
||
<!-- > -->
|
||
<!-- <a href="#" -->
|
||
<!-- ><i class="fas fa-angle-right me-2"></i> Blogs</a -->
|
||
<!-- > -->
|
||
<!-- <a href="#" -->
|
||
<!-- ><i class="fas fa-angle-right me-2"></i> Contact</a -->
|
||
<!-- > -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- <div class="col-md-6 col-lg-6 col-xl-4"> -->
|
||
<!-- <div class="footer-item"> -->
|
||
<!-- <h4 class="mb-4 text-white">Instagram</h4> -->
|
||
<!-- <div class="row g-3"> -->
|
||
<!-- <div class="col-4"> -->
|
||
<!-- <div class="footer-instagram rounded"> -->
|
||
<!-- <img -->
|
||
<!-- src="img/instagram-footer-1.jpg" -->
|
||
<!-- class="img-fluid w-100" -->
|
||
<!-- alt="" /> -->
|
||
<!-- <div class="footer-search-icon"> -->
|
||
<!-- <a -->
|
||
<!-- href="img/instagram-footer-1.jpg" -->
|
||
<!-- data-lightbox="footerInstagram-1" -->
|
||
<!-- class="my-auto" -->
|
||
<!-- ><i class="fas fa-link text-white"></i -->
|
||
<!-- ></a> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- <div class="col-4"> -->
|
||
<!-- <div class="footer-instagram rounded"> -->
|
||
<!-- <img -->
|
||
<!-- src="img/instagram-footer-2.jpg" -->
|
||
<!-- class="img-fluid w-100" -->
|
||
<!-- alt="" /> -->
|
||
<!-- <div class="footer-search-icon"> -->
|
||
<!-- <a -->
|
||
<!-- href="img/instagram-footer-2.jpg" -->
|
||
<!-- data-lightbox="footerInstagram-2" -->
|
||
<!-- class="my-auto" -->
|
||
<!-- ><i class="fas fa-link text-white"></i -->
|
||
<!-- ></a> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- <div class="col-4"> -->
|
||
<!-- <div class="footer-instagram rounded"> -->
|
||
<!-- <img -->
|
||
<!-- src="img/instagram-footer-3.jpg" -->
|
||
<!-- class="img-fluid w-100" -->
|
||
<!-- alt="" /> -->
|
||
<!-- <div class="footer-search-icon"> -->
|
||
<!-- <a -->
|
||
<!-- href="img/instagram-footer-3.jpg" -->
|
||
<!-- data-lightbox="footerInstagram-3" -->
|
||
<!-- class="my-auto" -->
|
||
<!-- ><i class="fas fa-link text-white"></i -->
|
||
<!-- ></a> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- <div class="col-4"> -->
|
||
<!-- <div class="footer-instagram rounded"> -->
|
||
<!-- <img -->
|
||
<!-- src="img/instagram-footer-4.jpg" -->
|
||
<!-- class="img-fluid w-100" -->
|
||
<!-- alt="" /> -->
|
||
<!-- <div class="footer-search-icon"> -->
|
||
<!-- <a -->
|
||
<!-- href="img/instagram-footer-4.jpg" -->
|
||
<!-- data-lightbox="footerInstagram-4" -->
|
||
<!-- class="my-auto" -->
|
||
<!-- ><i class="fas fa-link text-white"></i -->
|
||
<!-- ></a> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- <div class="col-4"> -->
|
||
<!-- <div class="footer-instagram rounded"> -->
|
||
<!-- <img -->
|
||
<!-- src="img/instagram-footer-5.jpg" -->
|
||
<!-- class="img-fluid w-100" -->
|
||
<!-- alt="" /> -->
|
||
<!-- <div class="footer-search-icon"> -->
|
||
<!-- <a -->
|
||
<!-- href="img/instagram-footer-5.jpg" -->
|
||
<!-- data-lightbox="footerInstagram-5" -->
|
||
<!-- class="my-auto" -->
|
||
<!-- ><i class="fas fa-link text-white"></i -->
|
||
<!-- ></a> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- <div class="col-4"> -->
|
||
<!-- <div class="footer-instagram rounded"> -->
|
||
<!-- <img -->
|
||
<!-- src="img/instagram-footer-6.jpg" -->
|
||
<!-- class="img-fluid w-100" -->
|
||
<!-- alt="" /> -->
|
||
<!-- <div class="footer-search-icon"> -->
|
||
<!-- <a -->
|
||
<!-- href="img/instagram-footer-6.jpg" -->
|
||
<!-- data-lightbox="footerInstagram-6" -->
|
||
<!-- class="my-auto" -->
|
||
<!-- ><i class="fas fa-link text-white"></i -->
|
||
<!-- ></a> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<!-- </div> -->
|
||
<div
|
||
class="pt-5"
|
||
style="border-top: 1px solid rgba(255, 255, 255, 0.08)">
|
||
<div class="row g-0">
|
||
<div class="col-12">
|
||
<div class="row g-4">
|
||
<div class="col-lg-6 col-xl-4">
|
||
<div class="d-flex">
|
||
<div
|
||
class="btn-xl-square bg-primary text-white rounded p-4 me-4">
|
||
<i class="fas fa-map-marker-alt fa-2x"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-white">Address</h4>
|
||
<p class="mb-0">
|
||
#501,#508-510, Shangrila Plaza , <br />Road No. 2,
|
||
Park View Enclave, <br />Banjara Hills , Hyderabad,
|
||
<br />Telangana-500034
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-6 col-xl-4">
|
||
<div class="d-flex">
|
||
<div
|
||
class="btn-xl-square bg-primary text-white rounded p-4 me-4">
|
||
<i class="fas fa-envelope fa-2x"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-white">Mail Us</h4>
|
||
<p class="mb-0">info@brihaspathi.com</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-6 col-xl-4">
|
||
<div class="d-flex">
|
||
<div
|
||
class="btn-xl-square bg-primary text-white rounded p-4 me-4">
|
||
<i class="fa fa-phone-alt fa-2x"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-white">Telephone</h4>
|
||
<p class="mb-0">+91 9885888835</p>
|
||
<p class="mb-0">+91 9581234499</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-xl-3">
|
||
<div class="footer-item">
|
||
<h4 class="text-white mb-4">Follow Us</h4>
|
||
<a href="">
|
||
<i class="fab fa-facebook facebook"> Facebook</i>
|
||
</a>
|
||
<a href="">
|
||
<i class="fab fa-twitter twitter"> Twitter</i>
|
||
</a>
|
||
<a href="">
|
||
<i class="fab fa-instagram instagram"> Instagram</i>
|
||
</a>
|
||
<a href="">
|
||
<i class="fab fa-linkedin linkedin"> Linkedin</i>
|
||
</a>
|
||
<a href="">
|
||
<i class="fab fa-youtube youtube"> Youtube</i>
|
||
</a>
|
||
<a href="">
|
||
<i class="fab fa-pinterest pinterest"> Pinterest</i>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Footer End -->
|
||
|
||
<!-- Copyright Start -->
|
||
<div class="container-fluid copyright py-4">
|
||
<div class="container">
|
||
<div class="row g-4 align-items-center">
|
||
<div class="col-md-6 text-center text-md-end mb-md-0">
|
||
<span class="text-body">
|
||
2024 © Copy Rights
|
||
<a
|
||
href="https://brihaspathi.com/"
|
||
class="border-bottom text-white">
|
||
Brihaspathi
|
||
</a>
|
||
</span>
|
||
</div>
|
||
<!-- <div class="col-md-6 text-center text-md-start text-body"> -->
|
||
<!-- <!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
|
||
<!-- <!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
|
||
<!-- <!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
|
||
<!-- Designed By -->
|
||
<!-- <a class="border-bottom text-white" href="https://htmlcodex.com" -->
|
||
<!-- >HTML Codex</a -->
|
||
<!-- > -->
|
||
<!-- Distributed By -->
|
||
<!-- <a class="border-bottom text-white" href="https://themewagon.com" -->
|
||
<!-- >ThemeWagon</a -->
|
||
<!-- > -->
|
||
<!-- </div> -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Copyright End -->
|
||
</footer>
|
||
|
||
<!-- Back to Top -->
|
||
<a href="#" class="btn btn-primary btn-lg-square rounded-circle back-to-top"
|
||
><i class="fa fa-arrow-up"></i
|
||
></a>
|
||
|
||
<!-- JavaScript Libraries -->
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||
<script src="lib/wow/wow.min.js"></script>
|
||
<script src="lib/easing/easing.min.js"></script>
|
||
<script src="lib/waypoints/waypoints.min.js"></script>
|
||
<script src="lib/counterup/counterup.min.js"></script>
|
||
<script src="lib/lightbox/js/lightbox.min.js"></script>
|
||
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
|
||
|
||
<!-- Template Javascript -->
|
||
<script src="js/main.js"></script>
|
||
<script src="js/footer.js"></script>
|
||
<script src="js/navbar.js"></script>
|
||
</body>
|
||
</html>
|