-
Notifications
You must be signed in to change notification settings - Fork 3
/
gettingStarted.html
51 lines (47 loc) · 1.5 KB
/
gettingStarted.html
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
<!DOCTYPE html>
<html>
<head>
<title>Getting Started</title>
<script src="lib/idbkvstore.js"></script>
<script src="userconstants.js"></script>
<script src="gettingStarted.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/materialize.min.css">
</head>
<body>
<div class="container">
<div class="section">
<h2>Getting Started</h2>
</div>
<div class="divider"></div>
<div class="row push-s7">
<div class="col">
<h6>
Welcome to UnAadhar! Your chance to make document verification easier everywhere!
</h6>
<p>
UnAadhar is an open source, free and easy to use face based verification service for users and developers.
</p>
<p>
With UnAadhar you can store all your legal documents right in your browser (securely and locally). You can upload
documents and details that are generally required by a large number of web services just by showning your face!
</p>
<p>
So to get started you need to register your face and a fallback password (Face Verification is just not there yet!
:P) with us. Then upload the documents that websites usually ask from you for Proof of Identity/Address (PAN Card,
License, Bills, Passport, <strike>Aadhar</strike>) and we'll take care of the rest!
</p>
</div>
</div>
<div class="row">
<div class="col push-s8">
<a href="register.html">
<button class="btn waves-effect waves-light">
Lets Go!
</button>
</a>
</div>
</div>
</div>
</body>
</html>