-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.html
More file actions
49 lines (46 loc) · 1.62 KB
/
rules.html
File metadata and controls
49 lines (46 loc) · 1.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>iED</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="keywords" content="id, digital, online, identity, card">
<meta name="description" content="ID Online">
<meta name="author" content="GROUP 6">
<style>
body {background: #E5E5E5; }
</style>
</head>
<body>
<section class=box>
<img class="img_rules" src="images/img_overvw.png">
<span class="el1">Lets get started</span>
<span class="el2">To create ID and verify your identity you need to do 3 steps</span>
<span class="el3">Fill application form</span>
<span class="el4">Upload ID photo</span>
<span class="el5">Facial recognition verification</span>
<span class="el6">Wait for your card</span>
<span class="el7">Upload Documents & verification method selection</span>
<div class="btn_r"></div><a href="form1.html"><span class="t_r">I'm ready</span></a>
<div class=e1>
<div class="e2"></div><span class="e3">1</span>
</div>
<div class=e4>
<div class="e5"></div><span class="e6">2</span>
</div>
<div class=e7>
<div class="e8"></div><span class="e9">3
</span>
</div>
<div class=e10>
<div class="e11"></div><span class="e12">4
</span>
</div>
<div class=e13>
<div class="e14"></div><span class="e15">5
</span>
</div>
</div>
</section>
</body>
</html>