-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
41 lines (38 loc) · 2.24 KB
/
about.php
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
<?php
include("header.php");
?>
<div class="slider">
<div class="callbacks_container">
<ul>
<li style="background-color:black;height:150px;"></li>
</ul>
</div>
</div>
<section id="blog">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="title text-center mb-lg-5 mb-md-4 mb-sm-4 mb-3">About Us </h3>
<div class="row">
<div class="col-lg-12 col-md-6 col-sm-6 blog-grid-flex">
<div class="clients-color">
<img src="images/01.png" style="width:100%;height:400px;">
<div class="blog-txt-info">
<h4 class="mt-2"><a href="#" data-blast="color">Vehicle Registration Management System</a></h4>
<p>We Provide Transport Service access to citizens through this website. This empowers citizen with instant access to various information, services and utilities. It is Aimed to bring convenience to citizen and transparency in the system.</p>
<br><p>The latest initiative has been to centralize both these applications for ensuring higher tranparency, security and reliability of operations through the unified database and provision of a highly citizen and trade centric web enabled environment. The new application being developed would provide for a multi-user environment wherein the end customers (citizens) may be empowered to perform most of the vehicle registration related transactions from the comfort of home. This will also help, to a large extent, in removing the hassles and queues faced by citizens currently (in visiting offices for elementary types of transactions),minimizing the extensive paperwork currently being done on the ground and reducing the possibility of middlemen exploiting the uneducated / uninformed citizens.</p>
<br>It is a genuine realtime website for all India vehicle registration number search. It provides complete information about their vehicles.
<br>It display information like-
<p>- Owner Name,</p>
<p>- Registration date,</p>
<p>- Registering Authority,</p>
<p>- Model,</p>
<p>- Fuel Type,</p>
<p>- Vehicle class,</p>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include("footer.php");
?>