File size: 13,006 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!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="{{ 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">
        &copy; 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>