-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathidCard2.html
63 lines (59 loc) · 2.59 KB
/
idCard2.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
<html>
<!DOCTYPE html>
<head>
<title>IDCARD attempt:2</title>
<link rel="stylesheet" href="css/idCard2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<div id="card">
<div id="top" >
<img id="logo" src="logo/spats-logo-transparent.png" alt=logo height="70" width="140">
<div id="company">
<h2 id="nm">SPATS</h2>
<p id="name">Space Techonlogy Students Society</p>
</div>
</div>
<div id="middle">
<div id="photoandsign">
<div id="photo">
<img src="https://lh3.googleusercontent.com/ogw/ADea4I4GaMjSkzFINEg3h6f98FMDYsHVLOh5yl-jlP5UUw=s83-c-mo" id="image" alt="your-photo" >
</div>
<div id="sign">
<h5>Signature</h5>
</div>
</div>
<div>
<h3 class="line"> Name:</h3>
<p class="same-line">Mohhit Kumar Jha</p>
<h3 class="line"><br>Roll:</h3>
<p class="same-line">20MT30018</p>
<h3 class="line"> Year:</h4>
<p class="same-line">First</p>
<h3 class="line"><br>Age:</h3>
<p class="same-line">18 .</p>
<h3 id="sex" class="line">Sex:</h3>
<p class="same-line"> M</p>
<h3 class="line"><br>Phone:</h3>
<p class="same-line">8513870876</p>
<h3 class="line"> Blood group:</h3>
<p class="same-line">O+</p>
<h3 class="line"><br>Designation:</h3>
<p class="same-line">FQTQ Members</p>
</div>
</div>
<div id="foot">
<h5>A society under Kalpana Chawla Space Technology Cell.Visit at:http://www.spats.in</h5>
</div>
</div>
<div class = "bottomright">
<a href = "https://wa.me/918513870876?text=I%20want%20to%20work%20with%20you" class="fa fa-whatsapp"></a>
</div>
</body>
</html>