Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> | |
| <title>Aadhar AI</title> | |
| <meta content="" name="description"> | |
| <meta content="" name="keywords"> | |
| <!-- Favicons --> | |
| <link href="static/img/favicon.ico" rel="icon"> | |
| <link href="static/img/apple-touch-icon.png" rel="apple-touch-icon"> | |
| <!-- Google Fonts --> | |
| <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | |
| <!-- Vendor CSS Files --> | |
| <link href="static/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="static/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | |
| <link href="static/vendor/aos/aos.css" rel="stylesheet"> | |
| <link href="static/vendor/remixicon/remixicon.css" rel="stylesheet"> | |
| <link href="static/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | |
| <link href="static/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | |
| <!-- Template Main CSS File --> | |
| <link href="static/css/style1.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <!-- ======= Header ======= --> | |
| <header id="header" class="header fixed-top"> | |
| <div class="container-fluid container-xl d-flex align-items-center justify-content-between"> | |
| <a href="{{ url_for('home') }}" class="logo d-flex align-items-center"> | |
| <img src="static/img/logo.png" alt=""> | |
| <span>Aadhar AI</span> | |
| </a> | |
| <nav id="navbar" class="navbar"> | |
| <ul> | |
| <li><a class="nav-link scrollto" href="{{ url_for('home') }}">Home</a></li> | |
| <li><a class="nav-link scrollto active" href="{{ url_for('about') }}">About</a></li> | |
| <li><a class="nav-link scrollto" href="{{ url_for('services') }}">Services</a></li> | |
| <li><a class="nav-link scrollto" href="{{ url_for('contact') }}">Contact</a></li> | |
| </ul> | |
| <i class="bi bi-list mobile-nav-toggle"></i> | |
| </nav><!-- .navbar --> | |
| </div> | |
| </header><!-- End Header --> | |
| <!-- ======= Features Section ======= --> | |
| <section id="features" class="features"> | |
| <!-- Feature Icons --> | |
| <div class="row feature-icons" data-aos="fade-up"> | |
| <h3>Know your Aadhar Card</h3> | |
| <div class="row"> | |
| <div class="col-xl-4 text-center" data-aos="fade-right" data-aos-delay="100"> | |
| <img src="static/img/features-3.png" class="img-fluid p-4" alt=""> | |
| </div> | |
| <div class="col-xl-8 d-flex content"> | |
| <div class="row align-self-center gy-4"> | |
| <div class="col-md-6 icon-box" data-aos="fade-up"> | |
| <i class="ri-line-chart-line"></i> | |
| <div> | |
| <h4>What is Aadhaar?</h4> | |
| <p>Aadhaar links demographic and biometric data of individuals, enabling easy access to various government and private services.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100"> | |
| <i class="ri-stack-line"></i> | |
| <div> | |
| <h4>How to Read Your Aadhaar?</h4> | |
| <p>Your Aadhaar card includes personal details like name, DOB, gender, address, and your Aadhaar number. The QR code contains encoded data for verification.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400"> | |
| <i class="ri-command-line"></i> | |
| <div> | |
| <h4>Security of Aadhaar</h4> | |
| <p> Your Aadhaar data is securely stored and protected. Always share it responsibly and avoid sharing Aadhaar numbers publicly. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200"> | |
| <i class="ri-brush-4-line"></i> | |
| <div> | |
| <h4>How to Update Aadhaar?</h4> | |
| <p>You can update your Aadhaar details online or at authorized Aadhaar centers by submitting valid documents.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300"> | |
| <i class="ri-magic-line"></i> | |
| <div> | |
| <h4>Learn More About Aadhaar</h4> | |
| <p>To learn more or download your e-Aadhaar, visit the official <a href="https://uidai.gov.in" target="_blank">UIDAI website</a></p> | |
| </div> | |
| </div> | |
| <div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500"> | |
| <i class="ri-radar-line"></i> | |
| <div> | |
| <h4>Aadhaar and Address Proof</h4> | |
| <p>Aadhaar serves as a valid address proof for applying to various services, including passports, driving licenses, and voter IDs.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div><!-- End Feature Icons --> | |
| <div class="container" data-aos="fade-up"> | |
| <header class="section-header"> | |
| <h2>Features</h2> | |
| <p>Introducing AI functionality at your help! </p> | |
| </header> | |
| <div class="row"> | |
| <div class="col-lg-6"> | |
| <img src="static/img/features.png" class="img-fluid" alt=""> | |
| </div> | |
| <div class="col-lg-6 mt-5 mt-lg-0 d-flex"> | |
| <div class="row align-self-center gy-4"> | |
| <div class="col-md-6" data-aos="zoom-out" data-aos-delay="200"> | |
| <div class="feature-box d-flex align-items-center"> | |
| <i class="bi bi-check"></i> | |
| <h3>AI-Powered Fraud Detection</h3> | |
| </div> | |
| </div> | |
| <div class="col-md-6" data-aos="zoom-out" data-aos-delay="300"> | |
| <div class="feature-box d-flex align-items-center"> | |
| <i class="bi bi-check"></i> | |
| <h3>Comprehensive Fraud Data Analytics</h3> | |
| </div> | |
| </div> | |
| <div class="col-md-6" data-aos="zoom-out" data-aos-delay="400"> | |
| <div class="feature-box d-flex align-items-center"> | |
| <i class="bi bi-check"></i> | |
| <h3>Fraud Detection with High Accuracy</h3> | |
| </div> | |
| </div> | |
| <div class="col-md-6" data-aos="zoom-out" data-aos-delay="500"> | |
| <div class="feature-box d-flex align-items-center"> | |
| <i class="bi bi-check"></i> | |
| <h3>24/7 Service </h3> | |
| </div> | |
| </div> | |
| <div class="col-md-6" data-aos="zoom-out" data-aos-delay="600"> | |
| <div class="feature-box d-flex align-items-center"> | |
| <i class="bi bi-check"></i> | |
| <h3>Reports Generation</h3> | |
| </div> | |
| </div> | |
| <div class="col-md-6" data-aos="zoom-out" data-aos-delay="700"> | |
| <div class="feature-box d-flex align-items-center"> | |
| <i class="bi bi-check"></i> | |
| <h3>100% Client Satisfaction</h3> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> <!-- / row --> | |
| <!-- Feature Tabs --> | |
| <div class="row feture-tabs" data-aos="fade-up"> | |
| <div class="col-lg-6"> | |
| <h3>Transform your Aadhaar into a reliable, AI-powered solution. </h3> | |
| <!-- Tabs --> | |
| <ul class="nav nav-pills mb-3"> | |
| <li> | |
| <a class="nav-link active" data-bs-toggle="pill" href="#tab1">Solution Design & Consultation</a> | |
| </li> | |
| <li> | |
| <a class="nav-link" data-bs-toggle="pill" href="#tab2">AI Solution Implementation</a> | |
| </li> | |
| </ul><!-- End Tabs --> | |
| <!-- Tab Content --> | |
| <div class="tab-content"> | |
| <div class="tab-pane fade show active" id="tab1"> | |
| <p>Protecting Aadhaar data begins with understanding your unique security needs. Share with us your concerns and requirements, and we will design a custom AI-driven solution that secures your Aadhaar ecosystem.</p> | |
| <div class="d-flex align-items-center mb-2"> | |
| <i class="bi bi-check2"></i> | |
| <h4>This is the initial stage where we understand your Aadhaar security needs, challenges, and key requirements for effective fraud management.</h4> | |
| </div> | |
| <div class="d-flex align-items-center mb-2"> | |
| <i class="bi bi-check2"></i> | |
| <h4> We connect with you through onsite consultations, virtual meetings, or workshops to discuss potential solutions and threats in your Aadhaar system.</h4> | |
| </div> | |
| </div><!-- End Tab 1 Content --> | |
| <div class="tab-pane fade show" id="tab2"> | |
| <p>After evaluating your requirements, we develop a tailored AI-powered fraud detection and prevention system designed specifically for Aadhaar data security.</p> | |
| <div class="d-flex align-items-center mb-2"> | |
| <i class="bi bi-check2"></i> | |
| <h4>After evaluating your requirements, we develop a tailored AI-powered fraud detection and prevention system designed specifically for Aadhaar data security.</h4> | |
| </div> | |
| <div class="d-flex align-items-center mb-2"> | |
| <i class="bi bi-check2"></i> | |
| <h4>After evaluating your requirements, we develop a tailored AI-powered fraud detection and prevention system designed specifically for Aadhaar data security.</h4> | |
| </div> | |
| </div><!-- End Tab 2 Content --> | |
| </div> | |
| </div> | |
| <div class="col-lg-6"> | |
| <img src="static/img/features-2.png" class="img-fluid" alt=""> | |
| </div> | |
| </div><!-- End Feature Tabs --> | |
| </div> | |
| </section><!-- End Features Section --> | |
| <!-- ======= Footer ======= --> | |
| <footer id="footer" class="footer"> | |
| <div class="footer-top"> | |
| <div class="container"> | |
| <div class="row gy-4"> | |
| <div class="col-lg-5 col-md-12 footer-info"> | |
| <a href="index.html" class="logo d-flex align-items-center"> | |
| <img src="static/img/logo.png" alt=""> | |
| <span>Aadhar AI</span> | |
| </a> | |
| <p>We offer cutting-edge solutions to safeguard and streamline your Aadhaar-related processes. With extensive experience in leveraging AI to detect anomalies and prevent fraud, we guide our clients through a secure digital journey. Our commitment to continuous innovation ensures that we stay ahead of emerging threats, building and transferring AI-driven skills, expertise, and solutions to help our clients protect their Aadhaar data effectively. | |
| </p> | |
| <div class="social-links mt-3"> | |
| <a href="https://www.twitter.com" target="_blank" class="twitter"><i class="bi bi-twitter"></i></a> | |
| <a href="https://facebook.com" target="_blank" class="facebook"><i class="bi bi-facebook"></i></a> | |
| <a href="https://instagram.com" target="_blank" class="instagram"><i class="bi bi-instagram bx bxl-instagram"></i></a> | |
| <a href="https://linkedin.com" target="_blank" class="linkedin"><i class="bi bi-linkedin bx bxl-linkedin"></i></a> | |
| </div> | |
| </div> | |
| <div class="col-lg-2 col-6 footer-links"> | |
| <h4>Useful Links</h4> | |
| <ul> | |
| <li><i class="bi bi-chevron-right"></i> <a href="{{ url_for('home') }}">Home</a></li> | |
| <li><i class="bi bi-chevron-right"></i> <a href="{{ url_for('about') }}">About us</a></li> | |
| <li><i class="bi bi-chevron-right"></i> <a href="{{ url_for('services') }}">Services</a></li> | |
| <li><i class="bi bi-chevron-right"></i> <a href="{{ url_for('contact') }}">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div class="col-lg-3 col-md-12 footer-contact text-center text-md-start"> | |
| <h4>Contact Us</h4> | |
| <p> | |
| #23, VHBCS LAyout <br> | |
| Thane, 560045<br> | |
| India <br><br> | |
| <strong>Phone:</strong> +91 1234567890<br> | |
| <strong>Email:</strong> info@example.com<br> | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="container"> | |
| <div class="copyright"> | |
| © Copyright <strong><span>Aadhar AI</span></strong>. All Rights Reserved | |
| </div> | |
| <div class="credits"> | |
| Designed by <a href="https://github.com/ShutterStack" target="_blank">ShutterStack</a> | |
| </div> | |
| </div> | |
| </footer><!-- End Footer --> | |
| <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> | |
| <!-- Vendor JS Files --> | |
| <script src="static/vendor/bootstrap/js/bootstrap.bundle.js"></script> | |
| <script src="static/vendor/aos/aos.js"></script> | |
| <script src="static/vendor/php-email-form/validate.js"></script> | |
| <script src="static/vendor/swiper/swiper-bundle.min.js"></script> | |
| <script src="static/vendor/purecounter/purecounter.js"></script> | |
| <script src="static/vendor/isotope-layout/isotope.pkgd.min.js"></script> | |
| <script src="static/vendor/glightbox/js/glightbox.min.js"></script> | |
| <!-- Template Main JS File --> | |
| <script src="static/js/main.js"></script> | |
| </body> | |
| </html> |