-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpcd1.html
More file actions
50 lines (45 loc) · 1.49 KB
/
pcd1.html
File metadata and controls
50 lines (45 loc) · 1.49 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
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="assests/css/style.css">
<link rel="stylesheet" href="assests/css/fontawesome-free-6.4.0-web/css/all.css">
</head>
<body>
<div class="card">
<div class="header">
<img src="https://cdn.pixabay.com/photo/2018/11/13/21/43/instagram-3814049__480.png">
<h3>Rajeshwari</h3>
<p>Full Stake developer</p>
</div>
<div class="body">
<table>
<tr>
<td><h3>5-555-666-777</h3>
<p>Mobile Number</p>
<i class="fa fa-mobile-alt"></i></td>
</tr>
<tr>
<td><h3>example@gamil.com</h3>
<p>Email address</p>
<i class="fa fa-envelope"></i></td>
</tr>
<tr>
<td><h3>www.example.com</h3>
<p>Website address</p>
<i class="fa fa-globe-american"></i></td>
</tr>
</table>
</div>
<div class="footer">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-linkedin-in"></i>
</div>
</div>
</body>
</html>