Spaces:
Running
Running
File size: 6,665 Bytes
cd8aca2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | <!DOCTYPE html>
<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="templates/index.html" 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 active" href="{{ url_for('home') }}">Home</a></li>
<li><a class="nav-link scrollto" 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 -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">Welcome to Aadhar AI</h1>
<h2 data-aos="fade-up" data-aos-delay="400"> AI-Driven Protection for Secure and Fraud-Free Aadhaar Management </h2>
<div data-aos="fade-up" data-aos-delay="600">
<div class="text-center text-lg-start">
<a href="{{ url_for('services') }}" class="btn-get-started scrollto d-inline-flex align-items-center justify-content-center align-self-center">
<span>Get Started</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 hero-img" data-aos="zoom-out" data-aos-delay="200">
<img src="static/img/hero-img.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- ======= 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> |