first commit

This commit is contained in:
2024-12-18 10:02:22 +05:30
commit 5cee8fb181
179 changed files with 91903 additions and 0 deletions
+485
View File
@@ -0,0 +1,485 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ADM - ARIA Digital Machines</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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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" />
<link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css">
<!-- 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" /> -->
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<!-- Spinner End -->
<header class="header d-flex align-items-center fixed-top" 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 "
style="max-width: 800px">
<h1 class="display-4 mb-4">Central Command Center</h1>
<h2 class="text-dark">Simplify Control, Amplify Insights</h2>
<p class="mb-0">
ADM Technologies Central Command Center provides an enterprise-class video monitoring and management solution. With advanced capabilities to decode and display multiple video streams in real time, it ensures seamless control and smarter decision-making for businesses of all sizes.
</p>
</div>
</div>
</div>
<!-- Feature End -->
<!-- Core Features Section -->
<div class="container-fluid bg-light py-5">
<div class="container py-5">
<div class="row g-5 align-items-center">
<div class="col-xl-6 wow ">
<div class="h-100">
<h1>Core Features</h1>
<p class="mb-0">
<i class="fa fa-check text-primary me-3"></i>
<strong>Multi-Stream Decoding:</strong> Monitor up to 32 video streams simultaneously per screen for comprehensive surveillance.
</p>
<p class="mb-0">
<i class="fa fa-check text-primary me-3"></i>
<strong>AI-Powered Monitoring:</strong> Boost visibility with intelligent analytics and advanced alarm management tools.
</p>
<p class="mb-0">
<i class="fa fa-check text-primary me-3"></i>
<strong>Scalable Integration:</strong> Runs efficiently on commercial off-the-shelf (COTS) servers, adapting to your unique operational needs.
</p>
</div>
</div>
<div class="col-xl-6 wow ">
<img src="img/software-development.png" class="img-fluid w-100" alt="Core Features">
</div>
</div>
</div>
</div>
<!-- Core Features End -->
<!-- Operational Visibility and Alarm Management -->
<div class="container-fluid bg-light py-5">
<div class="container py-5">
<div class="row g-5 align-items-center">
<div class="col-xl-6 wow ">
<img src="img/video-analytics.png" class="img-fluid w-100" alt="Operational Visibility">
</div>
<div class="col-xl-6 wow">
<h1>Improve Operational Visibility</h1>
<p>
Gain unparalleled insight into your organization with a system designed to consolidate hundreds of camera feeds into a single, easy-to-use interface. Rapidly respond to emergencies with real-time situational awareness and greater control.
</p>
<h1>Advanced Alarm Management</h1>
<p>
Stay ahead of potential threats with automated alarm handling and guided workflows. Empower your team to respond quickly with built-in instructions, intuitive interfaces, and detailed alarm histories for streamlined operations.
</p>
</div>
</div>
</div>
</div>
<!-- Operational Visibility End -->
<!-- Applications Across Industries -->
<div class="container-fluid bg-light py-5">
<div class="container py-5">
<div class="row g-5 align-items-center">
<div class="col-xl-6 wow">
<h1>Applications Across Industries</h1>
<p><i class="fa fa-check text-primary me-3"></i><strong>Corporate:</strong> Safeguard offices with centralized control and instant response systems.</p>
<p><i class="fa fa-check text-primary me-3"></i><strong>Retail:</strong> Manage multi-store surveillance and develop loss prevention strategies.</p>
<p><i class="fa fa-check text-primary me-3"></i><strong>Healthcare:</strong> Monitor patient safety and ensure secure facility management.</p>
<p><i class="fa fa-check text-primary me-3"></i><strong>Transportation:</strong> Enable smarter traffic monitoring and public safety controls.</p>
</div>
<div class="col-xl-6 wow ">
<img src="img/video-analytics.png" class="img-fluid w-100" alt="Applications Across Industries">
</div>
</div>
</div>
</div>
<!-- Applications End -->
<!-- Why Choose ADM Technologies -->
<div class="container-fluid bg-light py-5">
<div class="container py-5">
<div class="row g-5 align-items-center">
<div class="col-xl-6 wow ">
<img src="img/video-analytics.png" class="img-fluid w-100" alt="Applications Across Industries">
</div>
<div class="col-xl-6 wow ">
<h1>Why Choose ADM Technologies?</h1>
<p>
<i class="fa fa-check text-primary me-3"></i><strong>End-to-end Solutions:</strong> Unified platform combining surveillance, alarm management, and advanced analytics.
</p>
<p>
<i class="fa fa-check text-primary me-3"></i><strong>Customizable Interface:</strong> Tailor workflows and monitoring to match your specific needs.
</p>
<p>
<i class="fa fa-check text-primary me-3"></i><strong>Future-Ready Infrastructure:</strong> Scalable and robust for businesses of all sizes.
</p>
</div>
</div>
</div>
</div>
<!-- Why Choose ADM Technologies End -->
<!-- Why Choose Us -->
<div class="container-fluid bg-light py-5">
<div class="container py-5">
<div class="row">
<div class="col-xl-12 wow ">
<h1>Command Your Surveillance with Confidence</h1>
<p>
Partner with ADM Technologies to transform your video monitoring with the Central Command Center. Contact us today to explore how our solution can empower your operations.
</p>
</div>
</div>
</div>
</div>
<!-- Why Choose Us End -->
<!-- Footer Start -->
<footer id="footer" class="footer">
<div class="container-fluid footer py-5 wow">
<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@ADM.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://ADM.com/"
class="border-bottom text-white">
ADM
</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 authors credit link/attribution link/backlink. ***/-->
<!-- <!--/*** If you'd like to use the template without the below authors 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="assets/js/navbar.js"></script>
<script src="assets/js/footer.js"></script>
</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'sg2plzcpnl489763'},{'dcenter':'sg2'},{'cp_id':'8377108'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>