-
Notifications
You must be signed in to change notification settings - Fork 0
/
aadhar.html
78 lines (75 loc) · 2.54 KB
/
aadhar.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aadhar Card</title>
<link rel="stylesheet" href="aadhar.css"/>
</head>
<body>
<section>
<div class="container">
<div class="card front-face">
<header>
<div class="emblem"><img src="State-Emblem-of-India.jpg" width="30px"></div>
<div class="flag"><img src="adhar-flag.png" width="300" height="45"></div>
<div class="logo"><img src="aadhaar-1.jpg" width="60px"></div>
</header>
<main>
<div class="image">
<img src="profile_img.jpg">
</div>
<div class="detail">
उमर खुर्शीद<br/>
Umar Khursheed<br/>
जन्म तिथि/DOB: 25/11/2003<br/>
पुरुष/MALE<br/>
Mobile No.:9415XXXXXX
</div>
</main>
<div class="adhar_num">
2968 XXXX XXXX
</div>
<hr size="4px" color="#AE2020"/>
<footer>
मेरा आधार , मेरी पहचान
</footer>
</div>
<!-- BACKSIDE -->
<div class="card back-face">
<header>
<div class="emblem"><img src="State-Emblem-of-India.jpg" width="30px"></div>
<div class="flag"><img src="adhar-flag.png" width="300" height="45"></div>
<div class="logo"><img src="aadhaar-1.jpg" width="60px"></div>
</header>
<main>
<div class="detail2">
<b>पता:</b><br/>आत्मज:-------------------<br/>
-------------------------<br/>
<b>Address:</b><br/>S/O:---------------------<br/>
-------------------------<br/>
</div>
<div class="qr-code">
<img src="qr.png"/>
</div>
</main>
<div class="adhar_num">
2968 XXXX XXXX
</div>
<hr size="4px" color="#AE2020"/>
<footer class="footer2">
<div id="foot">
<img src="old-telephone.jpg"/>1947 </div>
<div id="foot">
<img src="mail.jpg"/>[email protected]
</div>
<div id="foot">
<img src="globe.jpg"/>
www.uidai.gov.in
</div>
</footer>
</div>
</div>
</section>
</body>
</html>